An open API service indexing awesome lists of open source software.

https://github.com/educationaltestingservice/revisions


https://github.com/educationaltestingservice/revisions

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Revision Tool

## Setup
Run the command `bash setup.sh` to create the conda environment, install the MassAlign sentence aligner, and install the spaCy language model.

## View documentation
Run the following two commands:
```
pdoc --html --output-dir build revisions --force
open build/revisions/index.html
```