mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-15 06:46:00 -06:00
more documented categories
This commit is contained in:
@@ -7,8 +7,9 @@ gftranslate.jsonurl="/robust/Parse.ngf"
|
|||||||
gftranslate.grammar="Parse" // the name of the grammar
|
gftranslate.grammar="Parse" // the name of the grammar
|
||||||
|
|
||||||
gftranslate.documented_classes=
|
gftranslate.documented_classes=
|
||||||
["N", "N2", "N3", "A", "A2", "V", "V2", "VV", "VS", "VQ", "VA", "V3", "V2V",
|
["N", "N2", "N3", "PN", "LN", "GN", "SN", "A", "A2",
|
||||||
"V2S", "V2Q", "V2A", "Adv", "Prep"]
|
"V", "V2", "VV", "VS", "VQ", "VA", "V3", "V2V",
|
||||||
|
"V2S", "V2Q", "V2A", "Adv", "AdV", "AdA", "AdN", "Prep"]
|
||||||
|
|
||||||
gftranslate.call=function(querystring,cont,errcont) {
|
gftranslate.call=function(querystring,cont,errcont) {
|
||||||
http_get_json(gftranslate.jsonurl+querystring,cont,errcont)
|
http_get_json(gftranslate.jsonurl+querystring,cont,errcont)
|
||||||
|
|||||||
Reference in New Issue
Block a user