Skip to content

CI, Codecov, and Bugfixes

Compare
Choose a tag to compare
@hayesall hayesall released this 01 Jun 15:07
· 23 commits to master since this release
754adc9

This release does more behind-the-scenes than in front, changes include:

Bugfixes

  • Changed from using .strip(_punctuation) to a version of translate. 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 when rnlp 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.