你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
qinyuezhan
赞同来自: laoyang360
code4j - coder github: https://github.com/rpgmakervx
赞同来自:
要回复问题请先登录或注册
2 个回复
qinyuezhan
赞同来自: laoyang360
开源码:https://github.com/NLPchina/el ... -ansj
GET _analyze
{
"text": "进口红酒",
"analyzer": "index_ansj"
}
分词结果如下
{
"tokens": [
{
"token": "进口",
"start_offset": 0,
"end_offset": 2,
"type": "vn",
"position": 0
},
{
"token": "红酒",
"start_offset": 2,
"end_offset": 4,
"type": "n",
"position": 1
}
]
}
code4j - coder github: https://github.com/rpgmakervx
赞同来自:
其实我们的做法是索引期用ik, 搜索用ik_smart,词库里面加上 进口红酒 这个term,这样我搜索的特定词就能够得到匹配。坏处就是 进口洋酒 这种词可能搜不出来了,不过这个业务上是能接受的,毕竟你搜的是 红酒, 除非你搜 进口。