neural-tagger-tutorial
neural-tagger-tutorial copied to clipboard
Exploring implementing a simple tagger using neural network frameworks
Neural Part-of-Speech tagger examples
This repository contains the code for DyNet, PyTorch and Tensorflow versions of a reasonably good POS tagger. It also contains a program to convert that code (and comments) into a website for easy reading and comparison.
For the website, go here.
To generate the site, install the Python library pygments and run:
./visualise.py tagger.dy.py tagger.pt.py tagger.tf.py > docs/index.html