Constant Field Values
Contents
net.didion.*
-
net.didion.jwnl.JWNL Modifier and Type Constant Field Value public static final String
OS_PROPERTY_NAME
"os.name"
-
net.didion.jwnl.data.PointerUtils Modifier and Type Constant Field Value public static final int
INFINITY
2147483647
-
net.didion.jwnl.dictionary.DatabaseBackedDictionary Modifier and Type Constant Field Value public static final String
DATABASE_MANAGER
"database_manager"
public static final String
DICTIONARY_ELEMENT_FACTORY
"dictionary_element_factory"
public static final String
MORPH
"morphological_processor"
-
net.didion.jwnl.dictionary.FileBackedDictionary Modifier and Type Constant Field Value public static final String
CACHE_SIZE
"cache_size"
public static final String
DICTIONARY_ELEMENT_FACTORY
"dictionary_element_factory"
public static final String
ENABLE_CACHING
"enable_caching"
public static final String
EXCEPTION_WORD_CACHE_SIZE
"exception_word_cache_size"
public static final String
FILE_MANAGER
"file_manager"
public static final String
INDEX_WORD_CACHE_SIZE
"index_word_cache_size"
public static final String
MORPH
"morphological_processor"
public static final String
SYNSET_WORD_CACHE_SIZE
"synset_word_cache_size"
-
net.didion.jwnl.dictionary.MapBackedDictionary Modifier and Type Constant Field Value public static final String
FILE_TYPE
"file_type"
public static final String
MORPH
"morphological_processor"
public static final String
PATH
"dictionary_path"
-
net.didion.jwnl.dictionary.database.DatabaseManagerImpl Modifier and Type Constant Field Value protected static final String
ALL_EXCEPTIONS_SQL
"SELECT lemma FROM Exception WHERE pos = ?"
protected static final String
ALL_LEMMAS_LIKE_SQL
"SELECT lemma FROM IndexWord WHERE pos = ? AND lemma LIKE ?"
protected static final String
ALL_LEMMAS_SQL
"SELECT lemma FROM IndexWord WHERE pos = ?"
protected static final String
ALL_SYNSETS_SQL
"SELECT offset FROM Synset WHERE pos = ?"
protected static final String
COUNT_INDEX_WORDS_SQL
"SELECT MIN(index_word_id), MAX(index_word_id) FROM indexword WHERE pos = ?"
public static final String
DRIVER
"driver"
protected static final String
EXCEPTION_SQL
"SELECT exception FROM Exception WHERE pos = ? AND lemma = ?"
public static final String
JNDI
"jndi"
protected static final String
LEMMA_FOR_INDEX_WORD_ID_SQL
"SELECT iw.lemma FROM IndexWord iw WHERE iw.pos = ? AND iw.index_word_id = ?"
public static final String
PASSWORD
"password"
protected static final String
SYNSET_IDS_FOR_INDEX_WORD_SQL
"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
SYNSET_POINTER_SQL
"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
SYNSET_SQL
"SELECT is_adj_cluster, gloss FROM Synset WHERE pos = ? AND file_offset = ?"
protected static final String
SYNSET_VERB_FRAME_SQL
"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
SYNSET_WORD_SQL
"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
"url"
public static final String
USERNAME
"username"
-
net.didion.jwnl.dictionary.database.SenseAndUsageDatabaseManager Modifier and Type Constant Field Value protected static final String
SENSE_SYNSET_WORD_SQL
"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 Modifier and Type Constant Field Value public static final String
COMMENT_HEADER
" "
-
net.didion.jwnl.dictionary.file_manager.FileManagerImpl Modifier and Type Constant Field Value public static final String
FILE_TYPE
"file_type"
public static final String
PATH
"dictionary_path"
-
net.didion.jwnl.dictionary.file_manager.RemoteFileManager Modifier and Type Constant Field Value public static final String
BINDING_NAME
"jwnl"
-
net.didion.jwnl.dictionary.morph.DefaultMorphologicalProcessor Modifier and Type Constant Field Value public static final String
CACHE_CAPACITY
"cache_capacity"
public static final String
OPERATIONS
"operations"
-
net.didion.jwnl.dictionary.morph.DetachSuffixesOperation Modifier and Type Constant Field Value public static final String
OPERATIONS
"operations"
-
net.didion.jwnl.dictionary.morph.TokenizerOperation Modifier and Type Constant Field Value public static final String
DELIMITERS
"delimiters"
public static final String
PHRASE_OPERATIONS
"phrase_operations"
public static final String
TOKEN_OPERATIONS
"token_operations"
-
net.didion.jwnl.princeton.file.PrincetonRandomAccessDictionaryFile Modifier and Type Constant Field Value public static final String
READ_ONLY
"r"
public static final String
READ_WRITE
"rw"
-
net.didion.jwnl.util.cache.CacheSet Modifier and Type Constant Field Value public static final int
DEFAULT_CACHE_CAPACITY
1000