Compare commits
No commits in common. "main" and "v1.1" have entirely different histories.
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
import spacy
|
import spacy
|
||||||
from collections import Counter
|
from collections import Counter
|
||||||
from config import posAllow, posDeny, skipWord, remap, entsScore
|
from config import posAllow, posDeny, skipWord, remap, entsScore
|
||||||
|
from nltk.stem.snowball import SnowballStemmer
|
||||||
# from snowballstemmer import stemmer
|
# from snowballstemmer import stemmer
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue