API简介:基于MMSEG算法的中文分词工具,支持7种分词模式、关键词提取、关键短语提取、关键句子提取、文章摘要生成,词云图绘制

接口问题联系相关负责人沟通修复:查看该接口开发者

接口地址:https://yunshangtool.cn/jcseg/tokenizer/complex

返回格式:JSON

请求方式:GET

请求参数:https://yunshangtool.cn/jcseg/tokenizer/complex?text= 云上在想工具体验

注:单纯检测接口是否可调通,返回的数据请自行检查

检测接口中...(检测服务是否可用)


状态码 累计次数 最后检测时间
正常 0 0000-00-00 00:00:00
故障 22 2026-01-15 09:41:34

您好!我们的平台聚合了上千位开发者提供的免费接口,我们已尽力确保接口的稳定性,但由于无法控制其他开发者的接口,可能会出现不稳定或服务中断的情况。对此,我们深感抱歉!我们正在积极改善这一问题,感谢您的理解与支持。
1. 由于开发者可能因盈利问题导致接口失效,我为此向您道歉
2. 我们竭尽全力改进平台的接口稳定性。
3. 为便于您使用,我们提供了智能生成对接代码和在线极速测试接口的功能。
4. 我们将继续努力提供更多可靠的接口,满足您的需求。
5. 若有任何问题,欢迎通过微信与我联系:13132131321。再次感谢您的支持与信任!


接口注意:接口故障请及时反馈,修复进度将通过短信通知。

非官方接口,请联系开发者获取技术支持

Bug修复:非官方接口,Bug反馈请联系开发者

会员线路:因调用量剧增,定制独享优质线路请 参考定制方案

专属线路 成本透明 0服务费

请求参数

接口名称 是否必填 接口类型 接口说明

返回示例


  "code": 0,
  "data": {
    "took": 0.00259,
    "list": [
      {
        "pinyin": "yun",
        "pos": "nhf",
        "length": 1,
        "position": 1,
        "type": 1,
        "word": "云",
        "entity": null
      },
      {
        "pinyin": "shang",
        "pos": "ns",
        "length": 1,
        "position": 2,
        "type": 1,
        "word": "上",
        "entity": null
      },
      {
        "pinyin": "zai xian",
        "pos": "vn",
        "length": 2,
        "position": 3,
        "type": 1,
        "word": "在线",
        "entity": null
      },
      {
        "pinyin": "gong ju",
        "pos": "n",
        "length": 2,
        "position": 5,
        "type": 1,
        "word": "工具",
        "entity": null
      },
      {
        "pinyin": "ti yan",
        "pos": "v",
        "length": 2,
        "position": 7,
        "type": 1,
        "word": "体验",
        "entity": null
      }
    ]
  }
}

返回参数

接口名称 接口类型 接口说明
text string 要提取关键词的文本
number int 提取数量默认是 10
autofilter boolean 是否自动过滤低分词,默认是 false

{
    "autofilter ": "是否自动过滤低分词,默认是 false",
    "number": "提取数量默认是 10",
    "text": "要提取关键词的文本"
}

小白教程

本教程帮助用户快速对接中文分词API接口,现已支持智能生成代码

实时调试

部分视频、图片或其他接口报错、空值并不代表无法对接,请在本地尝试请求参数接口

在线调试

温馨提示:请修改请求参数,未修改可能返回报错

参数名称 参数值(修改后测试)

  "code": 0,
  "data": {
    "took": 0.00259,
    "list": [
      {
        "pinyin": "yun",
        "pos": "nhf",
        "length": 1,
        "position": 1,
        "type": 1,
        "word": "云",
        "entity": null
      },
      {
        "pinyin": "shang",
        "pos": "ns",
        "length": 1,
        "position": 2,
        "type": 1,
        "word": "上",
        "entity": null
      },
      {
        "pinyin": "zai xian",
        "pos": "vn",
        "length": 2,
        "position": 3,
        "type": 1,
        "word": "在线",
        "entity": null
      },
      {
        "pinyin": "gong ju",
        "pos": "n",
        "length": 2,
        "position": 5,
        "type": 1,
        "word": "工具",
        "entity": null
      },
      {
        "pinyin": "ti yan",
        "pos": "v",
        "length": 2,
        "position": 7,
        "type": 1,
        "word": "体验",
        "entity": null
      }
    ]
  }
}