Interface IStorage
-
- All Known Implementing Classes:
FileStorage
public interface IStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetCorpusAggregatesIdfJson(String corpus)StringgetCorpusAggregatesIdfString(String corpus)com.fasterxml.jackson.databind.JsonNodegetCorpusAggregatesJson(String corpus)com.fasterxml.jackson.databind.JsonNodegetCorpusAggregatesMBJson(String corpus)StringgetCorpusAggregatesMBString(String corpus)StringgetCorpusAggregatesString(String corpus)com.fasterxml.jackson.databind.JsonNodegetCorpusBatchJson(String corpus)StringgetCorpusBatchString(String corpus)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentAggregatesJson(String corpus, String document)StringgetCorpusDocumentAggregatesString(String corpus, String document)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentLexiconLemma(String corpus, String document, String lemma)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentOOPJson(String corpus, String document)com.fasterxml.jackson.databind.node.ObjectNodegetCorpusDocumentOOPMetadata(String corpus, String document)StringgetCorpusDocumentOOPString(String corpus, String document)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentPipelineJson(String corpus, String document)StringgetCorpusDocumentPipelineString(String corpus, String document)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentStanfordJson(String corpus, String document)StringgetCorpusDocumentStanfordString(String corpus, String document)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentTfidfJson(String corpus, String document)StringgetCorpusDocumentTfidfString(String corpus, String document)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentTopicModelLemma(String corpus, String document, String lemma)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentTopicModelLemmaPOS(String corpus, String document, String lemma)StringgetCorpusDocumentTxtString(String corpus, String document)com.fasterxml.jackson.databind.JsonNodegetCorpusDocumentZJson(String corpus, String document)StringgetCorpusDocumentZString(String corpus, String document)com.fasterxml.jackson.databind.JsonNodegetCorpusTopicModelLemma(String corpus, String lemma)com.fasterxml.jackson.databind.JsonNodegetCorpusTopicModelLemmaPOS(String corpus, String lemma)com.fasterxml.jackson.databind.node.ArrayNodelistCorpora()com.fasterxml.jackson.databind.node.ArrayNodelistCorpusDocuments(String corpus)
-
-
-
Method Detail
-
listCorpora
com.fasterxml.jackson.databind.node.ArrayNode listCorpora() throws IOException- Throws:
IOException
-
getCorpusBatchString
String getCorpusBatchString(String corpus) throws IOException
- Throws:
IOException
-
getCorpusBatchJson
com.fasterxml.jackson.databind.JsonNode getCorpusBatchJson(String corpus) throws IOException
- Throws:
IOException
-
listCorpusDocuments
com.fasterxml.jackson.databind.node.ArrayNode listCorpusDocuments(String corpus) throws IOException
- Throws:
IOException
-
getCorpusAggregatesString
String getCorpusAggregatesString(String corpus) throws IOException
- Throws:
IOException
-
getCorpusAggregatesJson
com.fasterxml.jackson.databind.JsonNode getCorpusAggregatesJson(String corpus) throws IOException
- Throws:
IOException
-
getCorpusAggregatesIdfString
String getCorpusAggregatesIdfString(String corpus) throws IOException
- Throws:
IOException
-
getCorpusAggregatesIdfJson
com.fasterxml.jackson.databind.JsonNode getCorpusAggregatesIdfJson(String corpus) throws IOException
- Throws:
IOException
-
getCorpusDocumentTxtString
String getCorpusDocumentTxtString(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentOOPString
String getCorpusDocumentOOPString(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentOOPJson
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentOOPJson(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentAggregatesString
String getCorpusDocumentAggregatesString(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentAggregatesJson
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentAggregatesJson(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentPipelineString
String getCorpusDocumentPipelineString(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentPipelineJson
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentPipelineJson(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentStanfordString
String getCorpusDocumentStanfordString(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentStanfordJson
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentStanfordJson(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentOOPMetadata
com.fasterxml.jackson.databind.node.ObjectNode getCorpusDocumentOOPMetadata(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentTfidfString
String getCorpusDocumentTfidfString(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentTfidfJson
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentTfidfJson(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentZString
String getCorpusDocumentZString(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusDocumentZJson
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentZJson(String corpus, String document) throws IOException
- Throws:
IOException
-
getCorpusAggregatesMBString
String getCorpusAggregatesMBString(String corpus) throws IOException
- Throws:
IOException
-
getCorpusAggregatesMBJson
com.fasterxml.jackson.databind.JsonNode getCorpusAggregatesMBJson(String corpus) throws IOException
- Throws:
IOException
-
getCorpusTopicModelLemma
com.fasterxml.jackson.databind.JsonNode getCorpusTopicModelLemma(String corpus, String lemma) throws IOException
- Throws:
IOException
-
getCorpusTopicModelLemmaPOS
com.fasterxml.jackson.databind.JsonNode getCorpusTopicModelLemmaPOS(String corpus, String lemma) throws IOException
- Throws:
IOException
-
getCorpusDocumentTopicModelLemma
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentTopicModelLemma(String corpus, String document, String lemma) throws IOException
- Throws:
IOException
-
getCorpusDocumentTopicModelLemmaPOS
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentTopicModelLemmaPOS(String corpus, String document, String lemma) throws IOException
- Throws:
IOException
-
getCorpusDocumentLexiconLemma
com.fasterxml.jackson.databind.JsonNode getCorpusDocumentLexiconLemma(String corpus, String document, String lemma) throws IOException
- Throws:
IOException
-
-