openedx-unsupported / ease

EASE (Enhanced AI Scoring Engine) is a library that allows for machine learning based classification of textual content. This is useful for tasks such as scoring student essays.
GNU Affero General Public License v3.0
216 stars 96 forks source link

Download only the NLTK data we actually use #56

Closed wedaly closed 10 years ago

wedaly commented 10 years ago

Instead of downloading the 600 MB archive of NLTK data, use the NLTK downloader to retrieve only the taggers and corpora that we actually use.

@feanil

feanil commented 10 years ago

:+1: