Git Product home page Git Product logo

healthqa's Introduction

专病QA系统

运行环境

  • jdk 1.8.0_221
  • Eclipse 4.7
  • node v6.17.1

目录说明

  • ./bin
      存储生成的class文件

  • ./doc
      存储相关文档

  • ./index
      存储Lucene索引文件

  • ./lib
      存储第三方Java库

  • ./resource
      存储程序资源文件

  • ./src
      存储源代码

  • ./other
      存储其他杂物

  • 目录详细说明见Healthqa/doc/QA安装开发文档

Linux端部署

  • 1.首先将根目录下的所有文件拷贝至服务器。
  • 2.安装jdk
  • 3.安装nodejs(注意版本匹配)
  • 4.进入./lib,运行命令
tar -xzvf CRF++-0.58.tar.gz
cd CRF++-0.58.tar.gz
./configure
make
  • 5.完成项目迁移
      创建数据库ishc_data和healthqa,分别将post和reply_post表导入ishc_data,并将healthqa表结构导入healthqa
      更改conf文件目录下的healthqa.properties,配置数据库相关信息
  • 6.运行以下命令生成healthqa数据库中的问答对
java -c ask_preprocess.jar
  • 7.运行以下命令生成索引文件
java -c ask_index.jar
  • 8.程序运行入口:src.application.qav2.Ask.java
  • 9.在项目目录/HealthQA/web目录下输入命令
npm start

Citation


If you want to refer to our work, please cite our paper as:

Yanshen Yin, Yong Zhang, Xiao Liu, Yan Zhang, Chunxiao Xing, Hsinchun Chen: HealthQA: A Chinese QA Summary System for Smart Health. ICSH 2014: 51-62

or

@inproceedings{DBLP:conf/icsh/YinZLZXC14,
  author    = {Yanshen Yin and
               Yong Zhang and
               Xiao Liu and
               Yan Zhang and
               Chunxiao Xing and
               Hsinchun Chen},
  title     = {HealthQA: {A} Chinese {QA} Summary System for Smart Health},
  booktitle = {Smart Health - International Conference, {ICSH} 2014, Beijing, China,
               July 10-11, 2014. Proceedings},
  pages     = {51--62},
  year      = {2014},
  crossref  = {DBLP:conf/icsh/2014},
  url       = {https://doi.org/10.1007/978-3-319-08416-9\_6},
  doi       = {10.1007/978-3-319-08416-9\_6},
  timestamp = {Tue, 14 May 2019 10:00:46 +0200},
  biburl    = {https://dblp.org/rec/conf/icsh/YinZLZXC14.bib},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

healthqa's People

Contributors

mememusk avatar doujiaheng avatar dagege avatar

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.