Click or drag to resize

semanticLexiconCacheencodeTwins Method

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

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

Parameters

tokens
Type: System.Collections.GenericIEnumerableString
The tokens.

Return Value

Type: ListString
changed or unchanged tokens
See Also