From 4c0227f1cd9ffb7897ccc65f19b41f62d4c68f34 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Sun, 6 Aug 2023 09:53:19 +0200 Subject: [PATCH] c-bracketedLinearize -> bracketedLinearize --- www/gf-corpus-tool.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/gf-corpus-tool.html b/www/gf-corpus-tool.html index b54717361..1add74673 100644 --- a/www/gf-corpus-tool.html +++ b/www/gf-corpus-tool.html @@ -130,7 +130,7 @@ clear(element("linearization")) element("linearization").appendChild(table); } - gfwordnet.grammar_call("command=c-bracketedLinearize&to="+gfwordnet.selection.langs_list.join("%20")+"&tree="+encodeURIComponent(exmpl),extract_linearization); + gfwordnet.grammar_call("command=bracketedLinearize&to="+gfwordnet.selection.langs_list.join("%20")+"&tree="+encodeURIComponent(exmpl),extract_linearization); } function on_next() {