Namespace: Wnlib

Enum PartsOfSpeech


public enum PartsOfSpeech

Attributes
[FlagsAttribute]

Field Summary
  public  PartsOfSpeech Adj
 
  public  PartsOfSpeech Adv
 
  public  PartsOfSpeech Noun
 
  public  PartsOfSpeech Unknown
 
  public  PartsOfSpeech Verb
 
 

Field Detail

Adj

public PartsOfSpeech Adj = 4
Initial
4

Adv

public PartsOfSpeech Adv = 8
Initial
8

Noun

public PartsOfSpeech Noun = 1
Initial
1

Unknown

public PartsOfSpeech Unknown = 0
Initial
0

Verb

public PartsOfSpeech Verb = 2
Initial
2