项目作者: XierHacker
项目描述 :
Tensorflow Implements Chinese Word Segment use LSTM+CRF and Dilated CNN+CRF
高级语言: Python
项目地址: git://github.com/XierHacker/ChineseWordSegment.git
Chinese word segment use Bi-LSTM and CRF
requirements:
- python3.5+
- tensorflow-gpu>=1.8
- pandas
- numpy
- scikit-learn
Usage:
- run
data_processing.py
to convert the original corpus to dataset cd src
find all the models- go into a model directory and run
python train.py