class Object
Public Instance Methods
print_usage()
click to toggle source
# File bin/rmmseg, line 8 def print_usage puts <<EOF #{__FILE__} Segment Chinese text. Read from stdin and print to stdout. Options: -h --help Print this message -s --separator Select the separator of the segmented text. Default is space. EOF exit 0 end