Compare commits

..

No commits in common. "main" and "v1.1" have entirely different histories.
main ... v1.1

View file

@ -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