https://github.com/proycon/clam2switchboard
Converts metadata from a live CLAM service to a service entry for the CLARIN Language Resource Switchboard
https://github.com/proycon/clam2switchboard
Last synced: over 1 year ago
JSON representation
Converts metadata from a live CLAM service to a service entry for the CLARIN Language Resource Switchboard
- Host: GitHub
- URL: https://github.com/proycon/clam2switchboard
- Owner: proycon
- Created: 2019-12-13T10:37:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T10:19:17.000Z (over 5 years ago)
- Last Synced: 2025-04-04T11:07:13.102Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
CLAM2Switchboard
-----------------
Converts metadata from a live CLAM webservice to (one or multiple) JSON entry/entries for the `CLARIN language research switchboard `_ registry.
Usage
------
Specify a URL and a task:
Example::
clam2switchboard --url https://webservices-lst.science.ru.nl/ucto --task "Tokenisation"
Limitations
-------------
* Input language detection only works if the target clam service provides it and if it provides iso-639-3 or iso-639-1.
Set ``--langparam`` to the parameter ID your CLAM service uses for input language (defaults to ``language``). You can
also simply specify all languages as a comma separated list manually using the ``-l`` flag.
* Only works with CLAM v3.0 services and above.