mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
next-lib renamed to lib, lib to old-lib
This commit is contained in:
29
lib/src/latin/notes.txt
Normal file
29
lib/src/latin/notes.txt
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user