Method: NHKore::TinySplitter#initialize
- Defined in:
- lib/nhkore/splitter.rb
#initialize ⇒ TinySplitter
Returns a new instance of TinySplitter.
48 49 50 51 52 53 54 |
# File 'lib/nhkore/splitter.rb', line 48 def initialize(*) require 'tiny_segmenter' super @tiny = TinySegmenter.new end |