Kevin B. Hendricks wrote:
Please remember than unmunch does not guarantee a one-to-one mapping
between words and root forms. For example, an unmunched word may be
generated by many different root words and affixes and not just once.
That is why the unmunched list of words is typically uniquely sorted
to remove duplicates.
It's ok that the same word will be generated several times. I wanted to
generate a list:
root1, word11
root1,word12
root1,word13
root2,word21
...
and to feed this list to the mnoGoSearch search engine in order to
enable fuzzy search.
i.e. when searching for word12, the search engine will also find docs
with word11, word13.
Kevin, thanks for the comments.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]