public interface Expressions
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
getContexts(Boolean includeFingerprint,
Double sparsity,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
getContexts(Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
getContexts(Boolean includeFingerprint,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
getContexts(Boolean includeFingerprint,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
getContexts(Double sparsity,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
getContexts(Double sparsity,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
getContexts(Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
getContexts(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model model)
Calculate contexts of the result of an expression.
|
List<Context> |
getContexts(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate a contexts of the result of an expression.
|
List<Context> |
getContexts(String jsonModel)
Calculate contexts of the result of an expression.
|
List<List<Context>> |
getContextsBulk(Boolean includeFingerprint,
Double sparsity,
Model... models)
Calculate contexts for each item in the model's array.
|
List<List<Context>> |
getContextsBulk(Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate contexts for each items in the model's array.
|
List<List<Context>> |
getContextsBulk(Boolean includeFingerprint,
Model... models)
Calculate contexts for each item in the model's array.
|
List<List<Context>> |
getContextsBulk(Boolean includeFingerprint,
String jsonModel)
Calculate contexts for each items in the model's array.
|
List<List<Context>> |
getContextsBulk(Double sparsity,
Model... models)
Calculate contexts for each item in the model's array.
|
List<List<Context>> |
getContextsBulk(Double sparsity,
String jsonModel)
Calculate contexts for each items in the model's array.
|
List<List<Context>> |
getContextsBulk(Model... models)
Calculate contexts for each item in the model's array.
|
List<List<Context>> |
getContextsBulk(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model... models)
Calculate contexts for each models.
|
List<List<Context>> |
getContextsBulk(Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Calculate contexts for each model.
|
List<List<Context>> |
getContextsBulk(String jsonModel)
Calculate contexts for each items in the model's array.
|
List<Term> |
getSimilarTerms(Integer contextId,
Model model)
Get similar terms for the expression (including all parts of speech).
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Model model)
Get similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Model model)
Get similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
Pagination pagination,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
PosType posType,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
getSimilarTerms(Integer contextId,
String jsonModel)
Get similar terms for the expression (including all parts of speech).
|
List<Term> |
getSimilarTerms(Model model)
Get similar terms for the expression (including all parts of speech and contexts).
|
List<Term> |
getSimilarTerms(PosType posType,
Model model)
Get similar terms for the expression (including all contexts).
|
List<Term> |
getSimilarTerms(PosType posType,
String jsonModel)
Get similar terms for the expression (including all contexts).
|
List<Term> |
getSimilarTerms(String jsonModel)
Get similar terms for the expression (including all parts of speech and contexts).
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
Model... models)
Retrieve similar terms (all parts of speech) for each item in the model's array.
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
Model... models)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
PosType posType,
Double sparsity,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
PosType posType,
Double sparsity,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
PosType posType,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
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>> |
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<List<Term>> |
getSimilarTermsBulk(Integer contextId,
PosType posType,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
getSimilarTermsBulk(Integer contextId,
String jsonModel)
Retrieve similar terms for each item in the models array for all parts of speech.
|
List<List<Term>> |
getSimilarTermsBulk(Model... models)
Retrieve similar terms for each item in the models array for all parts of speech and all contexts.
|
List<List<Term>> |
getSimilarTermsBulk(PosType posType,
Model... models)
Retrieve similar terms for each item in the model's array including all contexts.
|
List<List<Term>> |
getSimilarTermsBulk(PosType posType,
String jsonModel)
Retrieve similar terms for each item in the model's array for all contexts.
|
List<List<Term>> |
getSimilarTermsBulk(String jsonModel)
Retrieve similar terms for each item in the model's array for all parts of speech and all contexts.
|
Fingerprint |
resolve(Double sparsity,
Model model)
Resolves an expression.
|
Fingerprint |
resolve(Double sparsity,
String jsonModel)
Resolves an expression.
|
Fingerprint |
resolve(Model model)
Resolves an expression.
|
Fingerprint |
resolve(String jsonModel)
Resolves an expression.
|
List<Fingerprint> |
resolveBulk(Double sparsity,
Model... models)
Resolves a bulk expression call.
|
List<Fingerprint> |
resolveBulk(Double sparsity,
String jsonModel)
Resolves a bulk expression.
|
List<Fingerprint> |
resolveBulk(Model... models)
Resolves a bulk expression.
|
List<Fingerprint> |
resolveBulk(String jsonModel)
Resolves a bulk expression.
|
List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Pagination pagination, Boolean includeFingerprint, Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
contextId - : the id of the relevant context (or null if all contexts are to be used).posType - : a part of speech type.pagination - : a response's items pagination mechanism configuration.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.models - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Boolean includeFingerprint, Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
contextId - : the id of the relevant context (or null if all contexts are to be used).posType - : a part of speech type.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.models - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTcontextId - : the id of the relevant context.posType - : a part of speech type.sparsity - : a value used for re-sparsifying the evaluated expression.models - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Boolean includeFingerprint, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.contextId - : the id of the relevant context.posType - : a part of speech type.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.models - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTcontextId - : the id of the relevant context.posType - : a part of speech type.models - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(PosType posType, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTposType - : a part of speech type.models - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTcontextId - : the id of the relevant context.models - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTmodels - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(PosType posType, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTposType - : a part of speech type.jsonModel - : model(s) for which a list of terms is generated in the json representation. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTcontextId - : the id of the relevant context.jsonModel - : model(s) for which a list of terms is generated in the json representation. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTjsonModel - : model(s) for which a list of terms is generated in the json representation. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Fingerprint> resolveBulk(Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
models - : model(s) for which the list of fingerprints is generated.sparsity - : a value used for re-sparsifying the evaluated expression.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Fingerprint> resolveBulk(Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_SPARSITY.models - : a model(s) for which the list of fingerprints is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Pagination pagination, Boolean includeFingerprint, Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Context for each of the input expressions in the bulk expression call. The returned
Response object will contain a list of lists of Contexts.pagination - : the response's items pagination mechanism configuration.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.models - : model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Boolean includeFingerprint, Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.models - : model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Double sparsity, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTsparsity - : a value used for re-sparsifying the evaluated expression.models - : model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Boolean includeFingerprint, Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
includeFingerprint - : true if a fingerprint field should be provided for each of the response items.models - : model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Model... models) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Context for each one of the input expressions in the bulk, so the returned
Response object will contain a list of lists of Contexts.
DefaultValues.DEF_VALUE_SPARSITY.
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTmodels - : the model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.Fingerprint resolve(Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
sparsity - : a value used for re-sparsifying the evaluated expression.model - : a model for which a fingerprint is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.Fingerprint resolve(Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_SPARSITY.model - : a model for which a fingerprint is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Pagination pagination, Boolean includeFingerprint, Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
pagination - : the response item's pagination mechanism configuration.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.model - : a model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Boolean includeFingerprint, Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.model - : a model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTsparsity - : a value used for re-sparsifying the evaluated expression.model - : a model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Boolean includeFingerprint, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_SPARSITYincludeFingerprint - : true if a fingerprint field should be provided for each of the response items.model - : a model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYsparsity - : a value used for re-sparsifying the evaluated expression.model - : a model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Pagination pagination, Boolean includeFingerprint, Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
contextId - : the id of the relevant context.posType - : a part of speech type.pagination - : a response's items pagination mechanism configuration.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.model - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Boolean includeFingerprint, Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
contextId - : the id of the relevant context.posType - : a part of speech type.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.model - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Double sparsity, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTcontextId - : the id of the relevant context.posType - : a part of speech type.sparsity - : a value used for re-sparsifying the evaluated expression.model - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Boolean includeFingerprint, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITYcontextId - : the id of the relevant context.posType - : a part of speech type.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.model - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYcontextId - : the id of the relevant context.posType - : a part of speech type.model - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(PosType posType, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYposType - : a part of speech type.model - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYcontextId - : the id of the relevant context.model - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Model model) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYmodel - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(PosType posType, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYposType - : a part of speech type.jsonModel - : a model for which a list of terms is generated in the json representation.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYcontextId - : a context idjsonModel - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYjsonModel - : a model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Pagination pagination, Boolean includeFingerprint, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
contextId - : a context idposType - : a part of speech type.pagination - : a response's items pagination mechanism configuration.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Boolean includeFingerprint, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
contextId - : a context idposType - : a part of speech type.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTcontextId - : a context idposType - : a part of speech type.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, Boolean includeFingerprint, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITY.contextId - : a context idposType - : a part of speech type.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.jsonModel - : a json model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Term>> getSimilarTermsBulk(Integer contextId, PosType posType, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITY.contextId - : a context idposType - : a part of speech type.jsonModel - : json model(s) for which a list of terms is generated. (for each model a list of Term is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Fingerprint> resolveBulk(Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
jsonModel - : json model(s) for which the list of fingerprints is generated.sparsity - : the value used for re-sparsifying the evaluated expression.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Fingerprint> resolveBulk(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_SPARSITY.jsonModel - : json model(s) for which the list of fingerprints is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Pagination pagination, Boolean includeFingerprint, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Context for each one of the input expressions in the bulk, so the returned
Response object will contain a list of lists of Contexts.pagination - : a response's items pagination mechanism configuration.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Boolean includeFingerprint, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTsparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(Boolean includeFingerprint, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_SPARSITY
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
includeFingerprint - : true if a fingerprint field should be provided for each of the response items.jsonModel - : json model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<List<Context>> getContextsBulk(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
Context for each one of the input expressions in the bulk. The returned
Response object will contain a list of lists of Contexts.
DefaultValues.DEF_VALUE_SPARSITY
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTjsonModel - : json model(s) for which a list of contexts is generated. (for each model a list of Context is generated.)com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.Fingerprint resolve(Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model for which a fingerprint is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.Fingerprint resolve(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_SPARSITY.jsonModel - : json model for which a fingerprint is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Pagination pagination, Boolean includeFingerprint, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
pagination - : a response's items pagination mechanism configuration.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Boolean includeFingerprint, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTsparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : a json model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(Boolean includeFingerprint, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_SPARSITYincludeFingerprint - : true if a fingerprint field should be provided for each of the response items.jsonModel - : json model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Context> getContexts(String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_CONTEXTS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYsparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model for which a list of contexts is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Pagination pagination, Boolean includeFingerprint, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
contextId - : a context idposType - : a part of speech typepagination - : a response's items pagination mechanism configuration.includeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Boolean includeFingerprint, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
contextId - : a context idposType - : a part of speech typeincludeFingerprint - : true if a fingerprint field should be provided for each of the response items.sparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Double sparsity, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINTcontextId - : a context idposType - : a part of speech typesparsity - : a value used for re-sparsifying the evaluated expression.jsonModel - : json model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, Boolean includeFingerprint, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_SPARSITYcontextId - : a context idposType - : a part of speech typeincludeFingerprint - : true if a fingerprint field should be provided for each of the response items.jsonModel - : json model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.List<Term> getSimilarTerms(Integer contextId, PosType posType, String jsonModel) throws com.fasterxml.jackson.core.JsonProcessingException, ApiException
DefaultValues.DEF_VALUE_START_INDEX
DefaultValues.DEF_VALUE_MAX_ITEMS_COUNT
DefaultValues.DEF_VALUE_PROVIDE_FINGERPRINT
DefaultValues.DEF_VALUE_SPARSITYcontextId - : a context idposType - : a part of speech typejsonModel - : json model for which a list of terms is generated.com.fasterxml.jackson.core.JsonProcessingException - if it is impossible to generate the request using the model(s).ApiException - : if there are server or connection issues.Copyright © 2015. All rights reserved.