Is there a documentation on how to use meCab ?.
I am new in Visual studio and c#. I already have meCab downloaded ( https://github.com/taku910/mecab ).
Best Regards.
Is there a documentation on how to use meCab ?.
I am new in Visual studio and c#. I already have meCab downloaded ( https://github.com/taku910/mecab ).
Best Regards.
You started from the wrong side: repository you provided is more like model itself rather than "plug and play" dll and the last c# commit was 7 years ago (i.e outdated)
Have a look at this one: https://github.com/kekyo/MeCab.DotNet
its new, has Nuget package (our .NET tool to install things in one click), has basic example and most likely you can concat author directly on github.
Install-Package MeCab.DotNet -Version 0.0.26
in package manager console