Tag : dictionary

I am playing around with a cross-language spell-check sort of thing, and am still in the prototyping/ideation phases. Basically I have thought of something like a Trie data structure, but I keep wanting to “reuse” parts of the trie, but can’t figure out if it’s possible. Wondering if you can just tell me if it’s possible to do a Trie DAG sort of thing or not, and if not, wh..

Read more