Semanter Constructor

Stot

Stot

Semanter Constructor

Initializes a new instance of the [Semanter] class, reads all the words in the dictionary file and the common file and allocates weight to each word.

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

Syntax


public Semanter(
	string toDictionary,
	string toCommon
)
Public Sub New ( _
	toDictionary As String, _
	toCommon As String _
)
public:
Semanter(
	String^ toDictionary, 
	String^ toCommon
)

Parameters

toDictionary
Type: String
A path to the file that contains all the words in a dictionary.
toCommon
Type: String
A path to the file that contains commonly used words