Commit ac7f70bf authored by delanoe's avatar delanoe

[CONFIG] For simple install, just just melt tagger (or NLTK) but not turbo.

parent bb303ab7
......@@ -106,8 +106,8 @@ from gargantext.util.taggers import EnglishMeltTagger, FrenchMeltTagger, TurboTa
LANGUAGES = {
'en': {
#'tagger': EnglishMeltTagger,
'tagger': TurboTagger,
'tagger': EnglishMeltTagger,
#'tagger': TurboTagger,
#'tagger': NltkTagger,
},
'fr': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment