# jieba-demo **Repository Path**: luke4java/jieba-demo ## Basic Information - **Project Name**: jieba-demo - **Description**: nlp自然语言处理学习项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jieba-demo nlp自然语言处理学习项目 项目已移至: https://gitee.com/luke4java/nlp-bible # curl 导入数据到ES ``` curl -s -H "Content-Type: application/x-ndjson" -XPOST localhost:9200/_bulk --data-binary "@json/bible-doc.json"; curl -s -H "Content-Type: application/x-ndjson" -XPOST localhost:9200/_bulk --data-binary "@json/es-bible-doc-message-word.json"; curl -s -H "Content-Type: application/x-ndjson" -XPOST localhost:9200/_bulk --data-binary "@json/es-bible-doc-message-word-zhenyan.json"; ```