Constant Field Values


Contents
net.sf.*

net.sf.extjwnl.JWNL
public static final String OS_PROPERTY_NAME "os.name"

net.sf.extjwnl.data.PointerUtils
public static final int INFINITY 2147483647

net.sf.extjwnl.dictionary.DatabaseBackedDictionary
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.sf.extjwnl.dictionary.Dictionary
public static final String CHECK_LEX_IDS_KEY "check_lex_ids"

net.sf.extjwnl.dictionary.FileBackedDictionary
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.sf.extjwnl.dictionary.MapBackedDictionary
public static final String MORPH "morphological_processor"

net.sf.extjwnl.dictionary.database.DatabaseManagerImpl
protected static final String ALL_EXCEPTIONS_SQL "SELECT derivation FROM Exceptions 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 base FROM Exceptions WHERE pos = ? AND derivation = ?"
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, lex_file_num 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, sw.usage_cnt, sw.lex_id 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.sf.extjwnl.dictionary.file.DictionaryCatalog<E extends DictionaryFile>
public static final String DICTIONARY_FILE_TYPE_KEY "file_type"
public static final String DICTIONARY_PATH_KEY "dictionary_path"

net.sf.extjwnl.dictionary.file_manager.FileManagerImpl
public static final String CACHE_USE_COUNT_KEY "cache_use_count"

net.sf.extjwnl.dictionary.morph.DefaultMorphologicalProcessor
public static final String CACHE_CAPACITY "cache_capacity"
public static final String OPERATIONS "operations"

net.sf.extjwnl.dictionary.morph.DetachSuffixesOperation
public static final String OPERATIONS "operations"

net.sf.extjwnl.dictionary.morph.TokenizerOperation
public static final String DELIMITERS "delimiters"
public static final String PHRASE_OPERATIONS "phrase_operations"
public static final String TOKEN_OPERATIONS "token_operations"

net.sf.extjwnl.princeton.file.AbstractPrincetonRandomAccessDictionaryFile
public static final String ENCODING "encoding"

net.sf.extjwnl.princeton.file.PrincetonRandomAccessDictionaryFile
public static final String CHECK_LEX_FILE_NUMBER_KEY "check_lex_file_number"
public static final String CHECK_LEX_ID_LIMIT_KEY "check_lex_id_limit"
public static final String CHECK_OFFSET_LIMIT_KEY "check_offset_limit"
public static final String CHECK_POINTER_INDEX_LIMIT_KEY "check_pointer_index_limit"
public static final String CHECK_RELATION_LIMIT_KEY "check_relation_limit"
public static final String CHECK_VERB_FRAME_LIMIT_KEY "check_verb_frame_limit"
public static final String CHECK_WORD_COUNT_LIMIT_KEY "check_word_count_limit"
public static final String READ_ONLY "r"
public static final String READ_WRITE "rw"
public static final String WRITE_PRINCETON_HEADER_KEY "write_princeton_header"

net.sf.extjwnl.util.cache.CacheSet<K,A,B>
public static final int DEFAULT_CACHE_CAPACITY 1000



Copyright © 2011. All Rights Reserved.