Click or drag to resize

multiLanguageEvaluatorGetAllProperTokensSortedByFrequency Method (String, 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(
	string content,
	int __tokenLengthMin = -1,
	List<string> input_ignoredTokens = null
)

Parameters

content
Type: SystemString
The content.
__tokenLengthMin (Optional)
Type: SystemInt32
The token length minimum.
input_ignoredTokens (Optional)
Type: System.Collections.GenericListString
The input ignored tokens.

Return Value

Type: ListString

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

See Also