NHunspell中的数据文件 [英] datfile in NHunspell

查看:92
本文介绍了NHunspell中的数据文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用过



 MyThes thes =  new  MyThes(   th_en_us_new.idx < span class =code-string> th_en_us_new.dat); 

Hunspell hunspell = new Hunspell( en_us.aff en_us.dic);





但我收到错误,因为缺少datFile,idxFile

我做什么,任何人都可以帮助...... div class =h2_lin>解决方案

您应该与创建它的人交谈 - http://www.maierhofer.de/en/open-source/nhunspell-net-spell-checker.aspx [ ^ ] - 他们应该提供技术支持,并且会更多地了解他们的产品比我们愿意。


两个文件下载这些文件es location


i have used

 MyThes thes = new MyThes("th_en_us_new.idx", "th_en_us_new.dat");

Hunspell hunspell = new Hunspell("en_us.aff", "en_us.dic");



but i get error as missing datFile, idxFile
what shouid i do, can anyone help....

解决方案

You should talk to the people who created it - http://www.maierhofer.de/en/open-source/nhunspell-net-spell-checker.aspx[^] - they should provide technical support and will know more about their product than we will.


download that files from Two files location


这篇关于NHunspell中的数据文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆