https://github.com/educationaltestingservice/revisions
https://github.com/educationaltestingservice/revisions
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/educationaltestingservice/revisions
- Owner: EducationalTestingService
- License: cc0-1.0
- Created: 2025-06-30T00:11:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T00:15:12.000Z (7 months ago)
- Last Synced: 2025-06-30T01:24:18.550Z (7 months ago)
- Language: Python
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```