Skip to content

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

Notifications You must be signed in to change notification settings

XierHacker/ChineseWordSegment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages