Click or drag to resize

tableAnnotationResolverprocess Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Processes the specified input.

Namespace:  imbNLP.PartOfSpeech.resourceProviders.core
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public List<Object> process(
	string input
)

Parameters

input
Type: SystemString
The input.

Return Value

Type: ListObject

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.resourceProviders.core.tableAnnotationResolver.process(System.String)"]

See Also