zh-segmentation-keras icon indicating copy to clipboard operation
zh-segmentation-keras copied to clipboard

Chinese segmentation simple by keras

trafficstars

zh-segmentation-keras

Chinese segmentation simple by keras, this project includes two ways to implement Chinese segmentation.

requirements

  • keras>=2.1.14
  • pandas
  • numpy
  • keras-contrib (pip install git+https://www.github.com/farizrahman4u/keras-contrib.git)

include

  • Bilstm 实现分词
  • Bilstm+crf 实现分词