From 4537d08d3f852d4fb0e997265fced536701ec087 Mon Sep 17 00:00:00 2001 From: Alice BRENON <alice.brenon@ens-lyon.fr> Date: Wed, 20 Dec 2023 08:56:57 +0100 Subject: [PATCH] Fix forgotten 's' --- ICHLL_Brenon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICHLL_Brenon.md b/ICHLL_Brenon.md index 71d57d0..cfe81b9 100644 --- a/ICHLL_Brenon.md +++ b/ICHLL_Brenon.md @@ -362,7 +362,7 @@ Using inclusion paths lets one find for instance that although `<pos/>` may not be directly included within `<entry/>` elements to include information about the part-of-speech of the word that an article defines, the correct way to do so is through a `<form/>` or a `<gramGrp/>` because a thorough traversal reporting all -the possible path will contain `entry-form-pos` and `entry-grapmGrp-pos`. It is +the possible paths will contain `entry-form-pos` and `entry-grapmGrp-pos`. It is left to the human encoder to rate the relevance of the path found and to select an appropriate one. A total lack of path proves the impossibility of an inclusion; an abnormally high length for the shortest path is a serious hint -- GitLab