mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
command option check
This commit is contained in:
@@ -167,7 +167,7 @@ generateTrees opts gr mt =
|
||||
cat = firstAbsCat opts gr
|
||||
dpt = maybe 3 id $ getOptInt opts flagDepth
|
||||
mn = getOptInt opts flagAlts
|
||||
ifm = not $ oElem noMetas opts
|
||||
ifm = oElem withMetas opts
|
||||
|
||||
speechGenerate :: Options -> String -> IO ()
|
||||
speechGenerate opts str = do
|
||||
|
||||
Reference in New Issue
Block a user