margaretha | 51e5e3f | 2018-10-17 15:10:03 +0200 | [diff] [blame^] | 1 | define(function () { |
| 2 | return [ |
| 3 | // http://www.ids-mannheim.de/cosmas2/projekt/referenz/stts/morph.html |
| 4 | // http://nachhalt.sfb632.uni-potsdam.de/owl-docu/stts.html |
| 5 | // "$.", "$(", "$," |
| 6 | ["ADJA","ADJA ", "Attributive Adjective"], |
| 7 | ["ADJD","ADJD ", "Predicative Adjective"], |
| 8 | ["ADV","ADV ", "Adverb"], |
| 9 | ["APPO","APPO ", "Postposition"], |
| 10 | ["APPR","APPR ", "Preposition"], |
| 11 | ["APPRART","APPRART ", "Preposition with Determiner"], |
| 12 | ["APZR","APZR ","Right Circumposition"], |
| 13 | ["ART","ART ", "Determiner"], |
| 14 | ["CARD","CARD ", "Cardinal Number"], |
| 15 | ["FM","FM ", "Foreign Material"], |
| 16 | ["ITJ","ITJ ", "Interjection"], |
| 17 | ["KOKOM","KOKOM ", "Comparison Particle"], |
| 18 | ["KON","KON ", "Coordinating Conjuncion"], |
| 19 | ["KOUI","KOUI ", "Subordinating Conjunction with 'zu'"], |
| 20 | ["KOUS","KOUS ", "Subordinating Conjunction with Sentence"], |
| 21 | ["NE","NE ", "Named Entity"], |
| 22 | ["NN","NN ", "Normal Nomina"], |
| 23 | ["PAV", "PAV ", "Pronominal Adverb"], |
| 24 | ["PDAT","PDAT ","Attributive Demonstrative Pronoun"], |
| 25 | ["PDS","PDS ", "Substitutive Demonstrative Pronoun"], |
| 26 | ["PIAT","PIAT ", "Attributive Indefinite Pronoun without Determiner"], |
| 27 | ["PIDAT","PIDAT ", "Attributive Indefinite Pronoun with Determiner"], |
| 28 | ["PIS","PIS ", "Substitutive Indefinite Pronoun"], |
| 29 | ["PPER","PPER ", "Personal Pronoun"], |
| 30 | ["PPOSAT","PPOSAT ", "Attributive Possessive Pronoun"], |
| 31 | ["PPOSS","PPOSS ", "Substitutive Possessive Pronoun"], |
| 32 | ["PRELAT","PRELAT ", "Attributive Relative Pronoun"], |
| 33 | ["PRELS","PRELS ", "Substitutive Relative Pronoun"], |
| 34 | ["PRF","PRF ", "Reflexive Pronoun"], |
| 35 | ["PROAV","PROAV ", "Pronominal Adverb"], |
| 36 | ["PTKA","PTKA ","Particle with Adjective"], |
| 37 | ["PTKANT","PTKANT ", "Answering Particle"], |
| 38 | ["PTKNEG","PTKNEG ", "Negation Particle"], |
| 39 | ["PTKVZ","PTKVZ ", "Separated Verbal Particle"], |
| 40 | ["PTKZU","PTKZU ", "'zu' Particle"], |
| 41 | ["PWAT","PWAT ", "Attributive Interrogative Pronoun"], |
| 42 | ["PWAV","PWAV ", "Adverbial Interrogative Pronoun"], |
| 43 | ["PWS","PWS ", "Substitutive Interrogative Pronoun"], |
| 44 | ["TRUNC","TRUNC ","Truncated"], |
| 45 | ["VAFIN","VAFIN ", "Auxiliary Finite Verb"], |
| 46 | ["VAIMP","VAIMP ", "Auxiliary Finite Imperative Verb"], |
| 47 | ["VAINF","VAINF ", "Auxiliary Infinite Verb"], |
| 48 | ["VAPP","VAPP ", "Auxiliary Perfect Participle"], |
| 49 | ["VMFIN","VMFIN ", "Modal Finite Verb"], |
| 50 | ["VMINF","VMINF ", "Modal Infinite Verb"], |
| 51 | ["VMPP","VMPP ", "Modal Perfect Participle"], |
| 52 | ["VVFIN","VVFIN ","Finite Verb"], |
| 53 | ["VVIMP","VVIMP ", "Finite Imperative Verb"], |
| 54 | ["VVINF","VVINF ", "Infinite Verb"], |
| 55 | ["VVIZU","VVIZU ", "Infinite Verb with 'zu'"], |
| 56 | ["VVPP","VVPP ", "Perfect Participle"], |
| 57 | ["XY", "XY ", "Non-Word"] |
| 58 | ]; |
| 59 | }); |