com.gmail.thejcwk.semantics
Class PhraseExtractor.PropertyLevel

java.lang.Object
  extended by com.gmail.thejcwk.semantics.PhraseExtractor.PropertyLevel
Enclosing class:
PhraseExtractor

public class PhraseExtractor.PropertyLevel
extends java.lang.Object

Describes at what level in the XML file we find various properties of the Phrase class.


Field Summary
static int PHONETIC_REPRESENTATION
           
static int SEMANTIC_FUNCTION
           
static int SYNTACTIC_FUNCTION
           
static int TRANSLATION
           
static int TYPE
           
 
Constructor Summary
PhraseExtractor.PropertyLevel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PHONETIC_REPRESENTATION

public static final int PHONETIC_REPRESENTATION
See Also:
Constant Field Values

TRANSLATION

public static final int TRANSLATION
See Also:
Constant Field Values

TYPE

public static final int TYPE
See Also:
Constant Field Values

SYNTACTIC_FUNCTION

public static final int SYNTACTIC_FUNCTION
See Also:
Constant Field Values

SEMANTIC_FUNCTION

public static final int SEMANTIC_FUNCTION
See Also:
Constant Field Values
Constructor Detail

PhraseExtractor.PropertyLevel

public PhraseExtractor.PropertyLevel()