Click or drag to resize

posConverterGetWordNetCodeStart Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Data.semanticLexicon.posCase.posConverter.GetWordNetCodeStart(imbNLP.PartOfSpeech.flags.basic.pos_type)"]

Namespace:  imbNLP.Data.semanticLexicon.posCase
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public static int GetWordNetCodeStart(
	this pos_type type
)

Parameters

type
Type: imbNLP.PartOfSpeech.flags.basicpos_type

[Missing <param name="type"/> documentation for "M:imbNLP.Data.semanticLexicon.posCase.posConverter.GetWordNetCodeStart(imbNLP.PartOfSpeech.flags.basic.pos_type)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbNLP.Data.semanticLexicon.posCase.posConverter.GetWordNetCodeStart(imbNLP.PartOfSpeech.flags.basic.pos_type)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type pos_type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also