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.StringgetPartOfSpeech()voidsetToken(Token token)
-
-
-
Method Detail
-
getPartOfSpeech
java.lang.String getPartOfSpeech()
-
setToken
void setToken(Token token)
-
-