formatting

This commit is contained in:
Inari Listenmaa
2017-10-03 15:24:52 +02:00
committed by GitHub
parent 57b81f5a7c
commit 81bc4c1b6b

View File

@@ -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`. 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`. 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.