| Package | Description |
|---|---|
| org.corpus_tools.annis | |
| org.corpus_tools.annis.api |
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<List<Component>> |
CorporaApi.componentsWithHttpInfo(String corpus,
String type,
String name)
List all edge components of the corpus.
|
ApiResponse<CorpusConfiguration> |
CorporaApi.corpusConfigurationWithHttpInfo(String corpus)
Get the corpus configuration object.
|
ApiResponse<CountExtra> |
SearchApi.countWithHttpInfo(CountQuery countQuery)
Count the number of results for a query.
|
ApiResponse<Void> |
CorporaApi.deleteCorpusWithHttpInfo(String corpus)
Delete the given corpus.
|
ApiResponse<Void> |
AdministrationApi.deleteGroupWithHttpInfo(String name)
Delete the user group given by its name
|
ApiResponse<List<Annotation>> |
CorporaApi.edgeAnnotationsWithHttpInfo(String corpus,
String type,
String layer,
String name,
Boolean listValues,
Boolean onlyMostFrequentValues)
List all annotations of the corpus for a given edge component
|
ApiResponse<InlineResponse202> |
AdministrationApi.exportPostWithHttpInfo(InlineObject inlineObject)
Get all requested corpora as ZIP-file
|
ApiResponse<File> |
SearchApi.findWithHttpInfo(FindQuery findQuery)
Find results for a query and return the IDs of the matched nodes.
|
ApiResponse<List<FrequencyTableRow>> |
SearchApi.frequencyWithHttpInfo(FrequencyQuery frequencyQuery)
Find results for a query and return the IDs of the matched nodes.
|
ApiResponse<File> |
CorporaApi.getFileWithHttpInfo(String corpus,
String name)
Get an associated file for the corpus by its name.
|
ApiResponse<Void> |
AdministrationApi.getJobWithHttpInfo(String uuid)
Get the status of the background job with the UUID
|
ApiResponse<ImportResult> |
AdministrationApi.importPostWithHttpInfo(File body,
Boolean overrideExisting)
Import all corpora which are part of the uploaded ZIP-file
This will search for all GraphML and relANNIS files in the uploaded ZIP file and imports them.
|
ApiResponse<List<String>> |
CorporaApi.listCorporaWithHttpInfo()
Get a list of all corpora the user is authorized to use.
|
ApiResponse<List<String>> |
CorporaApi.listFilesWithHttpInfo(String corpus,
String node)
List the names of all associated file for the corpus.
|
ApiResponse<List<Group>> |
AdministrationApi.listGroupsWithHttpInfo()
Get all available user groups
|
ApiResponse<List<Annotation>> |
CorporaApi.nodeAnnotationsWithHttpInfo(String corpus,
Boolean listValues,
Boolean onlyMostFrequentValues)
List all node annotations of the corpus.
|
ApiResponse<List<QueryAttributeDescription>> |
SearchApi.nodeDescriptionsWithHttpInfo(String query,
QueryLanguage queryLanguage)
Parses a query and returns a description for all the nodes in the query.
|
ApiResponse<Void> |
AdministrationApi.putGroupWithHttpInfo(String name,
Group group)
Add or replace the user group given by its name
|
ApiResponse<File> |
CorporaApi.subgraphForNodesWithHttpInfo(String corpus,
SubgraphWithContext subgraphWithContext)
Get a subgraph of the corpus format given a list of nodes and a context.
|
ApiResponse<File> |
CorporaApi.subgraphForQueryWithHttpInfo(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter)
Get a subgraph of the corpus format given a list of nodes and a context.
|
ApiResponse<File> |
SearchApi.subgraphForQueryWithHttpInfo(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter)
Get a subgraph of the corpus format given a list of nodes and a context.
|
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.