Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 15 by
tomasgro...@gmail.com: How to set custom path to
dictionairy files?
http://code.google.com/p/nzemberek/issues/detail?id=15
Hi,
I use the following code to create Zemberek instance and it works fine when
I have the "kaynaklar" directory in the same directory as my application.
var settings = new net.zemberek.tr.yapi.TurkiyeTurkcesi();
var zemberek = new Zemberek(settings);
But when then "kaynaklar" directory is somewhere else, Zemberek crashes.
How can I modify the code to provide a custom path to the "kaynaklar"
directory?
Thank you