Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

EASE (Enhanced AI Scoring Engine)

John Kern edited this page Jun 27, 2013 · 2 revisions

EASE is a library that allows for machine learning based classification of textual content. This is useful for tasks such as scoring student essays. It leverages two well known AI libraries.

  • sklearn (aka scikit-learn): machine learning in Python
  • nltk - Natural Language Toolkit
Clone this wiki locally