public class VerbPropertiesSimpleImpl extends java.lang.Object implements VerbProperties
VerbProperties.Polarity
Constructor and Description |
---|
VerbPropertiesSimpleImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List<CaseRole> |
getCaseRolesForGrammarRole(java.lang.String verb,
SVOElement.SVOGrammarPosition grammarRole)
Return a list of case roles for the given verb and the given grammar role.
|
java.util.List<java.lang.String> |
getPrepositionForCaseRole(java.lang.String verb,
CaseRole caseRole)
Return a list of prepositions for the given verb and the given case role.
|
public java.util.List<CaseRole> getCaseRolesForGrammarRole(java.lang.String verb, SVOElement.SVOGrammarPosition grammarRole)
getCaseRolesForGrammarRole
in interface VerbProperties
verb
- the verb in infinitive formgrammarRole
- public java.util.List<java.lang.String> getPrepositionForCaseRole(java.lang.String verb, CaseRole caseRole)
getPrepositionForCaseRole
in interface VerbProperties
verb
- the verb in infinitive formcaseRole
-