mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 10:11:10 -06:00
(Som) WIP: subordinate clauses
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
--# -path=.:../common:../abstract
|
||||
|
||||
concrete ExtendSom of Extend = {} ;
|
||||
-- CatSom ** ExtendFunctor
|
||||
concrete ExtendSom of Extend = CatSom
|
||||
-- ** ExtendFunctor -- Add this back when all relevant functions are implemented
|
||||
-- with (Grammar=GrammarSom)
|
||||
-- ** open Prelude, ResSom in {
|
||||
-- } ;
|
||||
** open Prelude, ResSom in {
|
||||
|
||||
lin
|
||||
-- : NP -> SSlash -> Utt ; -- her I love -- Sayeed p. 189-
|
||||
FocusObj np sslash =
|
||||
|
||||
-- FocusAdv : Adv -> S -> Utt ; -- today I will sleep
|
||||
-- FocusAdV : AdV -> S -> Utt ; -- never will I sleep
|
||||
-- FocusAP : AP -> NP -> Utt ; -- green was the tree
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user