Skip to content

John Snow Labs NLP Test 1.0.1: Patch Release

Compare
Choose a tag to compare
@luca-martial luca-martial released this 07 Apr 11:54
· 3912 commits to main since this release
de77d4d

πŸ“’ Overview

NLP Test 1.0.1 πŸš€ comes with several improvements and bug fixes, including: a clean display format for expected and actual results on NER tests, support for a default spaCy text classifier, a bug fix for token mismatches in transformers, and many other enhancements and bug fixes!

A big thank you to our early-stage community for their feedback, questions, and feature requests. πŸŽ‰

Make sure to give the project a star right here ⭐


πŸ”₯ New Features & Enhancements

  • Clean display for actual and expected results on NER tests #301
  • Added default spaCy text classifier support #285
  • Removed memory location display when calling Harness methods #302
  • Enhanced error messages for spaCy model downloads #286
  • Standardize NER model outputs for all supported libraries #289

πŸ› Bug Fixes

  • Fix swap_entities augmentation failures #284
  • Linked replace_to_inter_racial_lastnames and replace_to_native_american_lastnames to transformation #300
  • Fix token mismatch issue occurring with transformers #279

❓ How to Use

Get started now! πŸ‘‡

pip install nlptest

Create your test harness in 3 lines of code πŸ§ͺ

# Import and create a Harness object
from nlptest import Harness
h = Harness(task='ner', model='dslim/bert-base-NER', hub='transformers')

# Generate test cases, run them and view a report
h.generate().run().report()

πŸ“– Documentation


❀️ Community support

  • Slack For live discussion with the NLP Test community, join the #nlptest channel
  • GitHub For bug reports, feature requests, and contributions
  • Discussions To engage with other community members, share ideas, and show off how you use NLP Test!

We would love to have you join the mission πŸ‘‰ open an issue, a PR, or give us some feedback on features you'd like to see! πŸ™Œ


♻️ Changelog

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1