import "SynAn.idl";
Public Member Functions | |
HRESULT | Type ([out, retval] int *pVal) |
HRESULT | WordNum ([out, retval] long *pVal) |
HRESULT | ActiveHomonymNum ([out, retval] long *pVal) |
HRESULT | ClauseNum ([out, retval] long *pVal) |
HRESULT | ActiveClauseTypeNum ([out, retval] long *pVal) |
HRESULT | Grammems ([out, retval] hyper *pVal) |
HRESULT | Gramcodes ([out, retval] BSTR *pVal) |
HRESULT | GrammemsStr ([out, retval] BSTR *pVal) |
HRESULT | SimplePrepsCount ([out, retval] long *pVal) |
HRESULT | SimplePrepId ([in] long ii,[out, retval] long *pVal) |
HRESULT | SimplePrepStr ([in]long ii,[out, retval] BSTR *pVal) |
|
an index of the clause root set, if this unit is a clause |
|
an index of the word's homonym set, if this unit is a word |
|
an index in ISentence::Clause if this unit is a clause |
|
morphological codes of the syntax unit |
|
a union of all grammems of the syntax unit |
|
a string representation of grammems |
|
an ID of a particular simple preposition |
|
The number of simple prepositions which can be interpretations of the unit, if it is a preposition. This slot is presented because Syntax can solve some cases of ambiguity in the preposition subordination |
|
a string representation of a particular simple preposition |
|
Is this unit a word or a clause (EClause or EWord)? |
|
an index of the word in the sentence coordinates, if this unit is a word |