繁体   English   中英

NHunspell-如何生成所有可识别的单词?

[英]NHunspell - How to generate all recognized words?

NHunspell是否可以生成所有已识别/有效单词的列表? 据我所知,可以从命令行使用hunspell(unmunch)。

从最新的hunspell文档中:

munch: dictionary generation from vocabularies (it needs an affix file, too).
unmunch: list all recognized words of a MySpell dictionary 
wordforms: word generation (Hunspell version of unmunch)

不可以,目前尚无法使用NHunspell,因为它不是Hunspell库的一部分,而只是Hunspell命令行工具的一部分。 我已经在NHunspell中实现了Hunspell库的几乎所有功能,但并未实现所有命令行工具。 如果要实现它,请在NHunspell论坛中建议此功能: http ://www.crawler-lib.net/boards/forum/5/nhunspell

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM