public interface IToken extends IHasForm
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getStems()
Returns an unmodifiable list of stems, all in lowercase.
|
java.lang.String |
getTag()
Returns the part of speech tag for this token, or
null if
the token is not tagged. |
java.lang.String getTag()
null
if
the token is not tagged. If the part of speech is null
, no
part of speech has yet been assigned.null
if
the token is not tagged.java.util.List<java.lang.String> getStems()
null
, this means no
stemming has yet been attempted.null
, possibly empty list of lowercase
stemsCopyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.