mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-28 04:08:55 -06:00
"lc" was a temporary hack and is now removed from the C shell
This commit is contained in:
@@ -317,27 +317,6 @@ pgfCommands = Map.fromList [
|
|||||||
("lang","the languages of linearization (comma-separated, no spaces)")
|
("lang","the languages of linearization (comma-separated, no spaces)")
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
{-
|
|
||||||
("lc", emptyCommandInfo {
|
|
||||||
longname = "linearize_chunks",
|
|
||||||
synopsis = "linearize a tree that has metavariables in maximal chunks without them",
|
|
||||||
explanation = unlines [
|
|
||||||
"A hopefully temporary command, intended to work around the type checker that fails",
|
|
||||||
"trees where a function node is a metavariable."
|
|
||||||
],
|
|
||||||
examples = [
|
|
||||||
mkEx "l -lang=LangSwe,LangNor -chunks ? a b (? c d)"
|
|
||||||
],
|
|
||||||
exec = \env@(pgf, mos) opts -> return . fromStrings . optLins pgf (opts ++ [OOpt "chunks"]),
|
|
||||||
options = [
|
|
||||||
("treebank","show the tree and tag linearizations with language names")
|
|
||||||
] ++ stringOpOptions,
|
|
||||||
flags = [
|
|
||||||
("lang","the languages of linearization (comma-separated, no spaces)")
|
|
||||||
],
|
|
||||||
needsTypeCheck = False
|
|
||||||
}),
|
|
||||||
-}
|
|
||||||
("ma", emptyCommandInfo {
|
("ma", emptyCommandInfo {
|
||||||
longname = "morpho_analyse",
|
longname = "morpho_analyse",
|
||||||
synopsis = "print the morphological analyses of the (multiword) expression in the string",
|
synopsis = "print the morphological analyses of the (multiword) expression in the string",
|
||||||
|
|||||||
Reference in New Issue
Block a user