Hi, first – great component! I am developing new language tools for Writemonkey text editor. I have a problem with MyThes, though:
never returns synonyms from stemmed words. IsGenerated is always false (en_US dictionaries).
I think this is because:
also never returns anything for me (tried with many dictionaries)
Am I missing something? Thanks for your answer!
I am using: NHunspell version: 1.1.1.0 (x86) on Win7Pro, 32 bit
Regards,
iztok
MyThes.Lookup(word, hunspell)
never returns synonyms from stemmed words. IsGenerated is always false (en_US dictionaries).
I think this is because:
HunSpell.Generate(word, sample) for example HunSpell.Generate("girl", "boys");
also never returns anything for me (tried with many dictionaries)
Am I missing something? Thanks for your answer!
I am using: NHunspell version: 1.1.1.0 (x86) on Win7Pro, 32 bit
Regards,
iztok