Skip to content

wanjinchang/nlc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

!!WARNING!!

This porject is porting our original code in Theano to Tensorflow. Still in very early stage and under heavy development.

INTRODUCTION

Implementation of Neural Language Correction (http://arxiv.org/abs/1603.09727) on Tensorflow

DEPENDENCIES

Tensorflow 0.7 or 0.8

TRAINING

To train character level model (default):

$ python nlc.py

To train word level model:

$ python nlc.py --tokenizer WORD

About

Neural Language Correction implemented on Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%