mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
mp3 example
This commit is contained in:
@@ -634,10 +634,10 @@ s ; s2 = [] ; isAux = False} ;
|
||||
(try.s ! InfImp ++ try.s1) ; -- ... try
|
||||
in
|
||||
{s = \\b,v => if_then_Str b
|
||||
(try.s ! v ++ try.s1 ++ to ++ run.s ! True ! InfImp)
|
||||
(try.s ! v ++ try.s1)
|
||||
(dont ! v) ;
|
||||
s2 = \\b,v => if_then_Str b
|
||||
(run.s2 ! True ! v)
|
||||
(to ++ run.s ! True ! InfImp ++ run.s2 ! True ! v)
|
||||
(trnot ++ run.s ! True ! InfImp ++ run.s2 ! True ! v) ;
|
||||
isAuxT = taux ;
|
||||
isAuxF = True
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
concrete TestResourceEng of TestResource = StructuralEng ** open SyntaxEng, ParadigmsEng in {
|
||||
|
||||
flags startcat=Phr ; lexer=textlit ; parser=chart ; unlexer=text ;
|
||||
flags startcat=Phr ; lexer=textlit ; unlexer=text ;
|
||||
|
||||
-- a random sample from the lexicon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user