Skip to content

Commit

Permalink
c-bracketedLinearize -> bracketedLinearize
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Aug 6, 2023
1 parent bb244a7 commit 4c0227f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/gf-corpus-tool.html
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 4c0227f

Please sign in to comment.