Skip to content

Commit 0cc80b1

Browse files
committed
Add ERG trunk
1 parent 2ba2538 commit 0cc80b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

demo/resources.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CAPABILITIES = {
2121
var GRAMMARS = [
2222
'erg-uw',
2323
'erg-uio',
24+
'ergtrunk-uw',
2425
'jacy-uw',
2526
'indra-uw',
2627
'zhong-uw',
@@ -46,6 +47,14 @@ var RESOURCES = {
4647
url: 'http://chimpanzee.ling.washington.edu/bottlenose/erg/parse',
4748
inputs: ['Abrams knew that it rained.']
4849
},
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+
},
4958
'jacy-uw': {
5059
grammar: 'Jacy',
5160
lang: 'jpn',

0 commit comments

Comments
 (0)