Skip to content

pootrank/rankomatic

Repository files navigation

Rankomatic

This app is an Optimality Theory (OT) constraint-ranking website. Implemented using Flask, it is built on a Python implementation of Alex Djalali's solution to the ranking problem in theoretical OT, especially Partial-Order OT. For the details of his solution, see his paper "A constructive solution to the ranking problem in Partial Order Optimality Theory" (2013). For the source of his implementation, refer to the Github repo.

We called it OTOrder, feel free to check it out.

In order to run it locally, make sure you have pip installed. Then clone the repository, run the commands:

pip install -r requirements.txt
python runserver.py

to start the basic server on your local machine.

Author

Cameron Jeffers

Company

Stanford University

Email

cwjeffers18@gmail.com

About

web app frontend for Alex Djalali's solution to the ranking problem in optimality theory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published