-
Notifications
You must be signed in to change notification settings - Fork 3
Service: Virtual Corpus Statistics
Eliza Margaretha Illig edited this page Oct 24, 2024
·
11 revisions
Returns statistics of a virtual corpus defined by a corpus query. If no corpus query is given, returns statistics of the whole corpus index. This service is available for public. Authentication and authorization is not required.
Available in: lite and full version
Method: GET
Service URL: root/{version}/statistics
Query Parameter
Name | Required | Description | Type | Example |
---|---|---|---|---|
cq | no | a URL-encoded corpus query defining a virtual corpus. If not given, statistics of the whole corpus index will be returned. | String | corpusSigle%3DGOE |
Request
http://localhost:8089/api/v1.0/statistics?cq=corpusSigle%3DGOE
Response
{ "documents": 11, "tokens": 665842, "sentences": 25074, "paragraphs": 772 }
- 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