From 81bc4c1b6bf103ed570ec62e96e1081de83bbdac Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 3 Oct 2017 15:24:52 +0200 Subject: [PATCH] formatting --- src/basque/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basque/tests/README.md b/src/basque/tests/README.md index 5e8509cb..82a5e9d5 100644 --- a/src/basque/tests/README.md +++ b/src/basque/tests/README.md @@ -23,4 +23,4 @@ cat /tmp/Dio.txt | lt-proc -w eus.automorf.bin | egrep -o "\*(.*)$" | sort -u The output is forms that the GF grammar generates but the Apertium analyser doesn't recognise. Some of them are due to overgeneration: forms like "I+me", "you+you" don't exist, you should use reflexive instead, which takes 3rd person object agreement and a special pronoun and all that stuff. So *didagu* is wrong in the sense that it doesn't exist, but there is no other form that would be more correct. For that reason, I decided to keep these forms and not replace them with an empty string or `nonExist`. If an application grammarian needs to say "I see myself", they can just use `ReflVP` in `VerbEus`. -Some of the non-existing forms are genuine mistakes, like *zatzaie*, which should be *zatza`zki`e* instead. Then you just go to `AditzTrinkoak.gf` and fix the relevant functions. +Some of the non-existing forms are genuine mistakes, like *zatzaie*, which should be *zatza**zki**e* instead. Then you just go to `AditzTrinkoak.gf` and fix the relevant functions.