Namespace: WnLexicon
Class Lexicon
System.Object
|
+-- WnLexicon.Lexicon
public class Lexiconextends System.Object
Static- False
Persistent- False
summary- An efficient feature-specific front-end for WordNet.NET
remarks-
Previously, the only readily-available interface to WordNet was the all-encompassing
Search function which returns everything you could possibly ever want to know about
the target word. Unfortunately, this approach is not very efficient for natural
language processing applications that use WordNet as a database rather than a dictionary.
Therefore, the Lexicon class is intended to provide a simple and straightforward interface
to WordNet for very targeted functionality. (ie, what my application needs it to do). It also
attempts to retrieve the desired information in the most efficient way possible.
Sealed- False
Abstract- False
FindSynonyms
public string FindSynonyms(string word, Wnlib.PartsOfSpeech pos, bool includeMorphs)
Returns- string[]
Nullable- False
Virtual- False
New- False
Sealed- False
Extern- False
Override- False
Abstract- False
Static- True
FindWordInfo
public WordInfo FindWordInfo(string word, bool includeMorphs)
Returns- WordInfo
Nullable- False
Virtual- False
New- False
Sealed- False
Extern- False
Override- False
Abstract- False
Static- True
to Enum PartsOfSpeech
Supplier- PartsOfSpeech
Client- enums
Directed- False
Type- association