Open almondtools opened 5 years ago
The current trie actually is a directed acyclic word graph (DAWG), yet we have algorithms that do not depend on this:
Consequently each algorithm should use the best optimized variant instead of all depending on a DAWG (which is currently labeled trie).
The current trie actually is a directed acyclic word graph (DAWG), yet we have algorithms that do not depend on this:
Consequently each algorithm should use the best optimized variant instead of all depending on a DAWG (which is currently labeled trie).