|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPointer | |
---|---|
edu.mit.jwi | Provides the main dictionary interface and a default implementation. |
edu.mit.jwi.data.parse | Provides classes and interfaces that parse lines from Wordnet files. |
edu.mit.jwi.item | Provides classes and interfaces that represent the Wordnet data structures. |
Uses of IPointer in edu.mit.jwi |
---|
Methods in edu.mit.jwi with parameters of type IPointer | |
---|---|
void |
RAMDictionary.DictionaryData.WordBuilder.addRelatedWord(IPointer type,
IWordID id)
|
Uses of IPointer in edu.mit.jwi.data.parse |
---|
Methods in edu.mit.jwi.data.parse that return IPointer | |
---|---|
protected IPointer |
IndexLineParser.resolvePointer(java.lang.String symbol,
POS pos)
Retrieves the pointer objects for the IndexLineParser.parseLine(String) method. |
protected IPointer |
DataLineParser.resolvePointer(java.lang.String symbol,
POS pos)
Retrieves the pointer objects for the DataLineParser.parseLine(String) method. |
Uses of IPointer in edu.mit.jwi.item |
---|
Classes in edu.mit.jwi.item that implement IPointer | |
---|---|
class |
Pointer
Concrete implementation of the IPointer interface. |
Methods in edu.mit.jwi.item that return types with arguments of type IPointer | |
---|---|
java.util.Set<IPointer> |
IndexWord.getPointers()
|
java.util.Set<IPointer> |
IIndexWord.getPointers()
Returns an immutable set containing all the different types of pointers that this index word has in all synsets containing this word. |
java.util.Map<IPointer,java.util.List<IWordID>> |
Word.getRelatedMap()
|
java.util.Map<IPointer,java.util.List<ISynsetID>> |
Synset.getRelatedMap()
|
java.util.Map<IPointer,java.util.List<IWordID>> |
IWord.getRelatedMap()
Returns an immutable map of from pointers to immutable maps. |
java.util.Map<IPointer,java.util.List<ISynsetID>> |
ISynset.getRelatedMap()
Returns an immutable map from semantic pointers to immutable lists of synsets. |
Methods in edu.mit.jwi.item with parameters of type IPointer | |
---|---|
void |
Synset.IWordBuilder.addRelatedWord(IPointer type,
IWordID id)
Adds a pointer from this word to another word with the specified id. |
void |
Synset.WordBuilder.addRelatedWord(IPointer type,
IWordID id)
|
java.util.List<ISynsetID> |
Synset.getRelatedSynsets(IPointer type)
|
java.util.List<ISynsetID> |
ISynset.getRelatedSynsets(IPointer ptr)
Returns an immutable list of the ids of all synsets that are related to this synset by the specified pointer type. |
java.util.List<IWordID> |
Word.getRelatedWords(IPointer type)
|
java.util.List<IWordID> |
IWord.getRelatedWords(IPointer ptr)
Returns an immutable list of all word ids related to this word by the specified pointer type. |
Constructors in edu.mit.jwi.item with parameters of type IPointer | |
---|---|
IndexWord(IIndexWordID id,
int tagSenseCnt,
IPointer[] ptrs,
IWordID... words)
Constructs a new index word. |
|
IndexWord(java.lang.String lemma,
POS pos,
int tagSenseCnt,
IPointer[] ptrs,
IWordID... words)
Constructs a new index word. |
Constructor parameters in edu.mit.jwi.item with type arguments of type IPointer | |
---|---|
Synset(ISynsetID id,
ILexFile lexFile,
boolean isAdjSat,
boolean isAdjHead,
java.lang.String gloss,
java.util.List<Synset.IWordBuilder> wordBuilders,
java.util.Map<IPointer,? extends java.util.List<ISynsetID>> ids)
Constructs a new synset object with the specified parameters. |
|
Word(ISynset synset,
int number,
java.lang.String lemma,
int lexID,
AdjMarker adjMarker,
java.util.List<IVerbFrame> frames,
java.util.Map<IPointer,? extends java.util.List<IWordID>> pointers)
Constructs a new word object. |
|
Word(ISynset synset,
IWordID id,
int lexID,
AdjMarker adjMarker,
java.util.List<IVerbFrame> frames,
java.util.Map<IPointer,? extends java.util.List<IWordID>> pointers)
Constructs a new word object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |