Lexical Tools

Check New SD-Rules (2017)

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 11 suggested SD-Rules
    • shell>cd ${SUFFIXD_DIR}/bin
    • shell>GetSdRule ${YEAR}
      5
      2016 <= 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

  • One out of 11 suggested rules is a duplicate of existing SD-Rules:
    • ous$|adj|y$|noun|2017|NOM_D|Duplicated

  • Following 10 new SD-Rules are added for 2017 release.
    SD-Rulestatussourcerelation
    $|noun|fully$|adv2017ORG_FACTSELF
    $|noun|ish$|adj2017ORG_FACTSELF
    $|noun|tous$|adj2017ORG_FACTSELF
    $|noun|ty$|adj2017EXP_SUGSELF
    $|noun|y$|noun2017ORG_FACTPARENT
    e$|verb|tion$|noun2017NOM_DSELF
    er$|noun|ress$|noun2017EXP_SUGSELF
    sation$|noun|zed$|adj2017NOM_DSELF
    sed$|adj|zation$|noun2017NOM_DSELF
    sity$|noun|us$|adj2017NOM_DPARENT
    • Source: 2 suggested, 4 nomD, 4 orgD
    • Relationship: 8 SELF, 2 PARENT

  • Also update relationships to CHILD on associated existing SD-Rules
    • graph$|noun|graphy$|noun|2013|ORG_RULE|CHILD
    • osity$|noun|ous$|adj|2013|ORG_RULE|CHILD

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