| Package | Description |
|---|---|
| org.corpus_tools.annis.api | |
| org.corpus_tools.annis.api.model |
| Modifier and Type | Method and Description |
|---|---|
File |
CorporaApi.subgraphForNodes(String corpus,
SubgraphWithContext subgraphWithContext)
Get a subgraph of the corpus format given a list of nodes and a context.
|
okhttp3.Call |
CorporaApi.subgraphForNodesAsync(String corpus,
SubgraphWithContext subgraphWithContext,
ApiCallback<File> _callback)
Get a subgraph of the corpus format given a list of nodes and a context.
|
okhttp3.Call |
CorporaApi.subgraphForNodesCall(String corpus,
SubgraphWithContext subgraphWithContext,
ApiCallback _callback)
Build call for subgraphForNodes
|
ApiResponse<File> |
CorporaApi.subgraphForNodesWithHttpInfo(String corpus,
SubgraphWithContext subgraphWithContext)
Get a subgraph of the corpus format given a list of nodes and a context.
|
| Modifier and Type | Method and Description |
|---|---|
SubgraphWithContext |
SubgraphWithContext.addNodeIdsItem(String nodeIdsItem) |
SubgraphWithContext |
SubgraphWithContext.left(Integer left) |
SubgraphWithContext |
SubgraphWithContext.nodeIds(List<String> nodeIds) |
SubgraphWithContext |
SubgraphWithContext.right(Integer right) |
SubgraphWithContext |
SubgraphWithContext.segmentation(String segmentation) |
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.