mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 11:06:28 -06:00
added a project for Portuguese as a copy of Spanish
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsPor = Combinators - [appCN, appCNc] with
|
||||
(Cat = CatPor),
|
||||
(Structural = StructuralPor),
|
||||
(Noun = NounPor),
|
||||
(Constructors = ConstructorsPor) **
|
||||
{
|
||||
oper
|
||||
appCN : CN -> NP -> NP
|
||||
= \cn,x -> mkNP the_Art (PossNP cn x) ;
|
||||
appCNc : CN -> [NP] -> NP
|
||||
= \cn,xs -> let np : NP = mkNP and_Conj xs
|
||||
in mkNP the_Art (PossNP cn np) ;
|
||||
}
|
||||
Reference in New Issue
Block a user