Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 191 Bytes

File metadata and controls

14 lines (11 loc) · 191 Bytes

分词

基于新闻语料的分词模型 准确率96%+

运行

py main.py

POST 请求 http://localhost:1234/segment

{
  "words":["中华人民共和国","我是大学生"]
}