Constant Field Values
net.didion.*
-
net.didion.jwnl.JWNL
-
net.didion.jwnl.data.PointerUtils
-
net.didion.jwnl.dictionary.DatabaseBackedDictionary
-
net.didion.jwnl.dictionary.FileBackedDictionaryModifier and TypeConstant FieldValue
public static final String"cache_size"public static final String"dictionary_element_factory"public static final String"enable_caching"public static final String"exception_word_cache_size"public static final String"file_manager"public static final String"index_word_cache_size"public static final String"morphological_processor"public static final String"synset_word_cache_size" -
net.didion.jwnl.dictionary.MapBackedDictionary
-
net.didion.jwnl.dictionary.database.DatabaseManagerImplModifier and TypeConstant FieldValue
protected static final String"SELECT lemma FROM Exception WHERE pos = ?"protected static final String"SELECT lemma FROM IndexWord WHERE pos = ? AND lemma LIKE ?"protected static final String"SELECT lemma FROM IndexWord WHERE pos = ?"protected static final String"SELECT offset FROM Synset WHERE pos = ?"protected static final String"SELECT MIN(index_word_id), MAX(index_word_id) FROM indexword WHERE pos = ?"public static final String"driver"protected static final String"SELECT exception FROM Exception WHERE pos = ? AND lemma = ?"public static final String"jndi"protected static final String"SELECT iw.lemma FROM IndexWord iw WHERE iw.pos = ? AND iw.index_word_id = ?"public static final String"password"protected static final String"SELECT syn.file_offset, iws.synset_id, syn.synset_id FROM IndexWordSynset iws, IndexWord iw, Synset syn WHERE iws.index_word_id = iw.index_word_id AND syn.synset_id = iws.synset_id AND iw.pos = ? AND iw.lemma = ?"protected static final String"SELECT sp.pointer_type, sp.target_offset, sp.target_pos, sp.source_index, sp.target_index FROM Synset s, SynsetPointer sp WHERE s.synset_id = sp.synset_id AND s.pos = ? AND s.file_offset = ?"protected static final String"SELECT is_adj_cluster, gloss FROM Synset WHERE pos = ? AND file_offset = ?"protected static final String"SELECT svf.frame_number, svf.word_index FROM Synset s, SynsetVerbFrame svf WHERE s.synset_id = svf.synset_id AND s.pos = ? AND s.file_offset = ?"protected static final String"SELECT sw.word, sw.word_index FROM Synset s, SynsetWord sw WHERE s.synset_id = sw.synset_id AND s.pos = ? AND s.file_offset = ?"public static final String"url"public static final String"username" -
net.didion.jwnl.dictionary.database.SenseAndUsageDatabaseManagerModifier and TypeConstant FieldValue
protected static final String"SELECT sw.word, sw.word_index, sw.sense_key, sw.usage_cnt FROM Synset s, SynsetWord sw WHERE s.synset_id = sw.synset_id AND s.pos = ? AND s.file_offset = ?"
-
net.didion.jwnl.dictionary.file.DictionaryFile
-
net.didion.jwnl.dictionary.file_manager.FileManagerImpl
-
net.didion.jwnl.dictionary.file_manager.RemoteFileManager
-
net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor
-
net.didion.jwnl.dictionary.morph.DetachSuffixesOperation
-
net.didion.jwnl.dictionary.morph.TokenizerOperation
-
net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile
-
net.didion.jwnl.util.cache.CacheSet