Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.2 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.2 KB

dike

[CS492] May the justice w/ you.

We aim to paraphrase written judgment to enhance readability by crowdsourcing workflow. We introduce Split-Polish-Connect-Revise workflow for the paraphrasing. It doesn’t require experts for paraphrasing, which could reduce the cost to make more readable written judgments.

We support three tasks : (1) People can contribute to paraphrase statements in written judgment, (2) People can see which part of written judgment is hard to understand, and (3) People can browse the paraphrased written judgment, which usually has better readability. Below shows how we proceed each task in our platform.

Description

  • In main django project dike/,
    • webdike app (incl. models, views, urls, natural_selection) is in dike/webdike/.
    • templates (.html) are in dike/templates.
    • static files (.css, .js, .png) are in dike/webdike/static.
  • A judgement (.txt) for deploy is in data/.
  • LICENSE, README, requirements.txt are in root.