prateek22sri / POS-tagger-forward-backward

Implementation of forward-backward algorithm for part-of-speech tagging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forward-backward Algorithm

This project contains two implementations of Forward and Backward Algorithm. Both the implementations have the same result, however, the one which does not involve normalizing at every stage is faster with a less accurate probability table.

The jupyter notebook explains the algorithm and it also tells the difference between the two files in the last note.

Tutorial Link

About

Implementation of forward-backward algorithm for part-of-speech tagging


Languages

Language:Jupyter Notebook 86.8%Language:Python 13.2%