|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WordForm | |
---|---|
standup.clouds | This package provides the implementation for the STANDUP user interface. |
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. |
Uses of WordForm in standup.clouds |
---|
Constructors in standup.clouds with parameters of type WordForm | |
---|---|
CloudLabelSegment(WordForm _wf,
Color c)
Returns a BubbleLabelSegment for a WordForm |
|
STANDUPSpeakable(WordForm w)
|
Uses of WordForm in standup.lexicon |
---|
Fields in standup.lexicon declared as WordForm | |
---|---|
private WordForm |
Lexeme.cachedHeadWordForm
|
private WordForm |
Lexeme.cachedModifierWordForm
|
private WordForm |
Lexeme.cachedWordForm
|
Fields in standup.lexicon with type parameters of type WordForm | |
---|---|
private static Hashtable<String,WordForm> |
Dictionary.wordforms
|
Methods in standup.lexicon that return WordForm | |
---|---|
WordForm |
Lexeme.getHead()
Returns the head WordForm of this Lexeme , if it is a
compound noun, or null otherwise. |
WordForm |
Lexeme.getModifier()
Returns the modifier WordForm of this Lexeme , if it is a
compound noun, or null otherwise. |
WordForm |
Lexeme.getWordForm()
Returns the WordForm associated with this Lexeme . |
static WordForm |
Dictionary.getWordForm(String id)
Returns an instance of the WordForm with the given ID, or
null if one was not found. |
static WordForm |
WordForm.readXML(Element e)
Returns an instance of a WordForm from an appropriate XML
Element . |
Methods in standup.lexicon that return types with arguments of type WordForm | |
---|---|
static Set<WordForm> |
Dictionary.convertWordFormIDSetToWordFormSet(Set<String> wordFormIDs)
Returns a Set<WordForm> of WordForm s whose IDs are
contained within the given Set<String> . |
static Collection<WordForm> |
Dictionary.getAllWordForms()
Returns a collection of all known WordForm s. |
static Set<WordForm> |
Dictionary.getSpelledWordForms(WordSequence ws)
Returns all WordForm s with the given spelling. |
Methods in standup.lexicon with parameters of type WordForm | |
---|---|
LexemeSet |
LexemeSet.getSpelledLexemes(WordForm w)
Returns a LexemeSet that is a subset of this LexemeSet
containing Lexeme s whose form is the given WordForm . |
static LexemeSet |
Dictionary.getSpelledLexemes(WordForm wf)
Returns all Lexeme s whose form is the same as the given
WordForm . |
Uses of WordForm in standup.sql |
---|
Methods in standup.sql that return types with arguments of type WordForm | |
---|---|
static Set<WordForm> |
SQLUtils.getSpelledCompiledWordForms(WordSequence w)
|
Methods in standup.sql with parameters of type WordForm | |
---|---|
static LexemeSet |
SQLUtils.getSpelledCompiledLexemes(WordForm w)
Returns all Lexeme s spelt with the given WordForm . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |