gate.lexicon
Interface Lexicon

All Superinterfaces:
FeatureBearer, LanguageResource, NameBearer, Resource, Serializable
All Known Subinterfaces:
LexicalKnowledgeBase, MutableLexicalKnowledgeBase, NLGLexicon
All Known Implementing Classes:
MutableLexicalKnowledgeBaseImpl

public interface Lexicon
extends LanguageResource


Field Summary
static String POS_ADJECTIVE
           
static String POS_ADVERB
           
static String POS_CONJ
           
static String POS_NOUN
           
static String POS_OTHER
           
static Object[] POS_TYPES
           
static String POS_VERB
           
 
Method Summary
 Object getLexiconId()
           
 void setLexiconId(Object Id)
           
 
Methods inherited from interface gate.LanguageResource
getDataStore, getLRPersistenceId, getParent, isModified, setDataStore, setLRPersistenceId, setParent, sync
 
Methods inherited from interface gate.Resource
cleanup, getParameterValue, init, setParameterValue, setParameterValues
 
Methods inherited from interface gate.util.FeatureBearer
getFeatures, setFeatures
 
Methods inherited from interface gate.util.NameBearer
getName, setName
 

Field Detail

POS_ADJECTIVE

public static final String POS_ADJECTIVE
See Also:
Constant Field Values

POS_ADVERB

public static final String POS_ADVERB
See Also:
Constant Field Values

POS_NOUN

public static final String POS_NOUN
See Also:
Constant Field Values

POS_VERB

public static final String POS_VERB
See Also:
Constant Field Values

POS_CONJ

public static final String POS_CONJ
See Also:
Constant Field Values

POS_OTHER

public static final String POS_OTHER
See Also:
Constant Field Values

POS_TYPES

public static final Object[] POS_TYPES
Method Detail

getLexiconId

public Object getLexiconId()

setLexiconId

public void setLexiconId(Object Id)