Click or drag to resize

multiLanguageEvaluatorGetAllProperTokensSortedByFrequency Method (IEnumerableString, Int32, ListString)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets all proper tokens sorted by frequency.

Namespace:  imbNLP.Data.evaluate
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public List<string> GetAllProperTokensSortedByFrequency(
	IEnumerable<string> input_contentTokens,
	int tokenLengthMin,
	List<string> input_ignoredTokens
)

Parameters

input_contentTokens
Type: System.Collections.GenericIEnumerableString
The input content tokens.
tokenLengthMin
Type: SystemInt32
The token length minimum.
input_ignoredTokens
Type: System.Collections.GenericListString
The input ignored tokens.

Return Value

Type: ListString

[Missing <returns> documentation for "M:imbNLP.Data.evaluate.multiLanguageEvaluator.GetAllProperTokensSortedByFrequency(System.Collections.Generic.IEnumerable{System.String},System.Int32,System.Collections.Generic.List{System.String})"]

See Also