mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
generation command gt n
This commit is contained in:
@@ -71,8 +71,8 @@ pCommand ws = case ws of
|
||||
"p" : s -> aString CParse s
|
||||
"t" : i:o: s -> aString (CTranslate (language i) (language o)) s
|
||||
"gr" : [] -> aUnit (CGenerateRandom 1)
|
||||
"gt" : t -> aTerm (CGenerateRandom 1) t
|
||||
--- "gr" : n : [] -> aUnit (CGenerateRandom (readIntArg n)) -- deprecated 12/5/2001
|
||||
"gr" : t -> aTerm (CGenerateRandom 1) t
|
||||
"gt" : n : [] -> aUnit (CGenerateTrees (readIntArg n))
|
||||
"pt" : s -> aTerm CPutTerm s
|
||||
----- "wt" : f : s -> aTerm (CWrapTerm (string2id f)) s
|
||||
"ma" : s -> aString CMorphoAnalyse s
|
||||
|
||||
Reference in New Issue
Block a user