# Answer-server **Repository Path**: Shadowsight9/Answer-server ## Basic Information - **Project Name**: Answer-server - **Description**: 整合之后的answer服务端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-14 - **Last Updated**: 2021-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Answer > Answer-基于领域本体的问答系统服务端 ## 调试开发 * 下载项目源码 * 使用 IDEA 或其它 IDE 导入项目并设置好 maven、jdk 等配置 * 项目中已经更新 [HanLP](https://github.com/hankcs/HanLP) 到1.8.2版本,需要配置 HanLp 词典和模型路径 * 下载 [HanLp Data](http://download.hanlp.com/data-for-1.7.5.zip) * 解压 data 文件夹 到resources/HanLPData 文件夹下 * 运行 cn.lcy.answer.AnswerMain * 通过浏览器访问 http://localhost:8080/answer?q=“问题” ## 调用 API ``` GET localhost:8080/answer?q=xxx ```