GATE
Version 3.1-2270

gate.wordnet
Class AdjectiveImpl

java.lang.Object
  extended by gate.wordnet.WordSenseImpl
      extended by gate.wordnet.AdjectiveImpl
All Implemented Interfaces:
Adjective, WordSense

public class AdjectiveImpl
extends WordSenseImpl
implements Adjective

Represents WordNet adjective implements interface Adjective


Field Summary
 
Fields inherited from interface gate.wordnet.Adjective
ADJ_POS_ATTRIBUTIVE, ADJ_POS_IMMEDIATE_POSTNOMINAL, ADJ_POS_NONE, ADJ_POS_PREDICATIVE
 
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 gate.wordnet.WordSenseImpl
getLexicalRelations, getLexicalRelations, getOrderInSynset, getPOS, getSenseNumber, getSynset, getWord, isSemcor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gate.wordnet.WordSense
getLexicalRelations, getLexicalRelations, getOrderInSynset, getPOS, getSenseNumber, getSynset, getWord, isSemcor
 

Constructor Detail

AdjectiveImpl

public AdjectiveImpl(Word _word,
                     Synset _synset,
                     int _senseNumber,
                     int _orderInSynset,
                     boolean _isSemcor,
                     int _adjPosition,
                     net.didion.jwnl.dictionary.Dictionary _wnDict)
Method Detail

getAdjectivePosition

public int getAdjectivePosition()
returns the syntactic position of the adjective in relation to noun that it modifies

Specified by:
getAdjectivePosition in interface Adjective

GATE
Version 3.1-2270