Skip to content

A small project of Named Entity Recognition problem, using hand-craft feature combined with word2vec model to train the Convolutional Neural Network

Notifications You must be signed in to change notification settings

dangvinh1406/CNNForNamedEntityRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Named Entity Recognition using Convolutional Neural Network

Overview

The small project using Convolutional Neural Network (CNN) to solve the Named Entity Recognition (NER) problem.

Requirements

pip install -r requirements.txt

Dataset Information

The data was used to evaluate the method is CONLL the CONLL-2003 NER Shared Task dataset (Tjong Kim Sang and De Meulder, 2003). Data files can be downloaded at here.

License

This project is licensed under the MIT License.

About

A small project of Named Entity Recognition problem, using hand-craft feature combined with word2vec model to train the Convolutional Neural Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages