module RMMSeg
Constants
- VERSION
Public Instance Methods
segment(text)
click to toggle source
Segment text
using the algorithm configured.
# File lib/rmmseg.rb, line 12 def segment(text) Config.algorithm_instance(text).segment end