This PR adds an argument dicDir to Mecab.init(). With this it is possible to set a custom dictionary directory. This is useful on platforms that do not sandbox the documents directory (windows). Otherwise, on those platforms the documents directory will get clutter with directories the user does not understand (what is ipaddic from a users perspective).
Additionally, this adds:
documentation to functions and class members
merged Mecab and MecabDart classes
dictionary destination path
However, it is based on the 3 other PRs I opened (Win, Lin Mac support) and therefore includes those changes.
This PR adds an argument
dicDir
toMecab.init()
. With this it is possible to set a custom dictionary directory. This is useful on platforms that do not sandbox the documents directory (windows). Otherwise, on those platforms the documents directory will get clutter with directories the user does not understand (what is ipaddic from a users perspective).Additionally, this adds:
However, it is based on the 3 other PRs I opened (Win, Lin Mac support) and therefore includes those changes.