buruzaemon / natto

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

Add in path/name of mecab lib to string representation to Natto::MeCab #16

Closed buruzaemon closed 9 years ago

buruzaemon commented 9 years ago

Would be good to know what lib path Natto::MeCab is using.

Originally opened 2014-12-03. This issue was ported from Bitbucket and is archived for historical reasons.

buruzaemon commented 9 years ago

Added filepath attribute to both Natto::MeCab and Natto::DictionaryInfo. This carries the File.realpath value to the mecab library and the related dictionary info.

buruzaemon commented 9 years ago

Included in upcoming 0.9.7 release.

Resolved 2014-12-07. This issue was ported from Bitbucket and is archived for historical reasons.