Skip to content

hrshtv/NEI-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Named Entity Identification (NEI) using SVM

Named Entity Identification (NEI) is performed on the CoNLL-2003 dataset using a Support Vector Machine (SVM).

Usage:

See code/main.ipynb and run it cell by cell

(This was done as a course assignment for CS626: Speech and Natural Language Processing and the Web, Autumn 2021, IIT Bombay)