Commit 95bbf414 authored by delanoe's avatar delanoe

[FIX] Tests with MELT tagger for english also (turbo parser needs to be compiled again).

parent 46fd9304
...@@ -114,8 +114,8 @@ from gargantext.util.taggers import * ...@@ -114,8 +114,8 @@ from gargantext.util.taggers import *
LANGUAGES = { LANGUAGES = {
'en': { 'en': {
#'tagger': TurboTagger,
'tagger': EnglishMeltTagger, 'tagger': EnglishMeltTagger,
#'tagger': TurboTagger,
#'tagger': NltkTagger, #'tagger': NltkTagger,
}, },
'fr': { '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