Skip to content

Jupyter Notebook describing named entity recognition (NER) using conditional random fields (CRFs), implemented using scikit-learn / sklearn-crfsuite.

Notifications You must be signed in to change notification settings

steveneale/ner_crf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ner_crf

ner_crf is a Jupyter Notebook describing named entity recognition (NER) using conditional random fields (CRFs), implemented using scikit-learn/sklearn-crfsuite.

Dependencies

ner_crf is written in Python, and so a recent version of python3 should be downloaded before using it. Downloads for python can be found at https://www.python.org/downloads/ (version 3.5.1 recommended). You also need to be able to run Jupyter Notebooks (see Project Jupyter).

The following python libraries will also be needed to run the ner_crf notebook:

About

Jupyter Notebook describing named entity recognition (NER) using conditional random fields (CRFs), implemented using scikit-learn / sklearn-crfsuite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published