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.