You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider using a DAWG / MA-FSA instead of a standard trie for lower memory consumption.
You can use this article for guidance: http://stevehanov.ca/blog/?id=115
Perhabs you can make use of the tiny-trie package which includes dawg support as well.
Consider using a DAWG / MA-FSA instead of a standard trie for lower memory consumption.
You can use this article for guidance: http://stevehanov.ca/blog/?id=115
Perhabs you can make use of the tiny-trie package which includes dawg support as well.