mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
started grammar extending FreqFin with tricky clitic syntax
This commit is contained in:
@@ -330,8 +330,10 @@ incomplete resource Constructors = open Grammar in { --%
|
||||
= \t,p -> TUseCl t ASimul p ; --%
|
||||
mkS : Ant -> Pol -> Cl -> S --%
|
||||
= \a,p -> TUseCl TPres a p ; --%
|
||||
mkS : (Tense) -> (Ant) -> (Pol) -> Cl -> S -- she wouldn't have slept --:
|
||||
mkS : (Tense) -> (Ant) -> (Pol) -> Cl -> S -- she wouldn't have slept
|
||||
= \t,a -> TUseCl t a ; --%
|
||||
mkS : Temp -> Pol -> Cl -> S -- she wouldn't have slept --:
|
||||
= UseCl ; --%
|
||||
|
||||
-- Sentences can be combined with conjunctions. This can apply to a pair
|
||||
-- of sentences, but also to a list of more than two.
|
||||
|
||||
Reference in New Issue
Block a user