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

hology.webservices.2.5.5.source-code.path.conf Maven / Gradle / Ivy

# 1. Transliteration rules

# 1.1. A comma separated listing of transliteration rule groups
# NB: do not change the key.
groups=core,fraktur,frakturDouble,latin

# 1.2. A rule file for each group
# NB: adjust the keys according to 1.1.
core=dist/rules/core.xml
fraktur=dist/rules/fraktur.xml
frakturDouble=dist/rules/frakturDouble.xml
latin=dist/rules/latin.xml


# 2. Trusted wordlists (dictionaries)
# NB: do not change the keys.

# 2.1. The directory where the wordlists (along with their property files) are kept
dictDir=dist/dict

# 2.2. The name of the key in the wordlist property files that contains the dictionary ID
# A mandatory property.
dictID=id

# 2.3. The name of the key in the wordlist property files that contains the URL pattern
# of a RESTful webservice for retrieving a dictionary entry in a machine-readable form
# An optional property.
entryURL=webservice


# 3. A lexicon for the morphological analyzer
# NB: do not change the key.
morphLex=dist/morpho/Lexicon.xml


# 4. N-gram data for evaluation and sorting of transliteration variants
# NB: do not change the keys.

# 4.1. N-gram order (0-N, depending on ngramStats)
# Set this to 0 for using no N-grams at all.
ngramLevel=7

# 4.2. A character vocabulary
# Not used if ngramLevel set to 0.
ngramVocab=dist/ngrams/vocabulary.txt

# 4.3. Logarithmic N-gram statistics
# Not used if ngramLevel set to 0.
# Recommendation: do not provide more data (higher order N-grams) than used by ngramLevel.
ngramStats=dist/ngrams/lm7.txt

# 4.4. A tag denoting the begining of the word in the N-gram statistics
# The default tag is ''.
ngramBegin=

# 4.5. A tag denoting the end of the word in the N-gram statistics
# The default tag is ''.
ngramEnd=

# 4.6. A tag denoting the out-of-vocabulary character in the N-gram statistics
# The default tag is ''.
ngramUnknown=




© 2015 - 2025 Weber Informatics LLC | Privacy Policy