Uses of Package
standup.lexicon

Packages that use standup.lexicon
standup.clouds This package provides the implementation for the STANDUP user interface. 
standup.joke This package provides joke generation functionality and all its related data structures. 
standup.lexicon This package provides classes and interfaces that handle access and manipulation of the STANDUP lexicon. 
standup.sql Provides classes and interfaces that handle access to the STANDUP lexical database, currently implemented as a relational database using PostgreSQL server. 
 

Classes in standup.lexicon used by standup.clouds
Lexeme
          A Lexeme is a specific sense, or meaning of a word.
LexemeSet
          A LexemeSet is, appropriately enough, a set of Lexemes.
ProfileLexicon
          A Profile relating to lexical resources.
StructElement
          A StructElement is an element that can appear within a WordStruct.
Topic
          A Topic represents a collection of Lexemes that are related in some sense, e.g.
WordForm
          A WordForm is a word with a unique orthographic and phonetic spelling.
WordString
          A simple String representing the orthography of a word.
WordStruct
          A structure that has a label and a sequence of StructElements, which can be one of Lexeme, WordForm, WordString or WordStruct.
 

Classes in standup.lexicon used by standup.joke
FClass
          Abstractly, an FClass defines a subset of the STANDUP lexicon based on a threshold of familiarity scores.
Keyword
          A Keyword is an object appearing in a WordStruct that is not 'canned' or 'filler' text.
Lexeme
          A Lexeme is a specific sense, or meaning of a word.
LexemeSet
          A LexemeSet is, appropriately enough, a set of Lexemes.
LexicalComponents
          A LexicalComponents represents a collection of various CustomLexicons, Topics, and specially designated blacklist CustomLexicons, which logically define the 'working lexicon'.
StructElement
          A StructElement is an element that can appear within a WordStruct.
Topic
          A Topic represents a collection of Lexemes that are related in some sense, e.g.
WordStruct
          A structure that has a label and a sequence of StructElements, which can be one of Lexeme, WordForm, WordString or WordStruct.
 

Classes in standup.lexicon used by standup.lexicon
Concept
          A semantic concept which can be viewed as an abstract meaning of one or more words.
CustomLexicon
          A CustomLexicon is a LexemeSet that has a label and is XMLsaveable.
Dictionary
          A class that has various static methods for obtaining Lexemes, WordForms and Concepts.
FClass
          Abstractly, an FClass defines a subset of the STANDUP lexicon based on a threshold of familiarity scores.
Keyword
          A Keyword is an object appearing in a WordStruct that is not 'canned' or 'filler' text.
Lexeme
          A Lexeme is a specific sense, or meaning of a word.
LexemeSet
          A LexemeSet is, appropriately enough, a set of Lexemes.
LexiconException
          A very simple subclass of Exception that is specifically for Exceptions arising from within the standup.lexicon package.
OptionsLexicon
          A subclass of Options that stores user-specific settings for a ProfileLexicon.
POS
          A POS object represents a part-of-speech of a Lexeme.
ProfileLexicon
          A Profile relating to lexical resources.
StructElement
          A StructElement is an element that can appear within a WordStruct.
Topic
          A Topic represents a collection of Lexemes that are related in some sense, e.g.
WordForm
          A WordForm is a word with a unique orthographic and phonetic spelling.
WordSequence
          Unsurprisingly, a sequence of words.
WordString
          A simple String representing the orthography of a word.
WordStruct
          A structure that has a label and a sequence of StructElements, which can be one of Lexeme, WordForm, WordString or WordStruct.
 

Classes in standup.lexicon used by standup.sql
Keyword
          A Keyword is an object appearing in a WordStruct that is not 'canned' or 'filler' text.
LexemeSet
          A LexemeSet is, appropriately enough, a set of Lexemes.
WordForm
          A WordForm is a word with a unique orthographic and phonetic spelling.
WordSequence
          Unsurprisingly, a sequence of words.
WordString
          A simple String representing the orthography of a word.