Some cleanup

This commit is contained in:
Eike Kettner
2020-09-01 23:57:27 +02:00
parent f9fcee81a5
commit 4309bd8dfd
4 changed files with 13 additions and 9 deletions

View File

@ -299,9 +299,8 @@ docspell.joex {
# multiple are given, they are all tried and the "best" is
# chosen at the end. See
# https://nlp.stanford.edu/nlp/javadoc/javanlp/edu/stanford/nlp/classify/ColumnDataClassifier.html
# for more info about these settings. The settings are almost
# identical to them, as they yielded best results with *my*
# dataset.
# for more info about these settings. The settings here yielded
# good results with *my* dataset.
#
# Enclose regexps in triple quotes.
classifiers = [
@ -312,6 +311,7 @@ docspell.joex {
"maxNGramLeng" = "4"
"minNGramLeng" = "1"
"splitWordShape" = "chris4"
"intern" = "true" # makes it slower but saves memory
}
]
}