Open dylon opened 10 years ago
Currently, the algorithm for constructing the DAWG dictionary is an offline one that requires the list of terms to be sorted. Switch to an (optional) online algorithm that does not depend on the order of terms and that can be updated on-demand.
What algorithm should be behind? http://www.aclweb.org/anthology/J00-1002.pdf ?
Currently, the algorithm for constructing the DAWG dictionary is an offline one that requires the list of terms to be sorted. Switch to an (optional) online algorithm that does not depend on the order of terms and that can be updated on-demand.