mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
mp3 example
This commit is contained in:
@@ -492,7 +492,7 @@ oper
|
||||
|
||||
-- Modal auxiliary verbs
|
||||
verbumAux : (_,_,_,_,_ : Str) -> Verbum = \können,kann,konnte,könnte,gekonnt ->
|
||||
let k = (verbumStrongLaufen können kann konnte könnte gekonnt)
|
||||
let k = mkVerbum können kann kann konnte könnte gekonnt ;--- (verbumStrongLaufen können kann konnte könnte gekonnt)
|
||||
in
|
||||
table {
|
||||
VInd Sg P1 => kann ;
|
||||
|
||||
@@ -605,7 +605,7 @@ oper
|
||||
|
||||
complVerbVerb : VerbVerb -> VerbGroup -> VerbGroup = \will, essen ->
|
||||
will ** {
|
||||
s3 = \\b,_ => negation b ++
|
||||
s3 = \\b,n => essen.s3 ! True ! n ++ negation b ++
|
||||
essen.s2 ++ zuInfinitive will.isAux ++ essen.s ! VInf ;
|
||||
s4 = essen.s4
|
||||
} ;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
concrete TestResourceGer of TestResource = StructuralGer ** open SyntaxGer in {
|
||||
|
||||
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
||||
flags startcat=Phr ; lexer=text ; unlexer=text ;
|
||||
|
||||
-- a random sample from the lexicon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user