AddWordToDictionary Method

Stot

Stot

Semanter..::..AddWordToDictionary Method

Adds the word to dictionary and increments the weight if it already exists.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public void AddWordToDictionary(
	string word,
	int weight
)
Public Sub AddWordToDictionary ( _
	word As String, _
	weight As Integer _
)
public:
void AddWordToDictionary(
	String^ word, 
	int^ weight
)

Parameters

word
Type: String
The word.
weight
Type: Int32
The weight.