class NHKore::BimyouSplitter
@since 0.2.0
Public Class Methods
new(*)
click to toggle source
Calls superclass method
# File lib/nhkore/splitter.rb, line 47 def initialize(*) require 'bimyou_segmenter' super end
Public Instance Methods
end_split(str)
click to toggle source
# File lib/nhkore/splitter.rb, line 53 def end_split(str) return BimyouSegmenter.segment(str,symbol: false,white_space: false) end