项目作者: Nizametdinov

项目描述 :
Char CNN LSTM POS Tagger
高级语言: Python
项目地址: git://github.com/Nizametdinov/cnn-pos-tagger.git
创建时间: 2017-10-28T14:49:48Z
项目社区:https://github.com/Nizametdinov/cnn-pos-tagger

开源协议:MIT License

下载


Char CNN LSTM Part-of-Speech Tagger

Char CNN LSTM Part-of-Speech Tagger based on the architecture described in the paper
Character-Aware Neural Language Models.
The main difference is usage of bidirectional LSTM.
Some pieces of code are borrowed from
TensorFlow implementation of lstm-char-cnn.

Running

We train this network on OpenCorpora corpus for Russian language.
To download the latest version of the corpus execute:

  1. python download_data.py

Then you can train the network by executing the following command:

  1. python train.py