# zh-segmentation-keras **Repository Path**: gaochao666/zh-segmentation-keras ## Basic Information - **Project Name**: zh-segmentation-keras - **Description**: Chinese segmentation simple by keras - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-06-22 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 实现分词