Skip to content
Rik Goldman edited this page Jan 20, 2021 · 1 revision

OpenProseMetrics - NLP driven prose feedback webapp, Education, Python/Flask

TKLDEV solution, up to date with application development at <https://github.com/ghoulmann/open-prose-metrics_tkl

This is intended to support students in making data-driven revisions to academic writing (secondary and post-secondary students).

However, it is being used by two schools to track progress of writing students, develop written-language goals and objectives for students, and help educators write "present level of performance" for students.

To Do: TKLDEV

  • perhaps mod_python instead of mod_wsgi. To be investigated
  • need to edit confconsole to have either https or http as long as mod_wsgi wants a different wsgi file for each vhost. I can simply make another wsgi file, but that seems like a clunky solution

To Do: Application

  • authentication and privileges (I have a version with this)
  • right now db is a shelve file. Exploring mongodb
  • these routes need behind auth and for privileged users: /admin/shelve, /admin/log/errors
  • need feedback to make more efficient and clean.
  • structure such that sphinx can autodoc
Clone this wiki locally