forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Concraft -> Sentipejd.json
36 lines (36 loc) · 1.1 KB
/
Concraft -> Sentipejd.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
{
"task": "Sentiment Analysis",
"deployment": "production",
"softwareType": "quantitative",
"name": "Concraft -> Sentipejd",
"logo": "zil.png",
"homepage": "http://iis.ipipan.waw.pl/2008/proceedings/iis08-20.pdf",
"location": "Warsaw, Poland",
"creators": "Institute of Computer Science, Polish Academy of Sciences, Poland",
"contact": {
"person": "MultiService",
"email": "[email protected]"
},
"version": "v1.0",
"authentication": "no",
"licence": "public",
"description": " A morphosyntactic tagger extended with a semantic category, expressing properties of positive or negative sentiment. Part of: Multiservice, a robust linguistic Web service for Polish.",
"languages": [
"pol"
],
"langEncoding": "639-1",
"mimetypes": [
"text/plain",
"text/html"
],
"output": [
"application/json",
"CoNLL format",
"Visualization"
],
"url": "http://multiservice.nlp.ipipan.waw.pl/en/clrs",
"parameters": {
"input": "self.linkToResource",
"analysis": "3"
}
}