Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geopyck
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alice Brenon
geopyck
Commits
aac37961
Commit
aac37961
authored
11 months ago
by
Alice Brenon
Browse files
Options
Downloads
Patches
Plain Diff
Fix a forgotten import in NGrams
parent
3945982b
Branches
rolling-devel
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GEODE/Classification/NGrams.py
+1
-0
1 addition, 0 deletions
GEODE/Classification/NGrams.py
with
1 addition
and
0 deletions
GEODE/Classification/NGrams.py
+
1
−
0
View file @
aac37961
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment