Custom dictionary path #14
ookii-tsuki
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
That's a good idea, but I'm wondering if that could lead to a problem when you build the app, and someone else executes it with no dic files in that path. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Cutano,
Wouldn't it be better if we can specify a custom dictionary path, for example, we can provide the dictionary path in the constructor parameters like this
using var conv = new KawazuConverter(@"C:\Program Files (x86)\MeCab\dic\ipadic");
and if nothing is provided, it should use the default pathBeta Was this translation helpful? Give feedback.
All reactions