Inverter Constructor (String, String, String, String, List(String))

Stot

Stot

Inverter Constructor (String, String, String, String, List<(Of <(<'String>)>)>)

Initializes a new instance of the [Inverter] class.

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

Syntax


public Inverter(
	string StopWords,
	string DictionaryPath,
	string CommonWordsPath,
	string FormatsPath,
	List<string> BooksPaths
)
Public Sub New ( _
	StopWords As String, _
	DictionaryPath As String, _
	CommonWordsPath As String, _
	FormatsPath As String, _
	BooksPaths As List(Of String) _
)
public:
Inverter(
	String^ StopWords, 
	String^ DictionaryPath, 
	String^ CommonWordsPath, 
	String^ FormatsPath, 
	List<String^>^ BooksPaths
)

Parameters

StopWords
Type: String
The path to a File Containing all the stop words.
DictionaryPath
Type: String
The path to the file holding all legal words.
CommonWordsPath
Type: String
The path to the file holding most coomonly used words.
FormatsPath
Type: String
The path to the file holding all supported file types.
BooksPaths
Type: List<(Of <(<'String>)>)>
Paths to Books, used for frequency nalysis of words.

Exceptions


ExceptionCondition
[IOException]The specified path could not be Read