Skip to content

liang2jay/name-entity-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

name-entity-recognition

provide a general method for NER project

The code provides three methods to extract entity from document.

1: use the pre-trained model from Spacy

2: training your extract engine by yourself. ('training_ner_model.py' and 'corpus_extration.py')

3: detect it by noun chunk and word2vec distance, the pre-trained word2vec model is good in there

About

provide a general method for NER project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages