Last active
January 21, 2016 11:27
-
-
Save proycon/1aa40608596766c7f73c to your computer and use it in GitHub Desktop.
Radboud LST Webservices - Metadata for switchboard
This file contains hidden or 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
| [ | |
| { | |
| task: "tokenisation", | |
| name: "Ucto", | |
| homepage: "https://proycon.github.io/ucto", | |
| creators: ["Maarten van Gompel, Ko van der Sloot (CLST, Radboud University Nijmegen)"], | |
| contact: { | |
| person: "Maarten van Gompel", | |
| email: "[email protected]", | |
| }, | |
| version: "0.8.3", | |
| license: "public", //but webservice is protected with (free) registration | |
| shortDescription: "A tokeniser", | |
| longDescription: "Ucto is a unicode-compliant tokeniser. It takes input in the form of one or more untokenised texts, and subsequently tokenises them. Several languages are supported, but the software is extensible to other languages.", | |
| languages: ["nld","eng","deu","fra","ita","spa","por","tur","rus","swe"], //iso 639-3 | |
| mimetypes: ["text/plain", "text/xml"], //plain text OR FoLiA XML | |
| output: ["text/plain", "text/xml"], //plain text tab seperated output OR FoLiA XML | |
| url: ["https://webservices-lst.science.ru.nl/ucto/"], | |
| parameter: ["project":"new","untokinput_url": "self.linkToResource"], | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment