ClassesClasses | | Operators |
Page not available for the currently selected syntax (programming language).
Page not available for the currently selected syntax (programming language).
HLexicon — Represents an instance of a lexicon.
ImportLexicon | Create a lexicon from a text file. | |
CreateLexicon | Create a lexicon from a tuple of words. |
This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.
ClearLexicon | Clear a lexicon. |
CreateLexicon | Create a lexicon from a tuple of words. | |
ImportLexicon | Create a lexicon from a text file. | |
InspectLexicon | Query all words from a lexicon. | |
LookupLexicon | Check if a word is contained in a lexicon. | |
SuggestLexicon | Find a similar word in a lexicon. |
HLexicon — Represents an instance of a lexicon.
ImportLexicon | Create a lexicon from a text file. | |
CreateLexicon | Create a lexicon from a tuple of words. |
This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.
ClearLexicon | Clear a lexicon. |
CreateLexicon | Create a lexicon from a tuple of words. | |
ImportLexicon | Create a lexicon from a text file. | |
InspectLexicon | Query all words from a lexicon. | |
LookupLexicon | Check if a word is contained in a lexicon. | |
SuggestLexicon | Find a similar word in a lexicon. |
ClassesClasses | | Operators |