mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
2beta2
This commit is contained in:
@@ -76,7 +76,7 @@ pCommand ws = case ws of
|
||||
----- "wt" : f : s -> aTerm (CWrapTerm (string2id f)) s
|
||||
"ma" : s -> aString CMorphoAnalyse s
|
||||
"tt" : s -> aString CTestTokenizer s
|
||||
"cc" : m : s -> aUnit $ CComputeConcrete (pzIdent m) $ unwords s
|
||||
"cc" : s -> aUnit $ CComputeConcrete $ unwords s
|
||||
|
||||
"tq" : i:o:[] -> aUnit (CTranslationQuiz (language i) (language o))
|
||||
"tl":i:o:n:[] -> aUnit (CTranslationList (language i) (language o) (readIntArg n))
|
||||
|
||||
Reference in New Issue
Block a user