GATE
Version 3.1-2270

gate.lexicon
Class NLGLexiconImpl

java.lang.Object
  extended by gate.util.AbstractFeatureBearer
      extended by gate.creole.AbstractResource
          extended by gate.creole.AbstractLanguageResource
              extended by gate.lexicon.MutableLexicalKnowledgeBaseImpl
                  extended by gate.lexicon.NLGLexiconImpl
All Implemented Interfaces:
LanguageResource, LexicalKnowledgeBase, Lexicon, MutableLexicalKnowledgeBase, Resource, FeatureBearer, NameBearer, Serializable

public class NLGLexiconImpl
extends MutableLexicalKnowledgeBaseImpl
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gate.lexicon.MutableLexicalKnowledgeBaseImpl
posTypes, synsets, words
 
Fields inherited from class gate.creole.AbstractLanguageResource
dataStore, lrPersistentId
 
Fields inherited from class gate.creole.AbstractResource
name
 
Fields inherited from class gate.util.AbstractFeatureBearer
features
 
Fields inherited from interface gate.lexicon.Lexicon
POS_ADJECTIVE, POS_ADVERB, POS_CONJ, POS_NOUN, POS_OTHER, POS_TYPES, POS_VERB
 
Constructor Summary
NLGLexiconImpl()
           
 
Method Summary
 MutableWord addWord(String lemma)
          add a new word
 
Methods inherited from class gate.lexicon.MutableLexicalKnowledgeBaseImpl
addPOSType, addSynset, getLexiconId, getPOSTypes, getSynsets, getSynsets, getVersion, init, lookupWord, lookupWord, removeSynset, removeWord, setLexiconId, setVersion
 
Methods inherited from class gate.creole.AbstractLanguageResource
cleanup, getDataStore, getLRPersistenceId, getParent, isModified, setDataStore, setLRPersistenceId, setParent, sync
 
Methods inherited from class gate.creole.AbstractResource
checkParameterValues, getBeanInfo, getName, getParameterValue, getParameterValue, removeResourceListeners, setName, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setResourceListeners
 
Methods inherited from class gate.util.AbstractFeatureBearer
getFeatures, setFeatures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gate.LanguageResource
getDataStore, getLRPersistenceId, getParent, isModified, setDataStore, setLRPersistenceId, setParent, sync
 
Methods inherited from interface gate.Resource
cleanup, getParameterValue, setParameterValue, setParameterValues
 
Methods inherited from interface gate.util.FeatureBearer
getFeatures, setFeatures
 
Methods inherited from interface gate.util.NameBearer
getName, setName
 

Constructor Detail

NLGLexiconImpl

public NLGLexiconImpl()
Method Detail

addWord

public MutableWord addWord(String lemma)
Description copied from class: MutableLexicalKnowledgeBaseImpl
add a new word

Specified by:
addWord in interface MutableLexicalKnowledgeBase
Overrides:
addWord in class MutableLexicalKnowledgeBaseImpl

GATE
Version 3.1-2270