buruzaemon / natto

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

Add support for feature constraint parsing #45

Closed buruzaemon closed 9 years ago

buruzaemon commented 9 years ago

This will require the internals to be refactored to use the Lattice-based API.

buruzaemon commented 9 years ago

Start with lib/natto/binding.rb, adding in:

buruzaemon commented 9 years ago

Done, ready for v1.0.0 release.

buruzaemon commented 9 years ago

Um, forgot to add in unit tests....

buruzaemon commented 9 years ago

Added basic unit test for tostr and tonode parsing.