public class SumoProcess extends Object
| Constructor and Description |
|---|
SumoProcess(String verb,
KB kb) |
SumoProcess(SumoProcess process,
KB kb) |
| Modifier and Type | Method and Description |
|---|---|
void |
formulateNaturalVerb(Sentence sentence)
Try to phrase the verb into natural language, setting this object's internal state appropriately.
|
String |
getSurfaceForm() |
String |
getVerb() |
static String |
getVerbRootForm(String gerund)
Get the root of the given verb.
|
void |
setPolarity(VerbProperties.Polarity polarity) |
String |
toString()
Indirectly invoked by SumoProcessCollector.toString( ).
|
static String |
verbRootToThirdPersonSingular(String verbRoot) |
public SumoProcess(SumoProcess process, KB kb)
public String toString()
public String getSurfaceForm()
public void formulateNaturalVerb(Sentence sentence)
sentence - public String getVerb()
public void setPolarity(VerbProperties.Polarity polarity)
public static String verbRootToThirdPersonSingular(String verbRoot)
verbRoot - Copyright © 2015. All rights reserved.