summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 16:36:57 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 16:36:57 +0200
commit137a06586a64aab1d43864250488835eb596876b (patch)
tree19749149216a4985c20f5adcff21ec61eb7f3e66 /src/compiler/GF/Command
parent7db9f51d78a24405e2f6544f6e5d57fa3a23fc44 (diff)
"lc" was a temporary hack and is now removed from the C shell
Diffstat (limited to 'src/compiler/GF/Command')
-rw-r--r--src/compiler/GF/Command/Commands2.hs21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/compiler/GF/Command/Commands2.hs b/src/compiler/GF/Command/Commands2.hs
index b70bfb9e3..15065fa52 100644
--- a/src/compiler/GF/Command/Commands2.hs
+++ b/src/compiler/GF/Command/Commands2.hs
@@ -317,27 +317,6 @@ pgfCommands = Map.fromList [
("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 {
longname = "morpho_analyse",
synopsis = "print the morphological analyses of the (multiword) expression in the string",