mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
@@ -53,9 +53,9 @@ concrete ConjunctionLat of Conjunction =
|
||||
--
|
||||
|
||||
-- BaseS : S -> S -> ListS
|
||||
BaseS x y = {
|
||||
l = \\c => { s1 = x ; s2 = y } ;
|
||||
} ;
|
||||
-- BaseS x y = {
|
||||
-- l = \\c => { s1 = x ; s2 = y } ;
|
||||
-- } ;
|
||||
|
||||
-- ConsS : S -> ListS -> ListS
|
||||
-- TO FIX
|
||||
@@ -111,7 +111,7 @@ concrete ConjunctionLat of Conjunction =
|
||||
{ l = \\_ => consrTable Agr and_Conj.s2 x (xs.l ! Comma ) } ;
|
||||
--
|
||||
lincat
|
||||
[S] = { l : Coordinator => {s1,s2 : S} } ; -- TO FIX
|
||||
-- [S] = { l : Coordinator => {s1,s2 : S} } ; -- TO FIX
|
||||
[Adv] = { l: Coordinator => {s1,s2 : Str}} ;
|
||||
[NP] = {l : Coordinator => {s1,s2 : Case => Str} ; g : Gender ; n : Number ; p : Person ; adv : Str ; preap : AP ; postap : AP ; isBase : Bool } ;
|
||||
[AP] = {l : Coordinator => {s1,s2 : Agr => Str } } ;
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
dict/DictLat.gf
|
||||
34819
src/latin/DictLat.gf
Normal file
34819
src/latin/DictLat.gf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
dict/DictLatAbs.gf
|
||||
37214
src/latin/DictLatAbs.gf
Normal file
37214
src/latin/DictLatAbs.gf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user