From 96ebc1ce07a88475c567a0c7fec8f0db3e38c411 Mon Sep 17 00:00:00 2001 From: aghie Date: Fri, 24 Aug 2018 10:39:47 +0200 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bfba2a..27b54a7 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ python dataset_retagged.py --dataset $PATH_SPLIT_SEQ --predicted_lu $PATH_PREDIC - `--predicted_lu` refers the path with the predictions of the leaf unary chains by a given model, for the same split (make sure this file is in a TSV format) - `--output` refers the path where to store the merged file (the `.seq_r`file) -The `.seq_r`will be used to train the second sequential model (the one used two predict *only* the common ancestors and the lowest common constituent between w_t and w_(t+1), but not any leaf unary chain). +The `.seq_r`will be used to train the second sequential model (the one used to predict *only* the common ancestors and the lowest common constituent between w_t and w_(t+1), but not any leaf unary chain). ## Executing and evaluating the pre-trained models