Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 333 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 333 Bytes

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