Skip to content
Snippets Groups Projects
Commit 4537d08d authored by Alice Brenon's avatar Alice Brenon
Browse files

Fix forgotten 's'

parent b64c9ddb
No related branches found
No related tags found
No related merge requests found
...@@ -362,7 +362,7 @@ Using inclusion paths lets one find for instance that although `<pos/>` may not ...@@ -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 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 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 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 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 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 inclusion; an abnormally high length for the shortest path is a serious hint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment