Skip to main content

Enity Recognition using ScikitCRF

Project description


====================================
Entity recognition using scikit CRF
====================================

^^^^^^^^^^^^^
Decscription
^^^^^^^^^^^^^

This is a simple python applicaion that uses `sklearn-crfsuite<https://sklearn-crfsuite.readthedocs.io/en/latest/>`_ for entity recognition using ``CRF``.

^^^^^^^^^^^^^
Installation
^^^^^^^^^^^^^

Install this package using pip by running the follwing command::

pip install scikitcrf_ner

^^^^^^
Usage
^^^^^^

* import the package using::

import scikitcrf_ner
* Train the model using::

scikitcrf_ner.train("path\\to\\trainingfile.json")\
* Refer the sample training file(``sample_train.json``), the training file should be json formatted
* Predict the entities by::

scikitcrf_ner.predict("Utterance")

^^^^^^^^^^^^
Sample code
^^^^^^^^^^^^

Refer this sample code::

import scikitcrf-ner
scikitcrf_ner.train("sample_train.json")
entities = scikitcrf_ner.predict("show me some Indian restaurants")
print(entites)

^^^^^^^^
License
^^^^^^^^
* ``MIT``

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scikitcrf_ner-3.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page