中文分词增强 使用示例: 测试分词器分词效果: GET _analyze { "text": "美国阿拉斯加州发生8.0级地震", "analyzer": "hanlp" } 返回结果: { "tokens": [{ "token": "美国", "start_offset": 0, "end_offset": 2, "type": "nsf", "position": 0 }, { "token": "阿拉斯加州", "start_offset": 2, "end_offset": 7, "type": "