net.sf.extjwnl.data
Class Adjective
java.lang.Object
net.sf.extjwnl.data.PointerTarget
net.sf.extjwnl.data.Word
net.sf.extjwnl.data.Adjective
- All Implemented Interfaces:
- Serializable, Owned
public class Adjective
- extends Word
An Adjective
is a Word
that can have an adjective position.
Note: Adjective positions are only supported through WordNet v1.5.
- Author:
- John Didion , Aliaksandr Autayeu
- See Also:
- Serialized Form
Nested Class Summary |
static class |
Adjective.AdjectivePosition
Adjective positions denote a restriction on the on the syntactic position the
adjective may have in relation to noun that it modifies. |
Methods inherited from class net.sf.extjwnl.data.Word |
equals, getIndex, getLemma, getLexId, getPointers, getPOS, getSenseKey, getSenseKeyWithAdjClass, getSummary, getSummary, getSynset, getUseCount, hashCode, setIndex, setLexId, setSummary, setUseCount, toString |
NONE
public static final Adjective.AdjectivePosition NONE
PREDICATIVE
public static final Adjective.AdjectivePosition PREDICATIVE
ATTRIBUTIVE
public static final Adjective.AdjectivePosition ATTRIBUTIVE
IMMEDIATE_POSTNOMINAL
public static final Adjective.AdjectivePosition IMMEDIATE_POSTNOMINAL
ADJECTIVE_POSITIONS
public static final Adjective.AdjectivePosition[] ADJECTIVE_POSITIONS
Adjective
public Adjective(Dictionary dictionary,
Synset synset,
int index,
String lemma,
Adjective.AdjectivePosition adjectivePosition)
getAdjectivePositionForKey
public static Adjective.AdjectivePosition getAdjectivePositionForKey(String key)
getAdjectivePosition
public Adjective.AdjectivePosition getAdjectivePosition()
Copyright © 2011. All Rights Reserved.