public class Adjective extends Word
Adjective
is a Word
that can have an adjective position.
Note: Adjective positions are only supported through WordNet v1.5.
dictionary
Constructor and Description |
---|
Adjective(Dictionary dictionary,
Synset synset,
java.lang.String lemma,
AdjectivePosition adjectivePosition) |
Modifier and Type | Method and Description |
---|---|
AdjectivePosition |
getAdjectivePosition() |
equals, getIndex, getLemma, getLexId, getPointers, getPOS, getSenseKey, getSenseKeyWithAdjClass, getSenseNumber, getSynset, getSynsetType, getUseCount, hashCode, setLexId, setUseCount, startBuildingSenseKey, toString
getDictionary, getPointers, getTargets, getTargets, setDictionary
public Adjective(Dictionary dictionary, Synset synset, java.lang.String lemma, AdjectivePosition adjectivePosition)
public AdjectivePosition getAdjectivePosition()