gate.wordnet
Interface Adjective

All Superinterfaces:
WordSense

public interface Adjective
extends WordSense

Represents WordNet adj.


Field Summary
static int ADJ_POS_ATTRIBUTIVE
          adjective - prenominal (attributive) position
static int ADJ_POS_IMMEDIATE_POSTNOMINAL
          adjective - immediately postnominal position
static int ADJ_POS_NONE
          adjective - position unknown
static int ADJ_POS_PREDICATIVE
          adjective - predicate position
 
Method Summary
 int getAdjectivePosition()
          returns the syntactic position of the adjective in relation to noun that it modifies
 
Methods inherited from interface gate.wordnet.WordSense
getLexicalRelations, getLexicalRelations, getOrderInSynset, getPOS, getSenseNumber, getSynset, getWord, isSemcor
 

Field Detail

ADJ_POS_ATTRIBUTIVE

static final int ADJ_POS_ATTRIBUTIVE
adjective - prenominal (attributive) position

See Also:
Constant Field Values

ADJ_POS_IMMEDIATE_POSTNOMINAL

static final int ADJ_POS_IMMEDIATE_POSTNOMINAL
adjective - immediately postnominal position

See Also:
Constant Field Values

ADJ_POS_PREDICATIVE

static final int ADJ_POS_PREDICATIVE
adjective - predicate position

See Also:
Constant Field Values

ADJ_POS_NONE

static final int ADJ_POS_NONE
adjective - position unknown

See Also:
Constant Field Values
Method Detail

getAdjectivePosition

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