public static class SpanishVerbStripper.StrippedVerb extends Object
| Constructor and Description |
|---|
StrippedVerb(String originalStem,
List<String> pronouns) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginalStem()
Returns the original stem of the verb, simply split off from pronouns.
|
List<String> |
getPronouns() |
String |
getStem()
Return the normalized stem of the verb -- the way it would appear in
isolation without attached pronouns.
|
void |
setStem(String stem) |
public void setStem(String stem)
public String getStem()
public String getOriginalStem()
getStem(), which returns a normalized form.)