Code for EMNLP2015 paper Long Short-Term Memory Neural Networks for Chinese Word Segmentation.
This project fork from CWS_LSTM, its original author is Doctor Xinchi Chen.
I add some data process logic to run the code.
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