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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: