buruzaemon / natto

A Tasty Ruby Binding with MeCab
BSD 2-Clause "Simplified" License
143 stars 16 forks source link

Put in a guard to prevent partial parsing of text that does not end with a new-line char #48

Closed buruzaemon closed 9 years ago

buruzaemon commented 9 years ago

-p / --partial parsing requires that the input text end with a newline char.

Put in some guard to raise an exception when text that does not end with a newline is passed in for partial parsing.

buruzaemon commented 9 years ago

Read more about it at http://taku910.github.io/mecab/partial.html

buruzaemon commented 9 years ago

Fixed, will be available in v1.0.0 release.