Recon NER, Debug and correct annotated Named Entity Recognition (NER) data for inconsitencies and get insights on improving the quality of your data.
Project description
Recon NER, Debug and correct annotated Named Entity Recognition (NER) data for inconsitencies and get insights on improving the quality of your data.
Documentation: https://kabirkhan.github.io/recon
Source Code: https://github.com/kabirkhan/recon
Recon is a library to help you fix your annotated NER data and identify examples that are hardest for your model to predict so you can strategically prioritize the examples you annotate.
The key features are:
- Data Validation and Cleanup: Easily Validate the format of your NER data. Filter overlapping Entity Annotations, fix missing properties.
- Statistics: Get statistics on your data. From how many annotations you have for each label, to more complicated metrics like quality scores for the balance of your dataset.
- Model Insights: Analyze how well your model does on your Dataset. Identify the top errors your model is making so you can prioritize data collection and correction strategically.
- Dataset Management: Recon provides
Dataset
andCorpus
containers to manage the train/dev/test split of your data and apply the same functions across all splits in your data + a concatenation of all examples. Operate inplace to consistently transform your data with reliable tracking and the ability to version and rollback changes. - Serializable Dataset: Serialize and Deserialize your data to and from JSON to the Recon type system.
- Type Hints: Comprehensive Typing system based on Python 3.7+ Type Hints
Requirements
Python 3.7 +
Installation
$ pip install reconner
---> 100%
Successfully installed reconner
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file reconner-0.14.0.tar.gz
.
File metadata
- Download URL: reconner-0.14.0.tar.gz
- Upload date:
- Size: 38.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41f7767bc470bae443628e0b1ed2d8b68fd3caaa5b162803252bc6c88f3cf45a |
|
MD5 | 448841d5837dc2b8fd3ec697408052e6 |
|
BLAKE2b-256 | 518f6b777c35ac6d1bc182a334fdea1619f962d1fdd31c4a3dd6c0b8e5c98a58 |
File details
Details for the file reconner-0.14.0-py3-none-any.whl
.
File metadata
- Download URL: reconner-0.14.0-py3-none-any.whl
- Upload date:
- Size: 46.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e248456b93f59fdd0d47efa428c1ce841a22445d7b884e19f77ebe37e7eab60 |
|
MD5 | 813b1ef42c147ad549ee6f9a3d860f5e |
|
BLAKE2b-256 | f9ba844c795eb331e952e4a46c6bd3bb4325c2532f415bfacb8eafd6011d9554 |