Click or drag to resize

imbNLPbasictokenFilter Method (String, Boolean, Int32, Boolean, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Mo�e da se koristi za bilo koji niz stringova

Namespace:  imbACE.Core.interfaces.primitives
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string[] tokenFilter(
	string[] output,
	bool trimOutput = true,
	int tokenLenLimit = 0,
	bool onlyUnique = false,
	bool toLoweCase = false
)
Request Example View Source

Parameters

output
Type: SystemString
trimOutput (Optional)
Type: SystemBoolean
tokenLenLimit (Optional)
Type: SystemInt32
onlyUnique (Optional)
Type: SystemBoolean
toLoweCase (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also