class documentation
class TITokenTrie: (source)
Trie for tokenizing text based on tivars.tokens.scripts.TokenTrie
Class Method | from |
Inserts all tokens from a TITokens container into the trie |
Method | __init__ |
Undocumented |
Method | insert |
Inserts the names of a TIToken into the trie in a given language |
Method | match |
Finds all tokens which can be parsed from a given input string |
Instance Variable | children |
Undocumented |
Instance Variable | token |
Undocumented |