komutan/NMeCab

Support for the latest version of UniDic

Opened this issue · 0 comments

Hello,

I'm trying to use NMeCab in my project, however I've noticed the code hasn't been updated since last year, and from what I can tell, the version of UniDic used in the latest version of NMeCab is obsolete.

In the code I have the option of crating a MeCabUniDic22Tagger, or an even older one MeCabUniDic21Tagger.

However it seems the latest version of UniDic is 3.1.

Could you provide an update that will bring the UniDic used in the project to the latest version?

Or is the current implementation compatible with the latest version of UniDic? Can I just swap the dictionary files in my project?