Quote:
Originally Posted by geek1011
To be specific about what I tested and looked at:
Nevertheless, one unique (mis)use of the new prefix_exceptions trie I just came up with is for languages with too many prefixes for the zip (c.f. the complaints about Chinese dictionaries in the dictutil thread). I could use prefix_exceptions to map multiple words with different prefixes into a single file. I'll see what I can do with an implementation of this when I have more time.
|
This is what I am looking for. Thank you for your time and works.