|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWordnetKey | |
---|---|
edu.mit.jverbnet.data | Provides the major data types of the library |
edu.mit.jverbnet.index | Provides the basic verb index class for accessing Verbnet data |
Uses of IWordnetKey in edu.mit.jverbnet.data |
---|
Classes in edu.mit.jverbnet.data that implement IWordnetKey | |
---|---|
class |
WordnetKey
Default implementation of the IWordnetType interface. |
Methods in edu.mit.jverbnet.data that return types with arguments of type IWordnetKey | |
---|---|
List<IWordnetKey> |
Member.getWordnetTypes()
|
List<IWordnetKey> |
Member.MemberBuilder.getWordnetTypes()
|
List<IWordnetKey> |
IMember.getWordnetTypes()
Returns a non- null , but possibly empty, list of Wordnet
types. |
Methods in edu.mit.jverbnet.data with parameters of type IWordnetKey | |
---|---|
int |
WordnetKey.compareTo(IWordnetKey key)
|
static int |
WordnetKey.hashCode(IWordnetKey key)
Calculates a hash code for a wordnet type object. |
static String |
WordnetKey.toString(IWordnetKey key)
Returns a a string representation of the specified sense key object. |
Constructor parameters in edu.mit.jverbnet.data with type arguments of type IWordnetKey | |
---|---|
Member(IVerbClass verbCls,
String name,
List<IWordnetKey> keys,
List<String> groupings)
Creates a new member with the specified name, keys, and groupings. |
Uses of IWordnetKey in edu.mit.jverbnet.index |
---|
Methods in edu.mit.jverbnet.index that return types with arguments of type IWordnetKey | |
---|---|
Iterator<IWordnetKey> |
VerbIndex.iteratorWordnetKeys()
|
Iterator<IWordnetKey> |
IVerbIndex.iteratorWordnetKeys()
Returns an iterator over all wordnet keys in the index, in their natural order. |
Methods in edu.mit.jverbnet.index with parameters of type IWordnetKey | |
---|---|
Set<IMember> |
VerbIndex.getMembers(IWordnetKey key)
|
Set<IMember> |
IVerbIndex.getMembers(IWordnetKey key)
Returns all members in the index with the specified wordnet key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |