|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVerbFrame
A verb frame as specified from the verb frames data file in the Wordnet distribution
Method Summary | |
---|---|
int |
getNumber()
The id number of this verb frame. |
java.lang.String |
getTemplate()
The string form of the template, drawn directly from the data file. |
java.lang.String |
instantiateTemplate(java.lang.String verb)
Takes the supplied surface form of a verb and instantiates it into the template for the verb frame. |
Method Detail |
---|
int getNumber()
java.lang.String getTemplate()
null
null
, non-empty template of the verb framejava.lang.String instantiateTemplate(java.lang.String verb)
verb
- the string to be substituted into the template
java.lang.NullPointerException
- if the specified string is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |