The SPECIALIST Lexicon

Content Cross Check - LexRecord

Description

Check duplicated LexRecord in the collections of LexRecords.
All LexRecords with same citation form and category could be potential duplicated record (excepted for those already notes in the dupRecExecptions.data). The dupRecExecptions.data is used for this program and must be updated annually.

Program

CrossCheckDupLexRecords.java

Actions

  • Find all LexRecords has same citation|category that are not in the duplicate LexRecord exception list
  • Print out warning message for these potential duplicated LexRecords
  • Print out the fixed LexRecords to ${OUT_FILE}
  • Print out potential duplicated LexRecords to ${OUT_FILE}.dupRec
  • No auto-fix action (required manually check/fix)
  • All items need to be addressed:
    • fix in the LexBuild (if they are duplicated)
    • add in to dupRecExecptions.data if they are exception (not duplicated)

    before further cross-checking