Skip to content

229Swapnil/NLU_NER_Assignment3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLU_NER_Assignment3

This is my submission for third Assignment of the course E1-246: Natural Langauge Understanding. In this assingment we have worked with structural prediction algorithms for the task of Named Entity Recognition on Medical Data.

Two different kinds of models are compared. One based on Conditional Random Fields and the other based on Bi-GRU Transducer Models.

This repository cotains 4 files. 1.) CRF_NER.py : Code file for Conditional Random Fields Model 2.) RNN_NER.py : Code file for Bi-GRU transducer Model 3.) NLU_Assignment3_Report.pdf : A report on the Assignment. 4.) ner.txt : Input file on which both the models are trained

Note: To run the code make sure to provide the correct path of the training file and that all the dependencies/libraries are installed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages