Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chriskelvinlee/trivial_pursuit
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskelvinlee committed Dec 11, 2011
2 parents 86eca83 + 2140039 commit 6d158de
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -2,4 +2,13 @@
This project provides code that uses natural language processing to answer trivia questions.

##Summary of included files

* determine.py: Given results, determines answer and confidence
* googleResults.py: Returns the top pages returned by Google, given a query
* importcache.py: Reads in previously cached results
* output.py: Caches results
* questions.py: Encoded triplets of sample questions and answers for testing
* scoring.py: 4 ways to calculate scores, and a method to use them all
* test.py: Runs provided questions through given scoring function
* tp.py: Wrapper to handle import and update
* trivialpursuitfunctions.py: Given a question and answer options, finds keywords and instances of them
* weights.py: Functions to determine how heavily each kind of keyword should be weighted

0 comments on commit 6d158de

Please sign in to comment.