This method extracts synonyms from the BioLexicon database.
This method uses three different queries:
doQryRel creates the identifier of relation: namely:SR_isSynomymOf
doQryCls selects distinct cluster identifier from STG_USER_SYNCLUSTER
doQrySyn selects synomyms from staging tables: USER_CLS_LM, relation between cluster and lemmas;
USER_LE_LM, relation between lexical entries and lemmas; STG_SENSE, senses
Query to executed in the following order:
doQryCls, to extract clusters
doQryRel to create the identifier
doQryRel to combune previous results