|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVerbnetType | |
---|---|
edu.mit.jverbnet.data | Provides the major data types of the library |
edu.mit.jverbnet.data.selection | Provides a selectional restriction framework |
edu.mit.jverbnet.data.semantics | Provides semantic descriptors, such as for predicates and their arguments |
edu.mit.jverbnet.data.syntax | Provides syntactic descriptors for verb arguments |
edu.mit.jverbnet.parse | Provides XML handlers specifically implemented for Verbnet data |
Uses of IVerbnetType in edu.mit.jverbnet.data |
---|
Classes in edu.mit.jverbnet.data that implement IVerbnetType | |
---|---|
class |
FrameType
Primary description types. |
class |
ThematicRoleType
Selection restriction value types. |
Methods in edu.mit.jverbnet.data with type parameters of type IVerbnetType | ||
---|---|---|
static
|
VerbnetTypes.getById(java.lang.Class<T> cls,
java.lang.String id)
Invokes the static getById method on a given verbnet type. |
|
static
|
VerbnetTypes.getTypeByIdNoWarnings(java.lang.Class<T> cls,
java.lang.String id)
Invokes the static getById method on a given verbnet type. |
Method parameters in edu.mit.jverbnet.data with type arguments of type IVerbnetType | |
---|---|
static java.lang.String |
VerbnetTypes.getXSDSimpleTypeName(java.lang.Class<? extends IVerbnetType> c)
Retrieves the value of the static field containing the XSD type name for a verbnet type. |
Uses of IVerbnetType in edu.mit.jverbnet.data.selection |
---|
Classes in edu.mit.jverbnet.data.selection with type parameters of type IVerbnetType | |
---|---|
interface |
ISelRestrictions<T extends IVerbnetType>
Represents a set of selection restrictions. |
class |
SelRestrictions<T extends IVerbnetType>
A set of selectional restrictions. |
Subinterfaces of IVerbnetType in edu.mit.jverbnet.data.selection | |
---|---|
interface |
IRestrType
This is a marker interface implemented by the types that are commonly found as keys in selection restriction maps. |
Classes in edu.mit.jverbnet.data.selection that implement IVerbnetType | |
---|---|
class |
PrepRestrType
Preposition restriction types. |
class |
SemRestrType
Semantic restriction types. |
class |
SynRestrType
Syntactic restriction types. |
Methods in edu.mit.jverbnet.data.selection with type parameters of type IVerbnetType | ||
---|---|---|
static
|
SelRestrictions.emptyRestrictions()
Returns the default empty selection restriction object. |
Uses of IVerbnetType in edu.mit.jverbnet.data.semantics |
---|
Subinterfaces of IVerbnetType in edu.mit.jverbnet.data.semantics | |
---|---|
interface |
ISemanticArgType
A verbnet type that represents subtypes of a particular ArgType
value. |
Classes in edu.mit.jverbnet.data.semantics that implement IVerbnetType | |
---|---|
class |
ArgType
Argument types. |
class |
ArgTypeConstant
The subtypes of constant argument type. |
class |
ArgTypeEvent
The subtypes of event argument type. |
class |
ArgTypeVerbSpecific
The subtypes of verb specific argument type. |
class |
PredicateType
Predicate types. |
Uses of IVerbnetType in edu.mit.jverbnet.data.syntax |
---|
Subinterfaces of IVerbnetType in edu.mit.jverbnet.data.syntax | |
---|---|
interface |
INounPhraseType
Marker interface for noun phrase types. |
Classes in edu.mit.jverbnet.data.syntax that implement IVerbnetType | |
---|---|
class |
AuxNounPhraseType
Selection restriction value types. |
class |
SyntaxArgType
Syntactic argument types. |
Uses of IVerbnetType in edu.mit.jverbnet.parse |
---|
Classes in edu.mit.jverbnet.parse with type parameters of type IVerbnetType | |
---|---|
class |
RestrictionHandler<T extends IVerbnetType>
Handles Verbnet XML blocks tagged with "SELRESTR" or "SYNRESTR". |
class |
SelRestrictionsHandler<T extends IVerbnetType>
Handles Verbnet XML blocks tagged with "SELRESTRS" or "SYNRESTRS". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |