Click or drag to resize

apertiumPOSConverterfindPosEnumsFromApertium Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumPOSConverter.findPosEnumsFromApertium(System.Collections.Generic.List{System.String})"]

Namespace:  imbNLP.PartOfSpeech.providers.dictionary.apertium
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static List<Enum> findPosEnumsFromApertium(
	List<string> apTypes
)

Parameters

apTypes
Type: System.Collections.GenericListString

[Missing <param name="apTypes"/> documentation for "M:imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumPOSConverter.findPosEnumsFromApertium(System.Collections.Generic.List{System.String})"]

Return Value

Type: ListEnum

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.providers.dictionary.apertium.apertiumPOSConverter.findPosEnumsFromApertium(System.Collections.Generic.List{System.String})"]

See Also