TrieWord Method (String) From Stot previous page next page Stot Semanter..::..TrieWord Method (String) Adds the word to the Suggestions trie. A data structure containing all the Suggestions as values, under their Trie as key e.g Tomiwa is a value under T, To, Tom, Tomi, Tomiw, and Tomiwa e.t.c Namespace: Engine Assembly: Engine (in Engine.dll)SyntaxC#VBC++public void TrieWord( string word )Public Sub TrieWord ( _ word As String _ )public: void TrieWord( String^ word )ParameterswordType: StringThe word to be trie'ed.See AlsoSemanter ClassTrieWord OverloadEngine Namespace previous page start next page