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

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Updated "how to raise issues"

Noted we've not set versions on all libraries - to check tests are passing on Travis

NetworkX FDG was removed from code a while back but we can replace this with a more python friendly graph such as a chord diagram.

enhancement

The repo is massive. Lots of data should be removed from here and add a data download function Pulling the repo clean: `Receiving objects: 100% (3725/3725), 682.37 MiB | 1.36...

enhancement

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17. Release notes Sourced from urllib3's releases. 1.26.17 Added the Cookie header to the list of headers to strip from requests when redirecting to a...

dependencies

Change pygrams.py line 187-189 to: if args.timeseries: if 0 in args.predictor_names: algs_codes = list(filter(lambda x: x != 5, range(1, 8))) # incude 7 by stopping at 8, and exclude broken...

**Describe the bug** The ARIMA (pns = 5) model errors. This also breaks pns = 0 (all). **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click...

**Describe the bug** In emergence.py, the calculate_escore() method returns a divide by zero exception when there are quarterly periods with 0 patents in. This occurs on line 72. **Expected behavior**...

**Describe the bug** Cannot only set the tsdf or tsdt command line param. Have to set them both for them to be applied. Same appears to be true for the...