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

pygrams.py argsparser does not include quadratic option for -ei flag, even though the calculations exist. #382

Open l-bailey-fnc opened 1 year ago

l-bailey-fnc commented 1 year ago

See pygrams.py > line 132:

parser.add_argument("-ei", "--emergence-index", default='porter', choices=('porter', 'net-growth'),
                    help="Emergence calculation to use")