NLPre Versions Save

Python library for Natural Language Preprocessing (NLPre)

v2.0.0

5 years ago
  • Backend NLP engine pattern.en has been replaced with spaCy v 2.1.0. This is a major fix for some of the problems with pattern.en including poor lemmatization. (eg. cytokine -> cytocow)
  • Support for python 2 has been dropped
  • Support for custom dictionaries in replace_from_dictionary
  • Option for suffix to be used instead of prefix in replace_from_dictionary
  • URL replacement can now remove emails
  • token_replacement can remove symbols

v1.1.3

6 years ago

Major speed increase for replace_from_dict

v1.1.2

6 years ago

Bug fixes and other improvements. Fixes #95 and adds url_replacement module.

v1.1.0

6 years ago

New module:

separate_reference: Separates and optionally removes references that have been concatenated onto words.

Key feature of interleukin-1 in Drosophila3-5 and elegans(7).
Key feature of interleukin-1 in Drosophila and elegans .

Major speed improvements for replace from dictionary

v1.0.3

7 years ago

Various bug fixes in parenthetical and acronym replacement