All Projects → XierHacker → ChineseWordSegment

XierHacker / ChineseWordSegment

Licence: other
Tensorflow Implements Chinese Word Segment use LSTM+CRF and Dilated CNN+CRF

Programming Languages

python
139335 projects - #7 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].