mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
Use right start category names in si command.
This commit is contained in:
@@ -216,7 +216,7 @@ speechInput opt s = recognizeSpeech name language cfg cat number
|
||||
name = cncId s
|
||||
cfg = stateCFG s -- FIXME: use lang flag to select grammar
|
||||
language = fromMaybe "en_UK" (getOptVal opts speechLanguage)
|
||||
cat = fromMaybe "S" (getOptVal opts gStartCat)
|
||||
cat = fromMaybe "S" (getOptVal opts gStartCat) ++ "{}.s"
|
||||
number = optIntOrN opts flagNumber 1
|
||||
|
||||
optLinearizeTreeVal :: Options -> GFGrammar -> Tree -> String
|
||||
|
||||
Reference in New Issue
Block a user