public class VerbMultiToken extends Object
| Constructor and Description |
|---|
VerbMultiToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToken(VerbModel model,
edu.stanford.nlp.ling.CoreLabel token) |
void |
addToken(VerbModel model,
edu.stanford.nlp.ling.CoreLabel token,
boolean last) |
String |
getGender() |
String |
getMood() |
String |
getNumber() |
Integer |
getPerson() |
String |
getString() |
String |
getTense() |
List<edu.stanford.nlp.ling.CoreLabel> |
getTokens() |
boolean |
isPassive() |
void |
setNumber(String number) |
void |
setTokens(List<edu.stanford.nlp.ling.CoreLabel> tokens) |
String |
toString() |
public String getNumber()
public void setNumber(String number)
public boolean isPassive()
public String getTense()
public String getMood()
public Integer getPerson()
public String getGender()
public List<edu.stanford.nlp.ling.CoreLabel> getTokens()
public void setTokens(List<edu.stanford.nlp.ling.CoreLabel> tokens)
public void addToken(VerbModel model, edu.stanford.nlp.ling.CoreLabel token)
public void addToken(VerbModel model, edu.stanford.nlp.ling.CoreLabel token, boolean last)
public String getString()
Copyright © 2016–2022 FBK. All rights reserved.