gate.wordnet
Class AdjectiveImpl
java.lang.Object
gate.wordnet.WordSenseImpl
gate.wordnet.AdjectiveImpl
- All Implemented Interfaces:
- Adjective, WordSense
public class AdjectiveImpl
- extends WordSenseImpl
- implements Adjective
Represents WordNet adjective
implements interface Adjective
Constructor Summary |
AdjectiveImpl(Word _word,
Synset _synset,
int _senseNumber,
int _orderInSynset,
boolean _isSemcor,
int _adjPosition,
net.didion.jwnl.dictionary.Dictionary _wnDict)
|
Method Summary |
int |
getAdjectivePosition()
returns the syntactic position of the adjective in relation to noun that it modifies |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdjectiveImpl
public AdjectiveImpl(Word _word,
Synset _synset,
int _senseNumber,
int _orderInSynset,
boolean _isSemcor,
int _adjPosition,
net.didion.jwnl.dictionary.Dictionary _wnDict)
getAdjectivePosition
public int getAdjectivePosition()
- returns the syntactic position of the adjective in relation to noun that it modifies
- Specified by:
getAdjectivePosition
in interface Adjective