-
Notifications
You must be signed in to change notification settings - Fork 3
Service: Foundry Description
Eliza Margaretha edited this page Dec 20, 2019
·
5 revisions
Returns descriptions of all foundries.
Available in: lite and full version
Method: POST
Service URL: root/annotation/description
Request body:
JSON with the following attributes:
Name | Required | Description | Example |
---|---|---|---|
codes | yes | foundry/layer codes | opennlp opennlp/* opennlp/p |
language | no | 2-letter language code determining the language of the description attribute in the foundry and layer objects | en (default) de |
Request with cURL
curl -H "Content-Type: application/json" "http://localhost:8089/api/v1.0/annotation/description" --data '{"codes":["mate/*"], "language":"en" }'
Response
[{ "code": "mate", "description": "Mate", "layers": [ { "code": "m", "description": "Morphology", "keys": [ { "code": "case", "description": "Case", "values": { "*": "Undefined", "acc": "Accusative", "dat": "Dative", "gen": "Genitive", "nom": "Nominative" } }, { "code": "degree", "description": "Degree", "values": { "comp": "Comparative", "pos": "Positive", "sup": "Superative" } } ] }, { "code": "p", "description": "Part-of-Speech", "keys": [ { "code": "ADJA", "description": "Attributive Adjective" }, { "code": "ADJD", "description": "Predicative Adjective" }, { "code": "ADV", "description": "Adverb" } ] } ] }]
- Setting LDAP
- Setting initial super client
- Setting a custom environment
- Disabling query rewrites
- Named virtual corpora
- Importing Kustvakt to Eclipse
- Installing Lombok
- Setting annotation processors
- Setting a test environment
- HTTP Basic Authentication
- OAuth2 authorization scopes
- OAuth2 authorization request
- OAuth2 token request
- OAuth2 token revocation
- OAuth2 client registration
- OAuth2 client info
- OAuth2 client deregistration
- OAuth2 client secret reset
- Plugin registration
- Plugin list (marketplace)
- Plugin installation
- Plugin uninstallation
- Installed plugin list
- VC creation and update
- VC deletion
- VC list
- VC info
- VC KoralQuery
- VC statistics
- VC statistics with KoralQuery