All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.ctakes.lvg.data.config.lvg.properties Maven / Gradle / Ivy

Go to download

cTAKES wrapper for the National Library of Medicine (NLM) SPECIALIST lexical tools

The newest version!
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#

#-------------------------------------------------------------------
# Directory and files
#
# LVG_DIR: the absolute path of the lexical tool directory
# LVG_STOP_WORD_FILE: the relative path (to LVG_DIR) of stop word file.
# LVG_NONINFO_WORD_FILE: the relative path (to LVG_DIR) of non-info word file.
# LVG_CONJ_WORD_FILE: the relative path (to LVG_DIR) of conjuction file.
# LVG_REMOVE_S_FILE: the relative path (to LVG_DIR) of removeS file.
#
# LVG_DIACRITICS_FILE: the relative path (to LVG_DIR) of diacritics file.
# LVG_LIGATURES_FILE: the relative path (to LVG_DIR) of ligature file.
# LVG_UNICODE_SYNONYM_FILE: the relative path (to LVG_DIR) of Unicode synonym file
# LVG_UNICODE_SYMBOLS_FILE: the relative path (to LVG_DIR) of symbols map file
# LVG_UNICODE_FILE: the relative path (to LVG_DIR) of Unicode map file
# LVG_NON_STRIP_MAP_UNICODE_FILE: the relative path (to LVG_DIR) of non-strip Unicode map file
#-------------------------------------------------------------------

# LVG_DIR=/some_path/ctakes-lvg/resources/ctakes-lvg/
# LVG_DIR=AUTO_MODE results in using user's current working directory.
LVG_DIR=AUTO_MODE

LVG_STOP_WORD_FILE=data/misc/stopWords.data
LVG_NONINFO_WORD_FILE=data/misc/nonInfoWords.data
LVG_CONJ_WORD_FILE=data/misc/conjunctionWord.data
LVG_REMOVE_S_FILE=data/misc/removeS.data
#
LVG_DIACRITICS_FILE=data/Unicode/diacriticMap.data
LVG_LIGATURES_FILE=data/Unicode/ligatureMap.data
LVG_UNICODE_SYNONYM_FILE=data/Unicode/synonymMap.data
LVG_UNICODE_SYMBOL_FILE=data/Unicode/symbolMap.data
LVG_UNICODE_FILE=data/Unicode/unicodeMap.data
LVG_NON_STRIP_MAP_UNICODE_FILE=data/Unicode/nonStripMap.data
#-------------------------------------------------------------------
# Database and JDBC driver
#
# DB_TYPE: HSQLDB, MYSQL, or OTHER
# DB_DRIVER: the JDBC driver
#-------------------------------------------------------------------
# DB_HOST: Hostname of database
# DB_NAME: database name for Lvg (default is lvg2008)
# DB_USERNAME: user name for using Lvg database (default is lvg)
# DB_PASSWORD: password for lvg user (default is lvg)
#-------------------------------------------------------------------
DB_TYPE=HSQLDB
DB_DRIVER=org.hsqldb.jdbcDriver
DB_NAME=lvg2008
DB_HOST=null
DB_USERNAME=sa
DB_PASSWORD=

#-------------------------------------------------------------------
# Variables:
#
# MIN_TERM_LENGTH: min term length in trie.
# MAX_RULE_UNINFLECTED_TERMS: The max. number of rules based uninflections.
# MAX_METAPHONE: The max. number of characters in metaphone format.
# CGI_EOP: the string of the mark of the end of the set.
# NO_OUTPUT: the string for no output
# TRUNCATED_RESULTS: the maximum number of output LexiItems.
# DER_TRIE_STEM_LENGTH: minmum number of legal stem length in derivation trie
# START_TAG: start tag for the unicode symbol name.
# END_TAG: end tag for the unicode symbol name.
#-------------------------------------------------------------------
MIN_TERM_LENGTH=3
MAX_RULE_UNINFLECTED_TERMS=10
MAX_METAPHONE=6
CGI_EOP=__THE_END__
NO_OUTPUT=-No Output-
TRUNCATED_RESULTS=80
LVG_PROMPT=DEFAULT
DIR_TRIE_STEM_LENGTH=0
START_TAG=![
END_TAG=]!




© 2015 - 2024 Weber Informatics LLC | Privacy Policy