mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 06:22:51 -06:00
gf-book web page index and toc
This commit is contained in:
17
gf-book/examples/chapter9/AnaphoraIta.gf
Normal file
17
gf-book/examples/chapter9/AnaphoraIta.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
concrete AnaphoraIta of Anaphora = TestSemanticsIta - [she_NP] **
|
||||
open ResIta, Prelude, Formal in {
|
||||
|
||||
lincat
|
||||
Proof = {} ;
|
||||
|
||||
lin
|
||||
IfS A B = {s = "se" ++ A.s ++ B.s} ;
|
||||
|
||||
AnaNP cn _ _ = case cn.g of {
|
||||
Masc => pronNP "lui" "lo" "gli" Masc Sg Per3 ;
|
||||
Fem => pronNP "lei" "la" "le" Fem Sg Per3
|
||||
} ;
|
||||
|
||||
pe _ _ = constant [] ; ----
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user