Releases: srlearn/rnlp
Releases · srlearn/rnlp
Patch for 0.3
CI, Codecov, and Bugfixes
This release does more behind-the-scenes than in front, changes include:
Bugfixes
- Changed from using
.strip(_punctuation)
to a version oftranslate
. strip would remove leading and trailing punctuation marks, which would occasionally lead to internal errors during BoostSRL's parsing step. - Fixed a bug where the
lateSentenceInBlock
predicate was not generated properly during makeIdentifiers.
Minor changes
rnlp.makeIdentifiers
is now imported by default whenrnlp
is imported.- Added unit tests (now under
rnlp/tests/rnlptests/
) and integrated with Travis-CI and CodeCov.io - Aligned the modules with the pep8 style guide.
Patch for setup.py
Release 0.2.0
had a set bug caused by overlapping versions and a "cannot find README.md" error.
CLI and Package Equivalence
rnlp
may now be used fairly interchangeably as either a package or a commandline program. A tqdm
progress bar, parameterized options, and a few other quality-of-life features were added.
Python Package
Official first release for rnlp
.