import "SynAn.idl";
Public Member Functions | |
HRESULT | FirstWord ([out, retval] long *pVal) |
HRESULT | LastWord ([out, retval] long *pVal) |
HRESULT | AntecedentWord ([out, retval] long *pVal) |
HRESULT | RelativeWord ([out, retval] long *pVal) |
HRESULT | VariantsCount ([out, retval] long *pVal) |
HRESULT | ClauseVariant ([in] long lVarNum,[out, retval] IClauseVariant **pVal) |
HRESULT | ClauseRootsCount ([out, retval] long *pVal) |
HRESULT | ClauseRoots ([in]long lNum,[out, retval] IClauseRoot **pVal) |
HRESULT | Description ([out, retval] BSTR *pVal) |
HRESULT | ConjsCount ([out, retval] long *pVal) |
HRESULT | ConjStr ([in]int iNum,[out, retval] BSTR *pVal) |
|
antecedent word if it is a relative sentence |
|
returns a clause root by an index |
|
the number of possible clause roots |
|
returns a morphological variant by an index |
|
the number of all clause conjunctions which start the clause |
|
returns a string representation of a clause conjunction by an index |
|
a string representaion of the main properties of the clause |
|
the first word of the clause in sentence coordination |
|
the last word of the clause in sentence coordination |
|
relative word if it is a relative sentence |
|
the number of morphological variants |