Functionality This function module derives the co-occurrence list of descriptors. Thesearch engine index> has tobe specified in the parameter ID_CORPUSID. The language (ID_LANGU) andthe SAP client (ID_MANDT) can also be specified. The descriptor is contained in the parameter ID_ENTRY, and its type inthe parameter ID_SPECTYPE. (Parameter ID_SPECTYPE has to benon-initial. If only one type of descriptor is used, a value of one isrecommended.) The co-occurrence list of the descriptor ID_ENTRY is exported in tableET_COOCCUR which contains the following fields:
- ENTRY
Co-occurring descriptor
- SPECTYPE
Type of co-occurring descriptor
- CORELAT
Number between zero and one. This is the quotient between the number ofdocuments in which both descriptors (ID_ENTRY and ENTRY) appear, andthe number of documents in which ID_ENTRY is used. The following exceptions can be issued by this function module:
- COOCURENCE_NOT_PRODUCED
Issued if the necessary data was not derived. In this case, compilationof the index will produce the required data.
- WRONG_CORPUS_ID
Issued if no index exists with the specified ID.
- BAD_SPECTERM
Issued if ID_ENTRY is not contained in the index lexicon or if it isnot flagged as a descriptor.
|