We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae8ed05 + 513f9e8 commit 35c5cefCopy full SHA for 35c5cef
1 file changed
main.py
@@ -41,7 +41,7 @@ class BIBFileInput(FileSettings, InputSettings):
41
class PreprocessTXT(EnvSettings):
42
LANGUAGE: str = "en"
43
FILTER_STOPWORDS: bool = True
44
- UNIGRAM_NORMALIZER: str = "porter"
+ UNIGRAM_NORMALIZER: str = "lemma"
45
USE_NGRAMS: bool = True
46
NGRAM_MIN: int = 2
47
NGRAM_MAX: int = 3
@@ -54,7 +54,7 @@ class PreprocessTXT(EnvSettings):
54
class PreprocessBIB(EnvSettings):
55
56
57
58
59
60
0 commit comments