欢迎光临
我们一直在努力

elastic ik中文分词测试

1、发送_analyze请求

2、返回结果:
{
"tokens": [
{
"token": "珠江口",
"start_offset": 0,
"end_offset": 3,
"type": "CN_WORD",
"position": 0
},
{
"token": "珠江",
"start_offset": 0,
"end_offset": 2,
"type": "CN_WORD",
"position": 1
},
{
"token": "江口",
"start_offset": 1,
"end_offset": 3,
"type": "CN_WORD",
"position": 2
},
{
"token": "阳江",
"start_offset": 3,
"end_offset": 5,
"type": "CN_WORD",
"position": 3
},
{
"token": "中山",
"start_offset": 6,
"end_offset": 8,
"type": "CN_WORD",
"position": 4
},
{
"token": "深圳",
"start_offset": 9,
"end_offset": 11,
"type": "CN_WORD",
"position": 5
},
{
"token": "n",
"start_offset": 11,
"end_offset": 12,
"type": "ENGLISH",
"position": 6
},
{
"token": "珠海",
"start_offset": 12,
"end_offset": 14,
"type": "CN_WORD",
"position": 7
},
{
"token": "3",
"start_offset": 14,
"end_offset": 15,
"type": "ARABIC",
"position": 8
},
{
"token": "江门",
"start_offset": 15,
"end_offset": 17,
"type": "CN_WORD",
"position": 9
},
{
"token": "user1",
"start_offset": 18,
"end_offset": 23,
"type": "LETTER",
"position": 10
},
{
"token": "user",
"start_offset": 18,
"end_offset": 22,
"type": "ENGLISH",
"position": 11
},
{
"token": "1",
"start_offset": 22,
"end_offset": 23,
"type": "ARABIC",
"position": 12
},
{
"token": "周口",
"start_offset": 24,
"end_offset": 26,
"type": "CN_WORD",
"position": 13
}
]
}

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。