Chinese segmentation simple by keras, this project includes two ways to implement Chinese segmentation.
- keras>=2.1.14
- pandas
- numpy
- keras-contrib (pip install git+https://www.github.com/farizrahman4u/keras-contrib.git)
- Bilstm 实现分词
- Bilstm+crf 实现分词
Chinese segmentation simple by keras, this project includes two ways to implement Chinese segmentation.