datasciencecampus / pygrams

Extracts key terminology (n-grams) from any large collection of documents (>1000) and forecasts emergence
https://datasciencecampus.github.io/pygrams
Other
62 stars 23 forks source link

Failing to produce Porter e-Score with sample data #353

Closed IanGrimstead closed 4 years ago

IanGrimstead commented 4 years ago

pygrams.py -th="abstract" -dh="publication_date" -mpq=1 -ts -ei=porter -ds USPTO-random-10000.pkl.bz2 fails to produce emergence scores

IanGrimstead commented 4 years ago

Created branch 353-porter-failing