Skip to main content

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

interactiongrader-0.0.5.tar.gz (4.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page