Skip to content
Snippets Groups Projects
Commit aac37961 authored by Alice Brenon's avatar Alice Brenon
Browse files

Fix a forgotten import in NGrams

parent 3945982b
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ from GEODE.Metadata import articleKey, toKey ...@@ -2,6 +2,7 @@ from GEODE.Metadata import articleKey, toKey
from GEODE.Classification.Stopwords import isStopWord from GEODE.Classification.Stopwords import isStopWord
from GEODE.Store import tabular from GEODE.Store import tabular
import nltk import nltk
import pandas
from string import punctuation from string import punctuation
tools = {'lemmatize': None, 'spacyFr': None} tools = {'lemmatize': None, 'spacyFr': None}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment