Skip to content

A repository for performing NER, POS tagging and Chunking using the CoNLL-2003 dataset using a simple window based concatenation of word embeddings.

Notifications You must be signed in to change notification settings

shashwath94/Sequence-Labeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequence-Labeling

A repository for performing NER, POS and Chunking using the CoNLL-2003 dataset using a simple window based concatenation of word embeddings.

Requirements: -> Numpy -> sklearn -> vsmlib

All the config parameters can be changed/specified in the config.yaml file.

Run : python3 sequence_labeling.py config.yaml

About

A repository for performing NER, POS tagging and Chunking using the CoNLL-2003 dataset using a simple window based concatenation of word embeddings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages