-
Notifications
You must be signed in to change notification settings - Fork 3
Service: Virtual Corpus Statistics
Eliza Margaretha edited this page Jan 18, 2018
·
11 revisions
Returns statistics of a virtual corpus defined by a collection query.
Available in: lite and full version
Method: GET
Service URL: root/statistics
Query Parameters:
| Name | Required | Description | Type | Example |
|---|---|---|---|---|
| corpusQuery | yes | a collection query | String | corpusSigle=GOE |
Request example:
http://localhost:8089/api/statistics?corpusQuery=corpusSigle=GOE
Output example:
{
"documents": 11,
"tokens": 665842,
"sentences": 25074,
"paragraphs": 772
}
- Setting LDAP
- Setting initial super client
- Setting a custom environment
- Setting resources for CLARIN FCS
- 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