Skip to content

Exploring implementing a simple tagger using neural network frameworks

License

Notifications You must be signed in to change notification settings

joelgrus/neural-tagger-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Exploring implementing a simple tagger using neural network frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%