How to obtain all possible words from given hunspell dictionary?
问题 I would like to parse open office supporting hunspell formatted aff and dic files. English aff and dic files can be downloaded from here for example : http://extensions.openoffice.org/en/project/english-dictionaries-apache-openoffice I want to scan each line of the given .dic file and generate every possible word of the each line with the provided .aff file How can i do that? I have installed NHunspell framework but it does not have that feature : https://www.nuget.org/packages/NHunspell/ For