Code Monkey home page Code Monkey logo

answer's Introduction

Answer

Answer-基于领域本体的问答系统服务端

调试开发

  • 下载项目源码
  • 使用 Eclipse、Idea 或其它 IDE 导入项目并设置好 maven、jdk 等配置
  • 将 libs 下的 jar 包添加成项目 Library
  • 项目中使用了 HanLP 进行分词,因此需要配置 HanLp 词典和模型路径
    • 下载 HanLp Data
    • 解压
    • 配置 hanlp.properties 文件 root = ”解压后的 data 的父目录“
  • 运行 cn.lcy.answer.AnswerMain
  • 通过浏览器访问 http://localhost:8080/answer?q=“问题”

调用 API

GET localhost:8080/answer?q=xxx

Web 客户端

answer-web-client 为 Answer 系统的 Web 前端

  • 主页:

image

  • 搜索结果:

image

answer-web-client 源码: answer-web-client

系统模块

本体构建模块

本体查询模块

语义解析模块

相关文档

License

MIT License

answer's People

Contributors

yuehub avatar

Watchers

 avatar  avatar

Forkers

tedrepo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.