Lexical Tools

Check New SD-Rules (2016)

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 12 suggested SD-Rules
    • shell>cd ${SUFFIXD_DIR}/bin
    • shell>GetSdRule ${YEAR}
      5
      2015 <= use the SD-Rules from previous year
      suffix-1$|pos-1|suffix-2$|pos-2 <= input the new SD-rule
  • Not to 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 12 suggested rules is a duplicate of existing SD-Rules:
    • e$|verb|ing$|noun|2015|EXP_SUG|SELF

  • Following 11 new SD-Rules are added for 2016 release.
    SD-Rulestatussourcerelation
    $|adj|ism$|noun2016NOM_DSELF
    $|noun|age$|noun2016ORG_FACTSELF
    $|noun|ship$|noun2016ORG_FACTSELF
    al$|adj|ine$|noun2016EXP_SUGSELF
    ation$|noun|ed$|adj2016NOM_DSELF
    e$|adj|ion$|noun2016NOM_DSELF
    e$|noun|ic$|adj2016ORG_FACTSELF
    e$|verb|is$|noun2016NOM_DPARENT
    ic$|adj|esis$|noun2016EXP_SUGSELF
    on$|noun|ve$|adj2016ORG_FACTSELF
    sia$|noun|tic$|adj2016ORG_FACTSELF
    • Source: 2 suggested, 4 nomD, 5 orgD
    • Relation: 1 parent-rules, 10 self-rules, (1 duplicated)

  • Also update relationships to CHILD on associated existing SD-Rules
    • ose$|verb|osis$|noun|2013|ORG_RULE|CHILD

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