Interface PartOfSpeechAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
PartOfSpeechAttributeImpl
public interface PartOfSpeechAttribute extends Attribute
Attribute forToken.getPartOfSpeech()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPartOfSpeech()
void
setToken(Token token)
-
-
-
Method Detail
-
getPartOfSpeech
java.lang.String getPartOfSpeech()
-
setToken
void setToken(Token token)
-
-