edu.northwestern.at.wordhoard.model
Class WordForms

java.lang.Object
  extended by 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.


Field Summary
static int ISVERSE
           
static int LEMMA
           
static int METRICALSHAPE
           
static int NUMBEROFWORDFORMS
           
static int SEMANTICCATEGORY
           
static int SPEAKERGENDER
           
static int SPEAKERMORTALITY
           
static int SPELLING
          Word forms.
static int WORDCLASS
           
 
Constructor Summary
protected WordForms()
          Can't instantiate but can override.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WordForms

protected WordForms()
Can't instantiate but can override.