Namespace: WnLexicon

Class WordInfo

System.Object
  |
  +-- WnLexicon.WordInfo

public class WordInfo
extends System.Object

Static
False
Persistent
False
summary
This class contains information about the word
Sealed
False
Abstract
False

Field Summary
  public  Wnlib.PartsOfSpeech partOfSpeech
 
  public  int senseCounts
 
  public  string text
 
 

Property Summary
  public  int Strength
a sum of all the sense counts hints at the commonality of a word
 

Method Summary
  public bool Equals(object obj)
 
  public int GetHashCode()
 
  public bool operator !=(WordInfo a, WordInfo b)
 
  public bool operator ==(WordInfo a, WordInfo b)
 
 

Field Detail

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

Property Detail

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

Method Detail

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

Association Link

to Enum PartsOfSpeech

Supplier
PartsOfSpeech
Client
partOfSpeech
Directed
False
Type
association