From 394eb952322707febea273cbc1ebebcd6e23de5e Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Mon, 20 Jul 2020 21:34:17 +0200 Subject: [PATCH] Fixed readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b81a9..b462bde 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Visualisation of the results of the alignment algorithm in Philipp Koehn's SMT b Put the alignments, tokenised e sentences, and tokenised f sentences into the files align, e, and f, respectively (or choose your own names and enter these into the command line.) There are examples of the format required included. -By default, each sentence is read, the alignment is printed to console on a grid, and each +By default, each sentence is read, the alignment is printed to console on a grid, and each phrase is printed onto a grid with the alignment displayed with dots in each cell, then the phrase is printed as text below. ``` usage: alignments.py [-h] [-r RENDER_TYPE] [-s] [-e E_FILE] [-f F_FILE] [-a ALIGN_FILE]