Click or drag to resize

semanticLexiconCachedecodeTwins Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

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.26
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