Skip to content

rusillini/quse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question-guided Search Engine

Source code of QUSE (QUestion-guided Search Engine, a search engine that interacts with a user by asking questions to refine an initial keyword query. More details are in the paper by A. Kotov and C. Zhai "Towards natural question guided search", Proceedings of the 19th International Conference on World Wide Web, 2010. Please cite this paper, if you are using any part of this project.

Requirements:

  • Minipar or any other dependency parser
  • FastCGI
  • MySQL

Project directories:

  • distr: project distribution (compiled binaries and config files) for debug and release configurations
    • bin/parser
    • binary code of Minipar dependency parser
    • etc/minipar
    • data for Minipar
    • etc/quse.conf
    • main configuration file of QUSE
    • etc/schema.sql
    • scheme of the database for index and search sessions
  • include: include files
  • index: index construction
  • indio: index input/output API
  • qproc: search results generation and SERP rendering
  • sbox: search box presentation and query processing

Compilation

Set PROJ_DIR variable in Makefile.config to the project directory path and make.

About

Question -guided Search Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages