There needs to be a way to distribute the dictionary files with this library. Embedding them in a var that gets loaded and discarded as part of initialization could be a good option.
Keeping a low memory footprint for just including this library is important, we don't want to undermine the fancy Trie dictionary that was implemented to keep memory impact low.
There needs to be a way to distribute the dictionary files with this library. Embedding them in a var that gets loaded and discarded as part of initialization could be a good option.
Keeping a low memory footprint for just including this library is important, we don't want to undermine the fancy Trie dictionary that was implemented to keep memory impact low.