GATE
Version 3.1-2270

gate.lexicon
Interface Lexicon

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

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

static final String POS_ADJECTIVE
See Also:
Constant Field Values

POS_ADVERB

static final String POS_ADVERB
See Also:
Constant Field Values

POS_NOUN

static final String POS_NOUN
See Also:
Constant Field Values

POS_VERB

static final String POS_VERB
See Also:
Constant Field Values

POS_CONJ

static final String POS_CONJ
See Also:
Constant Field Values

POS_OTHER

static final String POS_OTHER
See Also:
Constant Field Values

POS_TYPES

static final Object[] POS_TYPES
Method Detail

getLexiconId

Object getLexiconId()

setLexiconId

void setLexiconId(Object Id)

GATE
Version 3.1-2270