是否可以用NHunspell生成所有可识别/有效单词的列表?据我所知,在命令行中使用hun拼写(unmunch)是可能的。
从当前的Hun拼写文档中:
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)发布于 2014-09-17 16:03:58
不,目前NHunspell是不可能的,因为它不是Hun拼写库的一部分,而只是Hun拼写命令行工具。我已经在NHunspell中实现了几乎所有Hun拼写库的功能,但并不是所有的命令行工具。如果您想要实现它,请在NHunspell论坛上建议此功能:http://www.crawler-lib.net/boards/forum/5/nhunspell
https://stackoverflow.com/questions/25889173
复制相似问题