项目作者: XierHacker

项目描述 :
Tensorflow Implements Chinese Word Segment use LSTM+CRF and Dilated CNN+CRF
高级语言: Python
项目地址: git://github.com/XierHacker/ChineseWordSegment.git
创建时间: 2017-12-22T02:39:49Z
项目社区:https://github.com/XierHacker/ChineseWordSegment

开源协议:

下载


Chinese word segment use Bi-LSTM and CRF

requirements:

  • python3.5+
  • tensorflow-gpu>=1.8
  • pandas
  • numpy
  • scikit-learn

Usage:

  1. run data_processing.py to convert the original corpus to dataset
  2. cd srcfind all the models
  3. go into a model directory and run python train.py