Skip to content

Implementation of a POS tagger using HMM (Hidden Markov Model). Lab project at the University of Oxford.

Notifications You must be signed in to change notification settings

AntonioL/computational-linguistics-practical

Repository files navigation

"# computational-linguistics"

This an implementation of a POS tagger using HMM model.

POS Tagging is the backbone of many NLP applications.

It achieves great accuracy on the Penn-TreeBank corpora.

It has been implemented in the F# programming language.

To run the trainer just run the WholeTestSet.fsx or KFold.fsx, respectively training the model on the whole corpora and the latter applying different 90-10 splits on the data for training and validation.

About

Implementation of a POS tagger using HMM (Hidden Markov Model). Lab project at the University of Oxford.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages