margaretha | 51e5e3f | 2018-10-17 15:10:03 +0200 | [diff] [blame] | 1 | define(function () { |
| 2 | // http://www.coli.uni-saarland.de/projects/sfb378/negra-corpus/negra-corpus.html |
| 3 | // http://www.coli.uni-saarland.de/projects/sfb378/negra-corpus/knoten.html |
| 4 | return [ |
| 5 | ["AA", "AA", "superlative phrase with 'am'"], |
| 6 | ["AP","AP", "adjektive phrase"], |
| 7 | ["AVP","AVP", "adverbial phrase"], |
| 8 | ["CAP","CAP", "coordinated adjektive phrase"], |
| 9 | ["CAVP","CAVP", "coordinated adverbial phrase"], |
| 10 | ["CAC","CAC", "coordinated adposition"], |
| 11 | ["CCP","CCP", "coordinated complementiser"], |
| 12 | ["CH","CH", "chunk"], |
| 13 | ["CNP","CNP", "coordinated noun phrase"], |
| 14 | ["CO","CO", "coordination"], |
| 15 | ["CPP","CPP", "coordinated adpositional phrase"], |
| 16 | ["CS","CS", "coordinated sentence"], |
| 17 | ["CVP","CVP", "coordinated verb phrase (non-finite)"], |
| 18 | ["CVZ","CVZ", "coordinated zu-marked infinitive"], |
| 19 | ["DL","DL", "discourse level constituent"], |
| 20 | ["ISU","ISU", "idiosyncratis unit"], |
| 21 | ["MPN","MPN", "multi-word proper noun"], |
| 22 | ["MTA","MTA", "multi-token adjective"], |
| 23 | ["NM","NM", "multi-token number"], |
| 24 | ["NP","NP", "noun phrase"], |
| 25 | ["PP","PP", "adpositional phrase"], |
| 26 | ["QL","QL", "quasi-languag"], |
| 27 | ["ROOT","ROOT", "root node"], |
| 28 | ["S","S", "sentence"], |
| 29 | ["VP","VP", "verb phrase (non-finite)"], |
| 30 | ["VZ","VZ", "zu-marked infinitive"] |
| 31 | ] |
| 32 | }); |