Add classy AI algorithm
Improve the AI benchmark script Provide a Django cache to AI algorithms and use it to cache deserialized classifier data. Add AI grading requirements, including EASE Use wheels to install AI grading requirements Silence warnings Use in-memory cache without pickling Add version info to serialized classifiers (both EASE and classy) Default AI settings and better error messages Strip chars before processing text Add stemming Use cPickle if it's available (both EASE and classy) Generate list of grammar pos for most common words in treebank. Move EASE algorithm into its own module
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
openassessment/assessment/worker/data.py
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
openassessment/cache.py
0 → 100644
openassessment/tests/test_cache.py
0 → 100644
scripts/build_pos_dict.py
0 → 100755
scripts/data/ai-test-data.json
deleted
100644 → 0
File added
Please
register
or
sign in
to comment