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
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 |
Adjective
public Adjective(Dictionary dictionary,
Synset synset,
int index,
String lemma,
AdjectivePosition adjectivePosition)
getAdjectivePosition
public AdjectivePosition getAdjectivePosition()
Copyright © 2013. All Rights Reserved.