Add a word to the trie.
Split a text into a sequence of words based on the trie vocabulary.
A text to split into words
The word used when the word is not found in the trie
Words, not in the trie, to not replace by the unknown key.
Generated using TypeDoc
A trie data structure.