From a16c700c1c7c31a76ae829ac110383dc12362648 Mon Sep 17 00:00:00 2001 From: Alice Pain <alice.pain@ens.psl.eu> Date: Wed, 22 Jun 2022 11:50:26 +0200 Subject: [PATCH] minor --- code/ssplit/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/ssplit/README.md b/code/ssplit/README.md index eae79e5..a941b17 100644 --- a/code/ssplit/README.md +++ b/code/ssplit/README.md @@ -1,18 +1,18 @@ -#Requirements +# Requirements `ersatz` (`pip install ersatz`) -#Usage +# Usage `python tok2conllu.py <file>` File must be a `.tok` file. -#Output +# Output `<file>_conllu`: same file but sentences are separated by a line-jump and a commented line with sentence id. -#Ersatz library +# Ersatz library Command-line usage: -- GitLab