All Projects → jkkummerfeld → neural-tagger-tutorial

jkkummerfeld / neural-tagger-tutorial

Licence: ISC license
Exploring implementing a simple tagger using neural network frameworks

Programming Languages

python
139335 projects - #7 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].