| Package | Description |
|---|---|
| io.cortical.services |
| Modifier and Type | Method and Description |
|---|---|
static PosType |
PosType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PosType[] |
PosType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Boolean includeFingerprint,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Double sparsity,
Model model)
Get similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Double sparsity,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
Model model)
Get similar terms for the expression.
|
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> |
Expressions.getSimilarTerms(Integer contextId,
PosType posType,
String jsonModel)
Gets similar terms for the expression.
|
List<Term> |
Expressions.getSimilarTerms(PosType posType,
Model model)
Get similar terms for the expression (including all contexts).
|
List<Term> |
Expressions.getSimilarTerms(PosType posType,
String jsonModel)
Get similar terms for the expression (including all contexts).
|
List<Term> |
Terms.getSimilarTerms(String term,
Integer contextId,
PosType posType)
Retrieve all similar terms for the input.
|
List<Term> |
Terms.getSimilarTerms(String term,
Integer contextId,
PosType posType,
Boolean includeFingerprint)
Retrieve all similar terms for the input.
|
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,
Boolean includeFingerprint,
Double sparsity,
Model... models)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.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>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Boolean includeFingerprint,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Double sparsity,
Model... models)
Retrieve similar terms for each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
Double sparsity,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
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,
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<List<Term>> |
Expressions.getSimilarTermsBulk(Integer contextId,
PosType posType,
String jsonModel)
Retrieve similar terms for the each item in the model's array.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(PosType posType,
Model... models)
Retrieve similar terms for each item in the model's array including all contexts.
|
List<List<Term>> |
Expressions.getSimilarTermsBulk(PosType posType,
String jsonModel)
Retrieve similar terms for each item in the model's array for all contexts.
|
Copyright © 2015. All rights reserved.