Skip to content

Named Entity Recognition - "Language Modeling" - Part Of Speech Recognition

License

Notifications You must be signed in to change notification settings

MindMimicLabs/Deep---NER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Named Entity Recognition - Part of Speech

The following repo provides a deep NER model to identify POS from subtitles text samples.

Code

(1) data.processing.r - This script will process the gz file of subtitles which can be downloaded from http://opus.nlpl.eu/OpenSubtitles.php and provide a csv data file for further modeling stored in the csv folder.

(2) dner.py - This script will train a deep NER model on the finaldf.csv, attempting to accurately idenfity POS from subtitles.

About

Named Entity Recognition - "Language Modeling" - Part Of Speech Recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published