copy files over from GF-latin

This commit is contained in:
Herbert Lange
2019-01-14 16:40:07 +01:00
parent 579bdfcca5
commit 58c8cf70ea
492 changed files with 6213807 additions and 809 deletions
@@ -0,0 +1,16 @@
diff --git a/lib/src/latin/ExtraLat.gf b/lib/src/latin/ExtraLat.gf
index 9dad2f9..e6c8728 100644
--- a/lib/src/latin/ExtraLat.gf
+++ b/lib/src/latin/ExtraLat.gf
@@ -1,3 +1,11 @@
concrete ExtraLat of ExtraLatAbs = CatLat **
open ResLat, Coordination, Prelude in {
+ lin
+ UsePronNonDrop p = -- Pron -> NP
+ {
+ g = p.g ;
+ n = p.n ;
+ p = p.p ;
+ s = p.pers ! PronNonDrop ! PronRefl ;
+ } ;
}