| Package | Description |
|---|---|
| org.corpus_tools.annis.api | |
| org.corpus_tools.annis.api.model | |
| org.corpus_tools.annis.gui.exporter | |
| org.corpus_tools.annis.gui.objects |
| Modifier and Type | Method and Description |
|---|---|
List<QueryAttributeDescription> |
SearchApi.nodeDescriptions(String query,
QueryLanguage queryLanguage)
Parses a query and returns a description for all the nodes in the query.
|
okhttp3.Call |
SearchApi.nodeDescriptionsAsync(String query,
QueryLanguage queryLanguage,
ApiCallback<List<QueryAttributeDescription>> _callback)
Parses a query and returns a description for all the nodes in the query.
|
okhttp3.Call |
SearchApi.nodeDescriptionsCall(String query,
QueryLanguage queryLanguage,
ApiCallback _callback)
Build call for nodeDescriptions
|
ApiResponse<List<QueryAttributeDescription>> |
SearchApi.nodeDescriptionsWithHttpInfo(String query,
QueryLanguage queryLanguage)
Parses a query and returns a description for all the nodes in the query.
|
File |
CorporaApi.subgraphForQuery(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter)
Get a subgraph of the corpus format given a list of nodes and a context.
|
File |
SearchApi.subgraphForQuery(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter)
Get a subgraph of the corpus format given a list of nodes and a context.
|
okhttp3.Call |
CorporaApi.subgraphForQueryAsync(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter,
ApiCallback<File> _callback)
Get a subgraph of the corpus format given a list of nodes and a context.
|
okhttp3.Call |
SearchApi.subgraphForQueryAsync(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter,
ApiCallback<File> _callback)
Get a subgraph of the corpus format given a list of nodes and a context.
|
okhttp3.Call |
CorporaApi.subgraphForQueryCall(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter,
ApiCallback _callback)
Build call for subgraphForQuery
|
okhttp3.Call |
SearchApi.subgraphForQueryCall(String corpus,
String query,
QueryLanguage queryLanguage,
AnnotationComponentType componentTypeFilter,
ApiCallback _callback)
Build call for subgraphForQuery
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryLanguage |
QueryLanguage.fromValue(String value) |
QueryLanguage |
CountQuery.getQueryLanguage()
Get queryLanguage
|
QueryLanguage |
FrequencyQuery.getQueryLanguage()
Get queryLanguage
|
QueryLanguage |
FindQuery.getQueryLanguage()
Get queryLanguage
|
QueryLanguage |
ExampleQuery.getQueryLanguage()
Get queryLanguage
|
QueryLanguage |
QueryLanguage.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static QueryLanguage |
QueryLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryLanguage[] |
QueryLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CountQuery |
CountQuery.queryLanguage(QueryLanguage queryLanguage) |
FrequencyQuery |
FrequencyQuery.queryLanguage(QueryLanguage queryLanguage) |
FindQuery |
FindQuery.queryLanguage(QueryLanguage queryLanguage) |
ExampleQuery |
ExampleQuery.queryLanguage(QueryLanguage queryLanguage) |
void |
CountQuery.setQueryLanguage(QueryLanguage queryLanguage) |
void |
FrequencyQuery.setQueryLanguage(QueryLanguage queryLanguage) |
void |
FindQuery.setQueryLanguage(QueryLanguage queryLanguage) |
void |
ExampleQuery.setQueryLanguage(QueryLanguage queryLanguage) |
void |
QueryLanguage.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
QueryLanguage enumeration) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
BaseMatrixExporter.convertText(String queryAnnisQL,
QueryLanguage queryLanguage,
int contextLeft,
int contextRight,
Set<String> corpora,
List<String> keys,
String argsAsString,
boolean alignmc,
Writer out,
com.google.common.eventbus.EventBus eventBus,
Map<String,CorpusConfiguration> corpusConfigs,
com.vaadin.ui.UI ui) |
Exception |
GeneralTextExporter.convertText(String queryAnnisQL,
QueryLanguage queryLanguage,
int contextLeft,
int contextRight,
Set<String> corpora,
List<String> keys,
String argsAsString,
boolean alignmc,
Writer out,
com.google.common.eventbus.EventBus eventBus,
Map<String,CorpusConfiguration> corpusConfigs,
com.vaadin.ui.UI ui) |
Exception |
ExporterPlugin.convertText(String query,
QueryLanguage queryLanguage,
int contextLeft,
int contextRight,
Set<String> corpora,
List<String> keys,
String args,
boolean alignmc,
Writer out,
com.google.common.eventbus.EventBus eventBus,
Map<String,CorpusConfiguration> corpusConfigs,
com.vaadin.ui.UI ui) |
| Modifier and Type | Method and Description |
|---|---|
QueryLanguage |
Query.getApiQueryLanguage() |
QueryLanguage |
QueryUIState.getQueryLanguage() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryUIState.setQueryLanguage(QueryLanguage queryLanguage) |
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.