ndtrie
ndtrie copied to clipboard
Not able create a trie of contents from a txt file greater than 1.5 MB
I am trying to create a trie of words listed in a txt file. My file size is 6 MB. Library is not allowing to create a trie of contents from this file, so I tried cut it short. Now this library creates trie only upto 1.5 MB file only.
I'm seeing the same issue. Have you solved it?