-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from daawidziu/master
Update Clarin-PL tools to use new services page
- Loading branch information
Showing
30 changed files
with
415 additions
and
680 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"formatVersion": "2", | ||
"id": 51, | ||
"task": "Editing", | ||
"deployment": "production", | ||
"integrationType": "Integrated", | ||
"name": "Anonymizer", | ||
"description": "Anonymized data is not subject to GDPR and does not pose any other threats to privacy - so it can be archived without risk and freely transferred between departments or to external companies without the use of trustee agreements.", | ||
"logo": "clarin-pl.png", | ||
"homepage": "https://services.clarin-pl.eu/services/anonymizer", | ||
"creators": "Clarin-PL", | ||
"contact": { | ||
"person": "Tomasz Walkowiak", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": ["anonymization", "gdpr", "rodo", "privacy", "data protection", "personal data", "data security"], | ||
"location": "Wroclaw, Poland", | ||
"authentication": "Yes, user should create an account on the Clarin-PL website", | ||
"inputs": [{ | ||
"id": "text", | ||
"mediatypes": ["application/zip"], | ||
"languages": ["eng", "pol"] | ||
}], | ||
"webApplication": { | ||
"url": "https://services.clarin-pl.eu/services/anonymizer/creator", | ||
"queryParameters": [{ | ||
"name": "weblicht-input", | ||
"bind": "text/dataurl" | ||
}] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"formatVersion": "2", | ||
"id": 56, | ||
"task": "Sentiment Analysis", | ||
"deployment": "production", | ||
"integrationType": "Integrated", | ||
"name": "AspectEmo", | ||
"description": "AspectEmo operates on the sound of individual words. This allows it to recognize nuanced or contrasting opinions within a single sentence or text, rather than providing an overall rating for an entire segment.", | ||
"logo": "clarin-pl.png", | ||
"homepage": "https://services.clarin-pl.eu/services/aspectemo", | ||
"creators": "Clarin-PL", | ||
"contact": { | ||
"person": "Tomasz Walkowiak", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": ["sentiment analysis", "opinion mining", "aspect-based sentiment analysis", "emotion detection", "aspect detection"], | ||
"location": "Wroclaw, Poland", | ||
"authentication": "Yes, user should create an account on the Clarin-PL website", | ||
"inputs": [{ | ||
"id": "text", | ||
"mediatypes": ["application/zip"], | ||
"languages": ["eng", "pol"] | ||
}], | ||
"webApplication": { | ||
"url": "https://services.clarin-pl.eu/services/aspectemo/creator", | ||
"queryParameters": [{ | ||
"name": "weblicht-input", | ||
"bind": "text/dataurl" | ||
}] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"formatVersion": "2", | ||
"id": 191, | ||
"task": "Editing", | ||
"deployment": "production", | ||
"integrationType": "Integrated", | ||
"name": "Dewulgaryzator", | ||
"description": "Service that allows you to replace vulgar expressions with their non-vulgar equivalents while maintaining the original character of the text.", | ||
"logo": "clarin-pl.png", | ||
"homepage": "https://services.clarin-pl.eu/services/txt2txt", | ||
"creators": "Clarin-PL", | ||
"contact": { | ||
"person": "Tomasz Walkowiak", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": ["profanity", "substitution", "vulgar"], | ||
"location": "Wroclaw, Poland", | ||
"authentication": "Yes, user should create an account on the Clarin-PL website", | ||
"inputs": [{ | ||
"id": "text", | ||
"mediatypes": ["application/zip"], | ||
"languages": ["pol"] | ||
}], | ||
"webApplication": { | ||
"url": "https://services.clarin-pl.eu/services/txt2txt/creator", | ||
"queryParameters": [{ | ||
"name": "weblicht-input", | ||
"bind": "text/dataurl" | ||
}] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"formatVersion": "2", | ||
"id": 111, | ||
"task": "Visualisation of Geographic Data", | ||
"deployment": "production", | ||
"integrationType": "Integrated", | ||
"name": "Dewulgaryzator", | ||
"description": "Tool based on the Named Entity Recognition service, assigning geographic coordinates to detected place names.", | ||
"logo": "clarin-pl.png", | ||
"homepage": "https://services.clarin-pl.eu/services/geolocation", | ||
"creators": "Clarin-PL", | ||
"contact": { | ||
"person": "Tomasz Walkowiak", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": ["geolocation", "named entity recognition", "place names", "geographic coordinates"], | ||
"location": "Wroclaw, Poland", | ||
"authentication": "Yes, user should create an account on the Clarin-PL website", | ||
"inputs": [{ | ||
"id": "text", | ||
"mediatypes": ["application/zip"], | ||
"languages": ["pol", "eng"] | ||
}], | ||
"webApplication": { | ||
"url": "https://services.clarin-pl.eu/services/geolocation/creator", | ||
"queryParameters": [{ | ||
"name": "weblicht-input", | ||
"bind": "text/dataurl" | ||
}] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"formatVersion": "2", | ||
"id": 91, | ||
"task": "Editing", | ||
"deployment": "production", | ||
"integrationType": "Integrated", | ||
"name": "Hatespeech", | ||
"description": "Tool presents the intensity of hate speech to show on a scale how individual texts are assessed from the recipient's perspective.", | ||
"logo": "clarin-pl.png", | ||
"homepage": "https://services.clarin-pl.eu/services/hatespeech", | ||
"creators": "Clarin-PL", | ||
"contact": { | ||
"person": "Tomasz Walkowiak", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": ["hate speech", "profanity", "offensive language"], | ||
"location": "Wroclaw, Poland", | ||
"authentication": "Yes, user should create an account on the Clarin-PL website", | ||
"inputs": [{ | ||
"id": "text", | ||
"mediatypes": ["application/zip"], | ||
"languages": ["pol", "eng", "deu", "fra", "spa", "ita", "rus", "por"] | ||
}], | ||
"webApplication": { | ||
"url": "https://services.clarin-pl.eu/services/hatespeech/creator", | ||
"queryParameters": [{ | ||
"name": "weblicht-input", | ||
"bind": "text/dataurl" | ||
}] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"formatVersion": "2", | ||
"id": 88, | ||
"task": "Keyword Extractor", | ||
"deployment": "production", | ||
"integrationType": "Integrated", | ||
"name": "Keytool", | ||
"description": "Service integrates several keyword determination methods, including generative models and multi-label classification. The combination of several advanced techniques makes the results more reliable and accurate.", | ||
"logo": "clarin-pl.png", | ||
"homepage": "https://services.clarin-pl.eu/services/keytool", | ||
"creators": "Clarin-PL", | ||
"contact": { | ||
"person": "Tomasz Walkowiak", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": ["keyword extraction", "keyword determination"], | ||
"location": "Wroclaw, Poland", | ||
"authentication": "Yes, user should create an account on the Clarin-PL website", | ||
"inputs": [{ | ||
"id": "text", | ||
"mediatypes": ["application/zip"], | ||
"languages": ["eng", "pol"] | ||
}], | ||
"webApplication": { | ||
"url": "https://services.clarin-pl.eu/services/keytool/creator", | ||
"queryParameters": [{ | ||
"name": "weblicht-input", | ||
"bind": "text/dataurl" | ||
}] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"formatVersion": "2", | ||
"id": 92, | ||
"task": "Text Analytics", | ||
"deployment": "production", | ||
"integrationType": "Integrated", | ||
"name": "LEM", | ||
"description": "Service that is used to process literary texts to extract statistical information from them. The service allows, among others, lemmatization, determining parts of speech, characterization of verbs used in the text, creating a list of proper names and extracting statistics from the corpus of texts.", | ||
"logo": "clarin-pl.png", | ||
"homepage": "https://services.clarin-pl.eu/services/statconverter", | ||
"creators": "Clarin-PL", | ||
"contact": { | ||
"person": "Tomasz Walkowiak", | ||
"email": "[email protected]" | ||
}, | ||
"keywords": ["lemmatization", "part of speech", "verbs", "proper names", "statistics"], | ||
"location": "Wroclaw, Poland", | ||
"authentication": "Yes, user should create an account on the Clarin-PL website", | ||
"inputs": [{ | ||
"id": "text", | ||
"mediatypes": ["application/zip"], | ||
"languages": ["pol"] | ||
}], | ||
"webApplication": { | ||
"url": "https://services.clarin-pl.eu/services/statconverter/creator", | ||
"queryParameters": [{ | ||
"name": "weblicht-input", | ||
"bind": "text/dataurl" | ||
}] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.