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.JsonNode
getCorpusAggregatesIdfJson(String corpus)
String
getCorpusAggregatesIdfString(String corpus)
com.fasterxml.jackson.databind.JsonNode
getCorpusAggregatesJson(String corpus)
com.fasterxml.jackson.databind.JsonNode
getCorpusAggregatesMBJson(String corpus)
String
getCorpusAggregatesMBString(String corpus)
String
getCorpusAggregatesString(String corpus)
com.fasterxml.jackson.databind.JsonNode
getCorpusBatchJson(String corpus)
String
getCorpusBatchString(String corpus)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentAggregatesJson(String corpus, String document)
String
getCorpusDocumentAggregatesString(String corpus, String document)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentLexiconLemma(String corpus, String document, String lemma)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentOOPJson(String corpus, String document)
com.fasterxml.jackson.databind.node.ObjectNode
getCorpusDocumentOOPMetadata(String corpus, String document)
String
getCorpusDocumentOOPString(String corpus, String document)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentPipelineJson(String corpus, String document)
String
getCorpusDocumentPipelineString(String corpus, String document)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentStanfordJson(String corpus, String document)
String
getCorpusDocumentStanfordString(String corpus, String document)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentTfidfJson(String corpus, String document)
String
getCorpusDocumentTfidfString(String corpus, String document)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentTopicModelLemma(String corpus, String document, String lemma)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentTopicModelLemmaPOS(String corpus, String document, String lemma)
String
getCorpusDocumentTxtString(String corpus, String document)
com.fasterxml.jackson.databind.JsonNode
getCorpusDocumentZJson(String corpus, String document)
String
getCorpusDocumentZString(String corpus, String document)
com.fasterxml.jackson.databind.JsonNode
getCorpusTopicModelLemma(String corpus, String lemma)
com.fasterxml.jackson.databind.JsonNode
getCorpusTopicModelLemmaPOS(String corpus, String lemma)
com.fasterxml.jackson.databind.node.ArrayNode
listCorpora()
com.fasterxml.jackson.databind.node.ArrayNode
listCorpusDocuments(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
-
-