Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ and

### Code

EDIT: Alternative python implementations of SARI and STAR (corpus-level SARI) are available in the [EASSE text simplification evaluation library](https://github.com/feralvam/easse/), along with other simplification metrics.

**./SARI.py** a stand-alone Python implementation of the SARI metric for text simplification evaluation

There is also a [Java implementation of SARI](https://github.com/apache/incubator-joshua/blob/master/src/main/java/org/apache/joshua/metrics/SARI.java) that is integrated as part of the Joshua's codebase.
Expand All @@ -61,9 +63,3 @@ The text simplification system was implemented into the MT toolkit [Joshua Decod
### Preprocessing Scripts

**./scripts_preprocessing/** The tokenizer and sentence spliter used for preprocessing.