| Package | Description |
|---|---|
| io.cortical.services |
| Modifier and Type | Method and Description |
|---|---|
List<Term> |
Terms.getAllTerms(Pagination pagination)
Return all available
Terms in the retina. |
List<Term> |
Terms.getAllTerms(Pagination pagination,
Boolean includeFingerprint)
Return all available
Terms in the retina. |
List<Context> |
Expressions.getContexts(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
Expressions.getContexts(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
Terms.getContexts(String term,
Pagination pagination,
Boolean includeFingerprint)
Retrieve contexts for the input term.
|
List<List<Context>> |
Expressions.getContextsBulk(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model... models)
Calculate contexts for each models.
|
List<List<Context>> |
Expressions.getContextsBulk(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate contexts for each model.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Terms.getSimilarTerms(String term,
Integer contextId,
PosType posType,
Pagination pegination,
Boolean includeFingerprint)
Retrieve all similar terms for the input.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<Text> |
Texts.getSlices(String text,
Pagination pagination,
Boolean includeFingerprint)
Slice the text.
|
List<Term> |
Terms.getTerm(String term,
Pagination pagination,
Boolean includeFingerprint)
Retrieve a term with meta-data for an exact match, or a list of potential retina terms.
|
Copyright © 2015. All rights reserved.