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
If any of the Lexicon Collections use the same string key for a dictionary it might be useful to use a String Store from the spaCy project, whereby the String Store is a dictionary mapping between a String and it's hash value. The String Store can also be used in a trie data structure.
For the lexicon lookup it might be worth looking into a trie data structure, this was used as a multi word lexicon lookup in the skweak project.
The text was updated successfully, but these errors were encountered: