Uses of Class
net.didion.jwnl.data.POS
Packages that use POS
Package
Description
Classes for extracting and containing data from the dictionary.
Classes for acessing dictionary information.
Classes for accessing databases that contain dictionary information.
Classes for accessing files that contain dictionary information.
Classes used by
FileBackedDictionary to interface with the filesystem.Implementations of
DictionaryElementFactory for Princeton's release of WordNet.Implementations of
DictionaryFile used by the various classes of Dictionary to access dictionary files using the naming convention used in Princeton's release of WordNet.-
Uses of POS in net.didion.jwnl.data
Fields in net.didion.jwnl.data declared as POSModifier and TypeFieldDescriptionprotected POSSynset._posstatic final POSPOS.ADJECTIVEstatic final POSPOS.ADVERBstatic final POSPOS.NOUNstatic final POSPOS.VERBMethods in net.didion.jwnl.data that return POSModifier and TypeMethodDescriptionExc.getPOS()Gets the part of speech.IndexWord.getPOS()Get the word's part-of-speech.abstract POSPointerTarget.getPOS()Return this target's POSSynset.getPOS()Word.getPOS()Gets the part of speech of this word.static POSPOS.getPOSForKey(String key) Return thePOSwhose key matches key, or null if the key does not match any POS.static POSPOS.getPOSForLabel(String label) Return thePOSwhose key matches label, or null if the label does not match any POS.Pointer.getTargetPOS()Methods in net.didion.jwnl.data with parameters of type POSModifier and TypeMethodDescriptionbooleanWhether or not this PointerType can be associated withposCreate an Exc from a row in the database.Create an Exc from a line in an exception file.DatabaseDictionaryElementFactory.createIndexWord(POS pos, String lemma, ResultSet rs) Create an IndexWord from a row in the database.FileDictionaryElementFactory.createIndexWord(POS pos, String line) Creates an IndexWord from a line in an index file.DatabaseDictionaryElementFactory.createSynset(POS pos, long offset, ResultSet synset, ResultSet words, ResultSet pointers, ResultSet verbFrames) Create a Synset from a row in the database.FileDictionaryElementFactory.createSynset(POS pos, String line) Creates a synset from a line in a data file.static ListPointerType.getAllPointerTypesForPOS(POS pos) IndexWordSet.getIndexWord(POS p) Get the IndexWord associated withp.intIndexWordSet.getSenseCount(POS pos) Find out how many senses the word with part-of-speechposhas.booleanIndexWordSet.isValidPOS(POS pos) Return true if there is a word with part-of-speechposin this set.voidRemove the IndexWord associated withpfrom this set.Constructors in net.didion.jwnl.data with parameters of type POSModifierConstructorDescriptionCreates a new exception entry.Pointer(PointerTarget source, int index, PointerType pointerType, POS targetPOS, long targetOffset, int targetIndex) Synset(POS pos, long offset, Word[] words, Pointer[] pointers, String gloss, BitSet verbFrames, boolean isAdjectiveCluster) SynsetProxy(POS pos) The only value that matters is pos, since the call to getPOS is not forwarded to _source -
Uses of POS in net.didion.jwnl.dictionary
Methods in net.didion.jwnl.dictionary that return POSMethods in net.didion.jwnl.dictionary with parameters of type POSModifier and TypeMethodDescriptionDatabaseBackedDictionary.getException(POS pos, String derivation) abstract ExcDictionary.getException(POS pos, String derivation) Lookupderivationin the exceptions file of part-of-speechposand return an Exc object containing the results.FileBackedDictionary.getException(POS pos, String derivation) MapBackedDictionary.getException(POS pos, String derivation) DatabaseBackedDictionary.getExceptionIterator(POS pos) abstract IteratorDictionary.getExceptionIterator(POS pos) Return an Iterator over all the Exceptions in the database.FileBackedDictionary.getExceptionIterator(POS pos) MapBackedDictionary.getExceptionIterator(POS pos) DatabaseBackedDictionary.getIndexWord(POS pos, String lemma) abstract IndexWordDictionary.getIndexWord(POS pos, String lemma) Look up a word in the database.FileBackedDictionary.getIndexWord(POS pos, String lemma) MapBackedDictionary.getIndexWord(POS pos, String lemma) DatabaseBackedDictionary.getIndexWordIterator(POS pos) DatabaseBackedDictionary.getIndexWordIterator(POS pos, String substring) abstract IteratorDictionary.getIndexWordIterator(POS pos) Return an Iterator over all the IndexWords of part-of-speech pos in the database.abstract IteratorDictionary.getIndexWordIterator(POS pos, String substring) Return an Iterator over all the IndexWords of part-of-speech pos whose lemmas contain substring as a substring.FileBackedDictionary.getIndexWordIterator(POS pos) FileBackedDictionary.getIndexWordIterator(POS pos, String substring) MapBackedDictionary.getIndexWordIterator(POS pos) MapBackedDictionary.getIndexWordIterator(POS pos, String substring) DatabaseBackedDictionary.getRandomIndexWord(POS pos) abstract IndexWordDictionary.getRandomIndexWord(POS pos) FileBackedDictionary.getRandomIndexWord(POS pos) MapBackedDictionary.getRandomIndexWord(POS pos) DatabaseBackedDictionary.getSynsetAt(POS pos, long offset) abstract SynsetDictionary.getSynsetAt(POS pos, long offset) Return theSynsetat offsetoffsetfrom the database.FileBackedDictionary.getSynsetAt(POS pos, long offset) MapBackedDictionary.getSynsetAt(POS pos, long offset) DatabaseBackedDictionary.getSynsetIterator(POS pos) abstract IteratorDictionary.getSynsetIterator(POS pos) Return an Iterator over all the Synsets of part-of-speech pos in the database.FileBackedDictionary.getSynsetIterator(POS pos) MapBackedDictionary.getSynsetIterator(POS pos) MorphologicalProcessor.lookupAllBaseForms(POS pos, String derivation) Return all the base forms of derivationMorphologicalProcessor.lookupBaseForm(POS pos, String derivation) Try to turn derivation into a word that is found in the index file for pos.Dictionary.lookupIndexWord(POS pos, String lemma) Main word lookup procedure.Constructors in net.didion.jwnl.dictionary with parameters of type POS -
Uses of POS in net.didion.jwnl.dictionary.database
Methods in net.didion.jwnl.dictionary.database with parameters of type POSModifier and TypeMethodDescriptionprotected QueryDatabaseManagerImpl.createPOSIdQuery(POS pos, int id, String sql) protected QueryDatabaseManagerImpl.createPOSOffsetQuery(POS pos, long offset, String sql) protected QueryDatabaseManagerImpl.createPOSQuery(POS pos, String sql) protected QueryDatabaseManagerImpl.createPOSStringQuery(POS pos, String str, String sql) DatabaseManager.getExceptionQuery(POS pos, String derivation) DatabaseManagerImpl.getExceptionQuery(POS pos, String derivation) DatabaseManager.getExceptionsQuery(POS pos) DatabaseManagerImpl.getExceptionsQuery(POS pos) DatabaseManager.getIndexWordLemmasQuery(POS pos) DatabaseManager.getIndexWordLemmasQuery(POS pos, String substring) DatabaseManagerImpl.getIndexWordLemmasQuery(POS pos) DatabaseManagerImpl.getIndexWordLemmasQuery(POS pos, String substring) DatabaseManager.getIndexWordSynsetsQuery(POS pos, String lemma) DatabaseManagerImpl.getIndexWordSynsetsQuery(POS pos, String lemma) DatabaseManager.getPointerQuery(POS pos, long offset) DatabaseManagerImpl.getPointerQuery(POS pos, long offset) DatabaseManager.getRandomIndexWordQuery(POS pos) DatabaseManagerImpl.getRandomIndexWordQuery(POS pos) DatabaseManager.getSynsetQuery(POS pos, long offset) DatabaseManagerImpl.getSynsetQuery(POS pos, long offset) DatabaseManager.getSynsetsQuery(POS pos) DatabaseManagerImpl.getSynsetsQuery(POS pos) DatabaseManager.getSynsetWordQuery(POS pos, long offset) DatabaseManagerImpl.getSynsetWordQuery(POS pos, long offset) SenseAndUsageDatabaseManager.getSynsetWordQuery(POS pos, long offset) DatabaseManager.getVerbFrameQuery(POS pos, long offset) DatabaseManagerImpl.getVerbFrameQuery(POS pos, long offset) -
Uses of POS in net.didion.jwnl.dictionary.file
Methods in net.didion.jwnl.dictionary.file that return POSModifier and TypeMethodDescriptionAbstractDictionaryFile.getPOS()The POS associated with this file.DictionaryFile.getPOS()The POS associated with this file.Methods in net.didion.jwnl.dictionary.file with parameters of type POSModifier and TypeMethodDescriptionDictionaryCatalogSet.getDictionaryFile(POS pos, DictionaryFileType fileType) DictionaryFile.newInstance(String path, POS pos, DictionaryFileType fileType) Create a new instance of the dictionary fileConstructors in net.didion.jwnl.dictionary.file with parameters of type POSModifierConstructorDescriptionprotectedAbstractDictionaryFile(String path, POS pos, DictionaryFileType fileType) -
Uses of POS in net.didion.jwnl.dictionary.file_manager
Methods in net.didion.jwnl.dictionary.file_manager with parameters of type POSModifier and TypeMethodDescriptionFileManagerImpl.getFile(POS pos, DictionaryFileType fileType) Gets the file from a part of speech and file type (ie data.noun).longFileManager.getFirstLinePointer(POS pos, DictionaryFileType fileType) Return the first valid line pointer in the specified file.longFileManagerImpl.getFirstLinePointer(POS pos, DictionaryFileType fileType) Return the first valid line pointer in the specified file.longFileManager.getIndexedLinePointer(POS pos, DictionaryFileType fileType, String index) Search for the line whose first word is index (that is, that begins with index followed by a space or tab).longFileManagerImpl.getIndexedLinePointer(POS pos, DictionaryFileType fileType, String target) Get indexed line pointer is typically used to find a word within an index file matching a given part of speech.longFileManager.getMatchingLinePointer(POS pos, DictionaryFileType fileType, long offset, String substring) Search for a line whose index word contains substring, starting at offset.longFileManagerImpl.getMatchingLinePointer(POS pos, DictionaryFileType fileType, long offset, String substring) Search for a line whose index word contains substring, starting at offset.longFileManager.getNextLinePointer(POS pos, DictionaryFileType fileType, long offset) Search for the line following the line that begins at offset.longFileManagerImpl.getNextLinePointer(POS pos, DictionaryFileType fileType, long offset) Search for the line following the line that begins at offset.longFileManager.getRandomLinePointer(POS pos, DictionaryFileType index) Return a randomly-chosen line pointer (offset of the beginning of a line).longFileManagerImpl.getRandomLinePointer(POS pos, DictionaryFileType fileType) Return a randomly-chosen line pointer (offset of the beginning of a line).FileManager.readLineAt(POS pos, DictionaryFileType fileType, long offset) Read the line that begins at file offset offset.FileManagerImpl.readLineAt(POS pos, DictionaryFileType fileType, long offset) Read the line that begins at file offset offset. -
Uses of POS in net.didion.jwnl.dictionary.morph
Methods in net.didion.jwnl.dictionary.morph with parameters of type POSModifier and TypeMethodDescriptionprotected booleanAbstractDelegatingOperation.delegate(POS pos, String lemma, BaseFormSet forms, String key) booleanDetachSuffixesOperation.execute(POS pos, String derivation, BaseFormSet forms) booleanLookupExceptionsOperation.execute(POS pos, String derivation, BaseFormSet form) booleanLookupIndexWordOperation.execute(POS pos, String lemma, BaseFormSet baseForms) booleanOperation.execute(POS pos, String lemma, BaseFormSet baseForms) Execute the operation.booleanRemovePrepPhrasesOperation.execute(POS pos, String lemma, BaseFormSet baseForm) booleanTokenizerOperation.execute(POS pos, String lemma, BaseFormSet forms) DefaultMorphologicalProcessor.lookupAllBaseForms(POS pos, String derivation) DefaultMorphologicalProcessor.lookupBaseForm(POS pos, String derivation) Lookup the base form of a word. -
Uses of POS in net.didion.jwnl.princeton.data
Methods in net.didion.jwnl.princeton.data with parameters of type POSModifier and TypeMethodDescriptionAbstractPrincetonDatabaseDictionaryElementFactory.createExc(POS pos, String derivation, ResultSet rs) AbstractPrincetonDatabaseDictionaryElementFactory.createIndexWord(POS pos, String lemma, ResultSet rs) AbstractPrincetonFileDictionaryElementFactory.createIndexWord(POS pos, String line) AbstractPrincetonDatabaseDictionaryElementFactory.createSynset(POS pos, long offset, ResultSet synset, ResultSet words, ResultSet pointers, ResultSet verbFrames) AbstractPrincetonFileDictionaryElementFactory.createSynset(POS pos, String line) PrincetonWN30DatabaseDictionaryElementFactory.createSynset(POS pos, long offset, ResultSet synset, ResultSet words, ResultSet pointers, ResultSet verbFrames) Create a synset. -
Uses of POS in net.didion.jwnl.princeton.file
Methods in net.didion.jwnl.princeton.file with parameters of type POSModifier and TypeMethodDescriptionPrincetonChannelDictionaryFile.newInstance(String path, POS pos, DictionaryFileType fileType) PrincetonObjectDictionaryFile.newInstance(String path, POS pos, DictionaryFileType fileType) PrincetonRandomAccessDictionaryFile.newInstance(String path, POS pos, DictionaryFileType fileType) Constructors in net.didion.jwnl.princeton.file with parameters of type POSModifierConstructorDescriptionAbstractPrincetonDictionaryFile(String path, POS pos, DictionaryFileType fileType) protectedAbstractPrincetonRandomAccessDictionaryFile(String path, POS pos, DictionaryFileType fileType) PrincetonChannelDictionaryFile(String path, POS pos, DictionaryFileType fileType) PrincetonObjectDictionaryFile(String path, POS pos, DictionaryFileType fileType) PrincetonRandomAccessDictionaryFile(String path, POS pos, DictionaryFileType fileType) PrincetonRandomAccessDictionaryFile(String path, POS pos, DictionaryFileType fileType, String permissions)