# CWSS **Repository Path**: scphbin/cwss ## Basic Information - **Project Name**: CWSS - **Description**: Chinese word segmentation service 中文分词服务 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2022-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CWSS #### 介绍 Chinese word segmentation service 中文分词服务 #### 中文常用停用词表 | 词表名 | 词表文件 | | - | - | | 中文停用词表 | cn\_stopwords.txt | | 哈工大停用词表 | hit\_stopwords.txt | | 百度停用词表 | baidu\_stopwords.txt | | 四川大学机器智能实验室停用词库 | scu\_stopwords.txt | #### 安装部署 ```azurepowershell pip install fastapi pip install uvicorn pip install jieba pip install pkuseg ``` #### 启动 ```azurepowershell uvicorn service:app --reload ``` #### API ```http http://127.0.0.1:8000/docs ```