TrieWord Method (String)

Stot

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)

Syntax


public void TrieWord(
	string word
)
Public Sub TrieWord ( _
	word As String _
)
public:
void TrieWord(
	String^ word
)

Parameters

word
Type: String
The word to be trie'ed.