Click or drag to resize

semanticLexiconCachedecodeTwins Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
If a twin detected it is decoded into proper encoding token: unicode -> ASCII

Namespace:  imbNLP.Data.semanticLexicon
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public List<string> decodeTwins(
	IEnumerable<string> tokens
)

Parameters

tokens
Type: System.Collections.GenericIEnumerableString
The tokens.

Return Value

Type: ListString
changed or unchanged tokens
See Also