Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 483 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 483 Bytes

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