Metadata-Version: 2.1
Name: django-ner-trainer
Version: 0.1.0
Summary: Tools for training spaCy Named Entity Recognition models in Django
Home-page: https://github.com/johnfraney/django-ner-trainer
Author: John Franey
Author-email: johnfraney@gmail.com
License: MIT
Keywords: django-ner-trainer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: django-model-utils (>=2.0)
Requires-Dist: spacy (>=2.0<3.0)
Requires-Dist: djangorestframework (>=3.8.0)

# Django NER Trainer

Tools for training spaCy Named Entity Recognition models in Django


## Documentation

Documentation is available in the [docs directory](./docs/index.md) and at https://johnfraney.github.io/django-ner-trainer.


## Credits

Tools used in rendering this package:

[Cookiecutter](https://github.com/audreyr/cookiecutter)

[`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)


## Code of Conduct

Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/).


# History

## 0.1.0 (2018-06-02)

* First release on PyPI.


