more documented categories

This commit is contained in:
Krasimir Angelov
2026-08-12 12:12:24 +02:00
parent 79dc2594a3
commit 5b30a80e3f
+3 -2
View File
@@ -7,8 +7,9 @@ gftranslate.jsonurl="/robust/Parse.ngf"
gftranslate.grammar="Parse" // the name of the grammar
gftranslate.documented_classes=
["N", "N2", "N3", "A", "A2", "V", "V2", "VV", "VS", "VQ", "VA", "V3", "V2V",
"V2S", "V2Q", "V2A", "Adv", "Prep"]
["N", "N2", "N3", "PN", "LN", "GN", "SN", "A", "A2",
"V", "V2", "VV", "VS", "VQ", "VA", "V3", "V2V",
"V2S", "V2Q", "V2A", "Adv", "AdV", "AdA", "AdN", "Prep"]
gftranslate.call=function(querystring,cont,errcont) {
http_get_json(gftranslate.jsonurl+querystring,cont,errcont)