We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba2538 commit 0cc80b1Copy full SHA for 0cc80b1
demo/resources.js
@@ -21,6 +21,7 @@ CAPABILITIES = {
21
var GRAMMARS = [
22
'erg-uw',
23
'erg-uio',
24
+ 'ergtrunk-uw',
25
'jacy-uw',
26
'indra-uw',
27
'zhong-uw',
@@ -46,6 +47,14 @@ var RESOURCES = {
46
47
url: 'http://chimpanzee.ling.washington.edu/bottlenose/erg/parse',
48
inputs: ['Abrams knew that it rained.']
49
},
50
+ 'ergtrunk-uw': {
51
+ grammar: 'ERG r26803',
52
+ lang: 'eng',
53
+ server: 'pydelphin',
54
+ location: 'UW',
55
+ url: 'http://chimpanzee.ling.washington.edu/bottlenose/erg-trunk/parse',
56
+ inputs: ['Abrams knew that it rained.']
57
+ },
58
'jacy-uw': {
59
grammar: 'Jacy',
60
lang: 'jpn',
0 commit comments