mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
additions and corrections to Dut,Fre,Ita needed for a dialogue system grammar
This commit is contained in:
@@ -129,12 +129,17 @@ param
|
||||
oper
|
||||
Verb : Type = {s: VForm => Str};
|
||||
|
||||
mkVerb : (_,_,_,_,_,_,_ : Str) ->
|
||||
Verb = \aai, aait, aaien, aaide, _, aaiden, geaaid -> {
|
||||
mkVerb : (_,_,_,_,_,_,_ : Str) -> Verb =
|
||||
\aai, aait, aaien, aaide, aaidet, aaiden, geaaid ->
|
||||
mkVerb8 aai aait aait aaien aaide aaidet aaiden geaaid ;
|
||||
|
||||
mkVerb8 : (_,_,_,_,_,_,_,_ : Str) ->
|
||||
Verb = \aai, aaitt, aait, aaien, aaide, _, aaiden, geaaid -> {
|
||||
s = table {
|
||||
VInf | VInfFull | VImpPl | VPresPl => aaien; -- hij/zij/het/wij aaien
|
||||
VPresSg1 | VImp2 => aai; -- ik aai
|
||||
VPresSg2 | VPresSg3 | VImp3 => aait; -- jij aait
|
||||
VPresSg2 => aaitt ; -- jij aait
|
||||
VPresSg3 | VImp3 => aait; -- jij aait
|
||||
VPastSg => aaide; -- ik aaide --# notpresent
|
||||
VPastPl => aaiden; -- hij/zij/het/wij aaiden --# notpresent
|
||||
VPerf => geaaid ; -- ik heb geaaid
|
||||
|
||||
Reference in New Issue
Block a user