Commit 513b09b9 authored by delanoe's avatar delanoe

[FIX] Import librairies fix.

parent 73fd9a9b
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# initial order (ie., new elements should be appended at the end of the lists) # initial order (ie., new elements should be appended at the end of the lists)
from gargantext.util.lists import * from gargantext.util.lists import *
from gargantext.util.tools import datetime, convert_to_date
LISTTYPES = { LISTTYPES = {
'DOCUMENT' : WeightedList, 'DOCUMENT' : WeightedList,
...@@ -101,7 +102,7 @@ INDEXED_HYPERDATA = { ...@@ -101,7 +102,7 @@ INDEXED_HYPERDATA = {
} }
from gargantext.util.taggers import * from gargantext.util.taggers import EnglishMeltTagger, FrenchMeltTagger
LANGUAGES = { LANGUAGES = {
'en': { 'en': {
...@@ -116,7 +117,8 @@ LANGUAGES = { ...@@ -116,7 +117,8 @@ LANGUAGES = {
} }
from gargantext.util.parsers import * from gargantext.util.parsers import \
EuropressParser, RISParser, PubmedParser, ISIParser, CSVParser, ISTexParser
RESOURCETYPES = [ RESOURCETYPES = [
{ 'name': 'Europress (English)', { 'name': 'Europress (English)',
......
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