gate.lexicon
Class NLGLexiconImpl
java.lang.Object
gate.util.AbstractFeatureBearer
gate.creole.AbstractResource
gate.creole.AbstractLanguageResource
gate.lexicon.MutableLexicalKnowledgeBaseImpl
gate.lexicon.NLGLexiconImpl
- All Implemented Interfaces:
- FeatureBearer, LanguageResource, LexicalKnowledgeBase, Lexicon, MutableLexicalKnowledgeBase, NameBearer, Resource, Serializable
- public class NLGLexiconImpl
- extends MutableLexicalKnowledgeBaseImpl
- implements Serializable
- See Also:
- Serialized Form
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.AbstractResource |
checkParameterValues, getBeanInfo, getName, getParameterValue, getParameterValue, removeResourceListeners, setName, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setResourceListeners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
NLGLexiconImpl
public NLGLexiconImpl()
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