Lexical Tools

Check Each New SD-Rule

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 15 new SD-Rules
    • shell>cd ${SUFFIXD_DIR}/bin
    • shell>GetSdRule ${YEAR}
      5
      2014 <= use the SD-Rules from previous year
      $|adj|ally$|adv <= 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

  • Following 15 new SD-Rules are added for 2015 release.
    SD-Rulestatussourcerelation
    $|adj|ally$|adv2015ORG_FACTPARENT
    $|noun|ize$|verb2015EXP_SUGSELF
    al$|adj|us$|noun2015EXP_SUGSELF
    c$|adj|s$|noun2015ORG_FACTPARENT
    ce$|noun|t$|adj2015NOM_DPARENT
    cy$|noun|t$|adj2015NOM_DPARENT
    e$|verb|ing$|noun2015EXP_SUGSELF
    e$|verb|ion$|noun2015NOM_DPARENT
    es$|noun|ic$|adj2015EXP_SUGSELF
    es$|noun|ic$|noun2015EXP_SUGSELF
    ility$|noun|le$|adj2015NOM_DPARENT
    sation$|noun|ze$|verb2015NOM_DSELF
    se$|verb|zation$|noun2015NOM_DSELF
    ian$|adj|ia$|noun2015EXP_SUGCHILD
    ian$|noun|ia$|noun2015EXP_SUGCHILD
    • Source: 5 suggested, 6 nomD, 2 orgD
    • Relation: 6 parent-rules, 7 self-rules, 2 duplicated

  • Two suggested rules are duplicates of existing SD-Rules:
    • ian$|adj|ia$|noun|2013|ORG_RULE|CHILD
    • ian$|noun|ia$|noun|2013|ORG_RULE|CHILD

  • Also update relationships to CHILD on associated existing SD-Rules
    • ate$|verb|ation$|noun|2013|ORG_RULE|CHILD
    • se$|verb|sion$|noun|2013|ORG_RULE|CHILD
    • ability$|noun|able$|adj|2013|ORG_RULE|CHILD
    • ance$|noun|ant$|adj|2013|ORG_RULE|CHILD
    • ence$|noun|ent$|adj|2013|ORG_RULE|CHILD
    • ency$|noun|ent$|adj|2013|ORG_RULE|CHILD

    • ic$|adj|ically$|adv|2013|ORG_FACT|CHILD
    • ic$|adj|is$|noun|2013|ORG_FACT|CHILD

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