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)
答案 0 :(得分:1)
不,目前NHunspell无法做到这一点,因为它不是Hunspell库的一部分,而只是Hunspell命令行工具。我已经在NHunspell中实现了几乎所有Hunspell库的功能,但并非所有命令行工具。如果您希望它实现,请在NHunspell论坛中建议此功能: http://www.crawler-lib.net/boards/forum/5/nhunspell