mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Some cleanup
This commit is contained in:
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user