Closed buruzaemon closed 4 years ago
When stripping whitespace from input, we need to be sure to limit trimming only to half-width whitespace shars. Full-width whitespace is recognized and handled by MeCab, and so should be left intact.
Please see https://github.com/buruzaemon/natto-py/pull/111
Based on recent patch from @himkt, corrected behavior when stripping newline chars from MeCab output. Releasing fix in 0.9.1.
When stripping whitespace from input, we need to be sure to limit trimming only to half-width whitespace shars. Full-width whitespace is recognized and handled by MeCab, and so should be left intact.
Please see https://github.com/buruzaemon/natto-py/pull/111