Skip to content

John Snow Labs NLP Test 1.0.2: Patch Release

Choose a tag to compare

@luca-martial luca-martial released this 21 Apr 18:08
· 4579 commits to main since this release
e3f78b7

πŸ“’ Overview

NLP Test 1.0.2 πŸš€ comes with several improvements and bug fixes, including: 7x speed-up on test generation, support for installation from conda-forge, brand new sphinx docs, bug fixes for token mismatches, and many other enhancements and bug fixes!

A big thank you to our early-stage community for their feedback, questions, and feature requests πŸŽ‰ A special thank you to @sugatoray for becoming the library's first contributor from outside of John Snow Labs! πŸ₯³

Make sure to give the project a star right here ⭐


πŸ”₯ New Features & Enhancements

  • 7x speed-up through multithreading-based parallelization and other optimizations #325 #321
  • Support for installation from conda-forge channel conda-forge/staged-recipes#22525
  • Brand new sphinx docs and website updates #335
  • Cleaner outputs when generating and running tests #317 #329

πŸ› Bug Fixes

  • Fixed token mismatch issues occurring in various edge-cases #328 #331
  • Fixed representation and fairness test attribute errors in text classification #325
  • Standardized model outputs for default text classification code blocks #325

❓ 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.1...v1.0.2