Lexical Tools

Check New SD-Rules (2024)

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 16 suggested SD-Rules
    • shell>cd ${SUFFIXD_DIR}/bin
    • shell>GetSdRule ${YEAR}
      5
      2023 <= 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
    • PARENT: is a parent rule of an existing rule.
    • CHILD: is a child rule of an exsiting rule.
    • SELF: no existing parent or child rules found.
  • Also update relationship on the associated existing SD-Rules

III. Results

  • None of 16 suggested rules is a duplicate of existing SD-Rules:

  • 16 new SD-Rules are added for 2024 release.
    • Source: 1 suggested, 15 WordNet
    • Relationship: 16 SELF

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