-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.json
77 lines (74 loc) · 1.78 KB
/
configuration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"source_language": "Kurmanji",
"source_language_code": "kmr",
"source_language_url": "<www.lexvo.org/page/iso639-3/kmr>",
"source_language_script": "latn",
"target_language": "English",
"target_language_code": "en",
"target_language_script": "",
"target_language_url": "<http://id.loc.gov/vocabulary/iso639-2/en>",
"pos_map": {
"(vocative particle)": "particle",
"adj": "adjective",
"adj ": "adjective",
"adj, adv": "adjective",
"adv": "adverb",
"adv.": "adverb",
"adv. ": "adverb",
"ccmp.": "circumposition",
"conj.": "conjunction",
"conjunction": "conjunction",
"conj. ": "conjunction",
"conj. prep.": "preposition",
"enclitic": "cliticness",
"excl": "interjection",
"excl.": "interjection",
"f": "noun",
"interj.": "interjection",
"interrogative particle": "interrogativeParticle",
"m": "noun",
"m/f": "noun",
"no": "interjection",
"npl": "noun",
"num": "numeral",
"num.": "numeral",
"number": "numeral",
"numerical": "numeral",
"perp": "preposition",
"perp.": "preposition",
"prep": "preposition",
"prep.": "preposition",
"pron.": "pronoun",
"pronoun": "pronoun",
"pronoun.": "pronoun",
"prp": "preposition",
"superlative adj": "superlative",
"v.c.": "verb",
"v.i.": "verb",
"v.i. ": "verb",
"v.t.": "verb",
"v.t. ": "verb",
"prefix": "POS",
"subjunctive verbal prefix": "POS",
"suffix": "POS",
"negative subjunctive and imperative prefix": "POS",
"": "POS"
},
"gender_map": {
"f": "feminine",
"m": "masculine",
"m/f": "feminine"
},
"number_map": {
"npl": "plural",
"f": "singular",
"m": "singular",
"m/f": "singular"
},
"affixes_pos": [
"prefix",
"subjunctive verbal prefix",
"suffix",
"negative subjunctive and imperative prefix"
]
}