Lexical Tools

Check New SD-Rules (2020)

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
      2019 <= 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

  • 7 out of 18 suggested rules are duplicate of existing SD-Rules:
    • ity$|noun|ous$|adj|2020|NOM_D|Duplicated
    • sed$|adj|zation$|noun|2020|NOM_D|Duplicated
    • ic$|adj|y$|noun|2020|NOM_D|Duplicated
    • de$|verb|sion$|noun|2020|NOM_D|Duplicated
    • $|verb|ance$|noun|2020|NOM_D|Duplicated
    • es$|noun|ic$|adj|2020|ORG_D|Duplicated
    • e$|verb|ion$|noun|2020|ORG_D|Duplicated

  • Following 11 new SD-Rules are added for 2020 release.
    SD-Rulestatussourcerelation
    $|adj|s$|noun2020ORG_FACTSELF
    $|adj|oid$|adj2020EXP_SUGSELF
    $|noun|oid$|noun2020EXP_SUGSELF
    $|noun|ial$|adj2020ORG_FACTSELF
    $|verb|age$|noun2020ORG_FACTSELF
    ability$|noun|ible$|adj2020NOM_DSELF
    al$|noun|e$|verb2020NOM_DSELF
    ion$|noun|ory$|adj2020ORG_FACTSELF
    sable$|adj|zability$|noun2020NOM_DSELF
    sability$|noun|zable$|adj2020NOM_DSELF
    sis$|noun|ze$|verb2020NOM_DSELF
    • Source: 2 suggested, 5 nomD, 4 orgD
    • Relationship: 11 SELF

  • 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.