import "SynAn.idl";
Public Member Functions | |
HRESULT | GroupsCount ([out, retval] long *pVal) |
HRESULT | Group ([in] long lGroupNum,[out, retval] IGroup **pVal) |
HRESULT | UnitsCount ([out, retval] long *pVal) |
HRESULT | Unit ([in]long lUnitNum,[out, retval] ISyntaxUnit **pVal) |
HRESULT | SubjectsCount ([out, retval] long *pVal) |
HRESULT | Subjects ([in] long SubjectNo,[out, retval] long *pVal) |
HRESULT | Predicate ([out, retval] long *pVal) |
HRESULT | ClauseRootNo ([out, retval] long *pVal) |
HRESULT | VariantWeight ([out, retval] int *pVal) |
|
ClauseRootNo returns an index to clause root set, which this clause variant contains ClauseRootNo can be -1, if there is no root found in this morphological variant |
|
returns a particular group by an index |
|
the number of all syntax groups in this variant |
|
an index of a predicate in this variant in clause coordinates |
|
an index of a possible subject in this variant in clause coordinates |
|
number of possible subjects |
|
returns a particular syntax unit by an index |
|
the number of all syntax units in this variant |
|
returns the weight of this variant, which is approximately the number of all words under all syntax groups |