| Package | Description |
|---|---|
| org.corpus_tools.annis.api | |
| org.corpus_tools.annis.api.model |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
CorporaApi.edgeAnnotations(String corpus,
String type,
String layer,
String name,
Boolean listValues,
Boolean onlyMostFrequentValues)
List all annotations of the corpus for a given edge component
|
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
|
List<Annotation> |
CorporaApi.nodeAnnotations(String corpus,
Boolean listValues,
Boolean onlyMostFrequentValues)
List all node annotations of the corpus.
|
ApiResponse<List<Annotation>> |
CorporaApi.nodeAnnotationsWithHttpInfo(String corpus,
Boolean listValues,
Boolean onlyMostFrequentValues)
List all node annotations of the corpus.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CorporaApi.edgeAnnotationsAsync(String corpus,
String type,
String layer,
String name,
Boolean listValues,
Boolean onlyMostFrequentValues,
ApiCallback<List<Annotation>> _callback)
List all annotations of the corpus for a given edge component (asynchronously)
|
okhttp3.Call |
CorporaApi.nodeAnnotationsAsync(String corpus,
Boolean listValues,
Boolean onlyMostFrequentValues,
ApiCallback<List<Annotation>> _callback)
List all node annotations of the corpus.
|
| Modifier and Type | Method and Description |
|---|---|
Annotation |
Annotation.key(AnnoKey key) |
Annotation |
Annotation.val(String val) |
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.