pygrams icon indicating copy to clipboard operation
pygrams copied to clipboard

Extracts key terminology (n-grams) from any large collection of documents (>1000) and forecasts emergence

Results 14 pygrams issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Pygrams requires the data_to, date_from, timeseries_date_to, and timeseries_date_from command line arguments to be passed provided in YYYY/MM/DD format, but this breas the output file creation (on windows...

Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

test_terms() and test_scores() need to be updated as follows: for x, _ in term_score_tuples -> term_score_tuples['accept'] This is because the term_score_tuples gets sorted into an accept and reject group by...

See pygrams.py > line 132: parser.add_argument("-ei", "--emergence-index", default='porter', choices=('porter', 'net-growth'), help="Emergence calculation to use")