Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 606 Bytes

File metadata and controls

12 lines (11 loc) · 606 Bytes

Lucene-based QA agent

  • Answers natural language questions based on a list of FAQs, in Portuguese.
    • List of FAQs is a configurable text file (see resources directory for examples).
    • Lucene index is created based on the list of FAQs. Depending on the selected agents, one or more indexes might be created under the main directory.
    • Answers can be given based on the vote of several agents.
  • Main class for QA agent: QA.java
  • Maven dependencies + additional dependencies in the lib directory.