mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-19 10:46:22 -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.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)
|
||||
|
||||
Reference in New Issue
Block a user