Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sedra committed Apr 8, 2013
1 parent 8b242e8 commit 3bbdd85
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Stephen Bly
Ryhan Hasan
Daniel Sedra

Team 6

We used Python (mostly NLTK) and Java (arkref). We are still working on coreference resolution.


Ask:

First splits file into sentences and then ranks them based on length and presence of 'It is' or 'is'. It then generates question using handwritten rules.

Example:

./ask Question_Answer_Dataset_v1.1/S08/data/set1/a1.txt 4

generates 4 questions from a1.txt

Answer:

Given a quesition we search for relevant sentences using n-gram overlap and keyword proximity. This sentence is then returned.

Example:

./answer elephant

goes to Question_Answer_Dataset_v1.1 and each year answering every question from every year.

0 comments on commit 3bbdd85

Please sign in to comment.