forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UDPipe.json
88 lines (88 loc) · 2.21 KB
/
UDPipe.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
78
79
80
81
82
83
84
85
86
87
88
{
"task": "Dependency Parsing",
"deployment": "production",
"softwareType": "qualitative",
"name": "UDPipe",
"logo": "lindat.jpg",
"homepage": "http://ufal.mff.cuni.cz/udpipe",
"location": "Charles University, Prague, Czech Republic",
"creators": "Milan Straka, Jana Straková",
"contact": {
"person": "Milan Straka",
"email": "[email protected]"
},
"version": "v1.2",
"authentication": "no",
"licence": "UDPipe is a free software under Mozilla Public Licence 2.0 and the linguistic models are free for non-commercial use and distributed under CC BY-NC-SA licence, although for some models the original data used to create the model may impose additional licensing conditions. UDPipe is versioned using Semantic Versioning.",
"description": "UDPipe is an trainable pipeline for tokenization, tagging, lemmatization and dependency parsing of CoNLL-U files. UDPipe is language-agnostic and can be trained given only annotated data in CoNLL-U format. Trained models are provided for nearly all UD treebanks.",
"langEncoding": "639-1",
"languages": [
"grc",
"ara",
"bel",
"bul",
"cat",
"cop",
"hrv",
"ces",
"dan",
"nld",
"eng",
"eus",
"est",
"fin",
"fra",
"glg",
"deu",
"got",
"ell",
"heb",
"hin",
"hun",
"ind",
"gle",
"ita",
"jpn",
"kaz",
"kor",
"lat",
"lav",
"lit",
"nor",
"nno",
"nob",
"chu",
"fas",
"pol",
"por",
"ron",
"rus",
"san",
"slk",
"slv",
"spa",
"swe",
"tam",
"tur",
"ukr",
"urd",
"uig",
"vie",
"zho"
],
"mimetypes": [
"text/plain"
],
"output": [
"CoNLL-U Format"
],
"url": "https://lindat.mff.cuni.cz/services/udpipe/",
"parameters": {
"input": "self.linkToResource",
"lang": "self.linkToResourceLanguage"
},
"mapping": {
"input": "data",
"lang": "model"
}
}