Skip to content

Long Short-Term Memory Neural Networks for Chinese Word Segmentation

Notifications You must be signed in to change notification settings

supercoderhawk/CWS_LSTM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CWS_LSTM

Code for EMNLP2015 paper Long Short-Term Memory Neural Networks for Chinese Word Segmentation.

Note

This project fork from CWS_LSTM, its original author is Doctor Xinchi Chen.

I add some data process logic to run the code.

Get start

download the training data from link, and unzip them into data/ directory (require to create manually).

execute the following command to run the code

pip install -r requirements.txt   # install requirements
cd src/
python data_process.py   # initialize directory and data
python driver.py    # start to training

About

Long Short-Term Memory Neural Networks for Chinese Word Segmentation

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%