Grade free form text answers
Project description
interaction-grader
Python package to help grade test questions (interactions) using fuzzy match and phoneme replacement.
The Answer class can be used to check if an answer is basically identical to the desired answer except for misspellings.
from interactiongrader import Answer
ans = Answer('Joaquim Phoenix')
if ans.is_misspelling('Joakim Pheonix'):
print('Correct Answer')
Package Dependencies:
- fuzzywuzzy
- python-Levenshtein
- numpy
- pandas
- random
- enum
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file interactiongrader-0.0.5.tar.gz
.
File metadata
- Download URL: interactiongrader-0.0.5.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9de1c2d65b2836e83029f5b2c8e8706ae43ea8c161a78989cb280b79484c3be5 |
|
MD5 | a26970c39c2ddb5f3307f3d69df5ba4f |
|
BLAKE2b-256 | d7429ca29f0284aee705a7d9386976c3edbc451910dc49059fec99c4a7007711 |