buruzaemon / natto

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

Node parsing with --all-morphs option missing surface values #55

Closed buruzaemon closed 9 years ago

buruzaemon commented 9 years ago

When node parsing with the -a / --all-morphs option, the surface values are missing from the nodes after a certain point.

buruzaemon commented 9 years ago

The logic for populating the surface value for the nodes seems buggy... Will need to refactor.

buruzaemon commented 9 years ago

Found out earlier that node parsing with --all-morphs requires that the NBEST request be set, irrespective of n value. Will explicitly set this request type for node parsing.

buruzaemon commented 9 years ago

Fixed and ready for release in v1.0.0