Namespace: WnLexicon
Class WordInfo
System.Object
|
+-- WnLexicon.WordInfo
public class WordInfoextends System.Object
Static- False
Persistent- False
summary- This class contains information about the word
Sealed- False
Abstract- False
public
int |
Strength a sum of all the sense counts hints at the commonality of a word |
partOfSpeech
public Wnlib.PartsOfSpeech partOfSpeech = Wnlib.PartsOfSpeech.Unknown
Readonly- False
Initial- Wnlib.PartsOfSpeech.Unknown
Volatile- False
Type- Wnlib.PartsOfSpeech
Nullable- False
Const- False
New- False
Static- False
senseCounts
public int senseCounts = null
Readonly- False
Initial- null
Volatile- False
Type- int[]
Nullable- False
Const- False
New- False
Static- False
text
public string text = ""
Readonly- False
Initial- ""
Volatile- False
Type- string
Nullable- False
Const- False
New- False
Static- False
Strength
public int Strength
Has getter- True
Static- False
Virtual- False
Type- int
Extern- False
summary- a sum of all the sense counts hints at the commonality of a word
New- False
Has setter- False
Override- False
Sealed- False
Abstract- False
Equals
public bool Equals(object obj)
Returns- bool
Nullable- False
Virtual- False
New- False
Sealed- False
Extern- False
Override- True
Abstract- False
Static- False
GetHashCode
public int GetHashCode()
Returns- int
Nullable- False
Virtual- False
New- False
Sealed- False
Extern- False
Override- True
Abstract- False
Static- False
operator !=
public bool operator !=(WordInfo a, WordInfo b)
Static- True
Returns- bool
Extern- False
operator ==
public bool operator ==(WordInfo a, WordInfo b)
Static- True
Returns- bool
Extern- False
to Enum PartsOfSpeech
Supplier- PartsOfSpeech
Client- partOfSpeech
Directed- False
Type- association