Lexical Tools

Check New SD-Rules (2021)

I. Description

All suggested new SD-rules need to be checked if they exist (duplicate) from the previous set of SD-Rules. Also, it needs to be identify with relationship (PARENT|CHILD|SELF)

II. Procedures

  • Directory: ${SUFFIXD_DIR}
  • Find the relationship of each new SD-Rule
    => Go through all 18 suggested SD-Rules
    • shell>cd ${SUFFIXD_DIR}/bin
    • shell>GetSdRule ${YEAR}
      5
      2020 <= use the SD-Rules from previous year
      suffix-1$|pos-1|suffix-2$|pos-2 <= input the new SD-rule
  • Do not add new SD-Rules if they are duplicated
  • Add relationship (PARENT|CHILD|SELF) to new SD-Rules
  • Also update relationship on the associated existing SD-Rules

III. Results

  • 3 out of 20 suggested rules are duplicate of existing SD-Rules:

  • 17 new SD-Rules are added for 2021 release.
    • Source: 3 suggested, 10 nomD, 4 orgD
    • Relationship: 16 SELF, 1 Parents

  • Also update relationships to CHILD on associated existing SD-Rules
    • None

  • Perform the final check and updates for this entire SD-Rule set (next step) by following the instruction.