LexBuild

LexBuild - Exact Match

This feature provides all exact match terms using EUI or base form (inflectional variants of the record).

  • By EUI
    • Input: EUI
    • Java method: global.exactMatch.FindNotPendingMatchByEui( )
      • Get records from LEX_RECORD with specified EUI and lastAction is not pending (4)

  • By Term
    • Input: base form (or inflectional variant of the lexical record)
    • Java method: global.exactMatch.FindNotPendingMatchByInflVar( )
      • Get EUIs from INFL_VARS with specified term
      • Get records from LEX_RECORD for each EUI where lastActin is not pending(4)
    • Java method: global.exactMatch.FindExactMatchByInflVarTemp( )
      • Get EUIs from INFL_VARS_TEMP with specified term
      • Get records from LEX_RECORD_TEMP for each EUI

    The display is divided into two tables:

    • Matches from approved LEXICON (LEX_RECORD)
      • Not display pending records
      • Highlight records are deleted (link to restore option)
      • All other records are linked to modify and delete option
    • Matches from submitted records list (waiting for approval) (LEX_RECORD_TEMP)
      • Display all records and no further option is provided (use approval sub-menu for further options)