mgokturkayan / nzemberek

Automatically exported from code.google.com/p/nzemberek
0 stars 0 forks source link

How to set custom path to dictionairy files? #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by tomasgro...@gmail.com on 8 Aug 2012 at 11:58