/deepseg

Chinese word segmentation in tensorflow

Primary LanguagePythonApache License 2.0Apache-2.0

deepseg

Chinese word segmentation in tensorflow 2.x.

tensorflow 1.x的实现请切换到tf1分支

开发环境

conda create -n deepseg python=3.6
conda activate deepseg 
pip install -r requirements.txt