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
Branches rolling-devel
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ from GEODE.Metadata import articleKey, toKey
from GEODE.Classification.Stopwords import isStopWord
from GEODE.Store import tabular
import nltk
import pandas
from string import punctuation
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