Skip to content

Instantly share code, notes, and snippets.

@proycon
Last active January 21, 2016 11:27
Show Gist options
  • Select an option

  • Save proycon/1aa40608596766c7f73c to your computer and use it in GitHub Desktop.

Select an option

Save proycon/1aa40608596766c7f73c to your computer and use it in GitHub Desktop.
Radboud LST Webservices - Metadata for switchboard
[
{
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