edu.northwestern.at.wordhoard.model
Class WordForms
java.lang.Object
edu.northwestern.at.wordhoard.model.WordForms
public class WordForms
- extends java.lang.Object
Word form constants.
Defines the types of word occurrence attibutes which WordHoard
can analyze. At present these include spellings, lemmata,
word class, speaker gender, speaker mortality,
semantic categories, poetry-versus-prose, and metrical shapes.
Constructor Summary |
protected |
WordForms()
Can't instantiate but can override. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPELLING
public static final int SPELLING
- Word forms.
- See Also:
- Constant Field Values
LEMMA
public static final int LEMMA
- See Also:
- Constant Field Values
WORDCLASS
public static final int WORDCLASS
- See Also:
- Constant Field Values
SPEAKERGENDER
public static final int SPEAKERGENDER
- See Also:
- Constant Field Values
SEMANTICCATEGORY
public static final int SEMANTICCATEGORY
- See Also:
- Constant Field Values
ISVERSE
public static final int ISVERSE
- See Also:
- Constant Field Values
METRICALSHAPE
public static final int METRICALSHAPE
- See Also:
- Constant Field Values
SPEAKERMORTALITY
public static final int SPEAKERMORTALITY
- See Also:
- Constant Field Values
NUMBEROFWORDFORMS
public static final int NUMBEROFWORDFORMS
- See Also:
- Constant Field Values
WordForms
protected WordForms()
- Can't instantiate but can override.