Releases: QuantGov/quantgov
Releases · QuantGov/quantgov
v0.6.4
v0.6.3
Uses @jnelson16's version of textstat for Flesch scores, which uses textblob to measure sentence length.
Filters Flesch scores and average sentence lengths to be greater than -100 and less than 100 respectively (by default, filtering value can be changed with CLI argument --threshold).
v0.6.2
v0.6.1
v0.6.0
v0.5.0
This version significantly reorganizes and simplifies the library and framework:
- NLP analysis is moved from corpus metadata to the new
nlp
commands estimator
functions have been moved toml
- Trained estimators are now packaged as a single,
.qge
file - Snakemake is now no longer a dependency; workflow management is left to the discretion of the user.
See the updated documentation for details.
Version 0.4.2: S3 Driver Bugfix
This version fixes a bug for S3 Corpus Drivers on Windows.
Bug Fix
Version 0.4.01: Minor update
This update fixes some problems with PyPI
Version 0.4 Release: Sentiment Analysis , Complexity, and Rounding
This version introduces a few new builtins in the corpus, including some complexity measures and sentiment analysis. It also adds in an option to round probability results from classifiers.