determiners and more words in latin

This commit is contained in:
aarne
2008-09-18 14:36:33 +00:00
parent d9b6bdaf1e
commit 4437a84939
9 changed files with 284 additions and 688 deletions

View File

@@ -0,0 +1,29 @@
Renaming on Mac:
for each in *Eng.gf ;
do
mv $each $(basename $each Eng.gf)Lat.gf
done
In-place change:
sed -e 's/Eng/Lat/g' -i *Lat.gf
Start with the following:
concrete GrammarLat of Grammar =
NounLat,
VerbLat,
AdjectiveLat,
-- AdverbLat,
-- NumeralLat,
SentenceLat,
-- QuestionLat,
-- RelativeLat,
-- ConjunctionLat,
-- PhraseLat,
TextX,
StructuralLat,
-- IdiomLat