This is an automatically generated class, offering a functionally equivalent set of methods and queries as <class>iKnow.Queries.EntityAPI</class>, exposed as SqlProc methods.
See the classdocs for <class>iKnow.Queries.EntityAPI</class> for more information.
|
static |
This is an automatically generated class, offering a functionally equivalent set of methods and queries as <class>iKnow.Queries.EntityAPI</class>, exposed as SqlProc methods.
See the classdocs for <class>iKnow.Queries.EntityAPI</class> for more information.
Returns the total number of distinct entities for this domain, optionally filtered to a set of
sources satisfying the <class>iKnow.Filters.Filter</class> object supplied through filter. Depending on the value of includeZeroFrequency, entities not appearing in any source (but registered in the domain for other purposes) are included or excluded from the result.
Through the skipListIds parameter, a user can supply one or more lists of (to the user) insignificant terms that should be excluded from the result.
|
static |
Returns the total number of distinct entities for a given list of sources. The count returned either
represents the entities appearing in either (with setop $$$UNION) or all (with setop $$$INTERSECT) of the supplied sources. Using enttype, the returned count is filtered to just entities ($$$ENTTYPECONCEPT), relations ($$$ENTTYPERELATION). The default is unfiltered ($$$ENTTYPEANY).
To get the unique entities of a virtual source, only a single virtual source can be supplied using its negative ID value (otherwise, -1 is returned).
Through the skipListIds parameter, a user can supply one or more lists of (to the user) insignificant terms that should be excluded from the result.
|
static |
Returns the frequency of the entity corresponding to the supplied entUniId, occurring
in a concept role (if enttype = $$$ENTTYPECONCEPT), a relationship role (if enttype = $$$ENTTYPERELATION) or both (enttype = $$$ENTTYPEANY).
When specifying a Virtual Source ID, the frequency within the virtual source will be returned.
|
static |
Returns the entity ID corresponding to the specified entity value, if any.
When specifying a Virtual Source ID, it will treat the entity as a virtual one, in the context of that vSrcId.
|
static |
Returns the literal value for a particular Part ID, as it
occurred in the original text.
|
static |
Returns the total number of entity occurrences in a domain.
|
static |
Returns the total number of entity occurrences for the given list of sources. Use negative source
IDs to refer to virtual sources.
|
static |
Returns the number of related entities for a given list of entities.
See <method>GetRelated</method> for a description of the parameters.
|
static |
Returns the number of related entities for a given list of entity ids.
See <method>GetRelated</method> for a description of the parameters.
|
static |
Returns the spread of the entity corresponding to the supplied entUniId, occurring
in a concept role (if enttype = $$$ENTTYPECONCEPT), a relationship role (if enttype = $$$ENTTYPERELATION) or both (enttype = $$$ENTTYPEANY).
|
static |
Returns the stemmed form of the supplied string pString.
If pDomainId is non-null, any domain-level configuration settings will be used for the stemming operation.
|
static |
Returns the frequency of the stem corresponding to the supplied pStemUniId, occurring
in a concept role (if pEntType = $$$ENTTYPECONCEPT), a relationship role (if pEntType = $$$ENTTYPERELATION) or both (pEntType = $$$ENTTYPEANY).
When specifying a Virtual Source ID, the frequency within the virtual source will be returned.
|
static |
Returns the stem ID corresponding to the specified stem value, if any.
When specifying a Virtual Source ID, it will treat the stem as a virtual one, in the context of that vSrcId.
|
static |
Returns the spread of the stem corresponding to the supplied pStemUniId, occurring
in a concept role (if pEntType = $$$ENTTYPECONCEPT), a relationship role (if pEntType = $$$ENTTYPERELATION) or both (pEntType = $$$ENTTYPEANY).
|
static |
Returns the entity string value corresponding to the specified entity ID, if any.