Lexical Tools

Update/Check New SD-Rule Set

I. Description

The SD_Set from the previous section are checked again as a complete SD-Rule set. This SD-Rule set is copied and saved as sdRules.data.${YEAR} under ${SUFFIXD_DIR}/bin

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}
      4
      others
      sdRules.data.${YEAR}
  • Make sure the total number of SD-Rules are right
  • Make sure the total number of parent SD-Rules are right
  • Make sure the total number of child SD-Rules are right
  • Make sure no duplicated SD-Rules

III. Results

  • Check ${SUFFIXD_DIR}/bin/*.rpt and go through details for checking the number of child rules.
  • sdRules.data.2015.relation.children.only.rpt

    Parents SD-Rules (14)Child SD-Rules (19)
    $|adj|ally$|adv|2015|ORG_FACT|PARENTic$|adj|ically$|adv|2013|ORG_FACT|CHILD
    $|adj|ity$|noun|2013|ORG_RULE|PARENTic$|adj|icity$|noun|2013|ORG_RULE|CHILD
    $|noun|al$|adj|2013|ORG_RULE|PARENTic$|noun|ical$|adj|2013|ORG_RULE|CHILD
    $|verb|ion$|noun|2013|NOM_D|PARENTss$|verb|ssion$|noun|2013|ORG_RULE|CHILD
    a$|noun|an$|adj|2013|ORG_RULE|PARENTia$|noun|ian$|adj|2013|ORG_RULE|CHILD
    a$|noun|an$|noun|2013|ORG_RULE|PARENTia$|noun|ian$|noun|2013|ORG_RULE|CHILD
    a$|noun|ar$|adj|2013|ORG_RULE|PARENTula$|noun|ular$|adj|2013|ORG_RULE|CHILD
    ation$|noun|e$|verb|2013|ORG_RULE|PARENTization$|noun|ize$|verb|2013|ORG_RULE|CHILD
    c$|adj|s$|noun|2015|ORG_FACT|PARENTic$|adj|is$|noun|2013|ORG_FACT|CHILD
    ce$|noun|t$|adj|2015|NOM_D|PARENTance$|noun|ant$|adj|2013|ORG_RULE|CHILD iance$|noun|iant$|adj|2013|ORG_RULE|CHILD
    ence$|noun|ent$|adj|2013|ORG_RULE|CHILD
    cy$|noun|t$|adj|2015|NOM_D|PARENTency$|noun|ent$|adj|2013|ORG_RULE|CHILD iency$|noun|ient$|adj|2013|ORG_RULE|CHILD
    e$|verb|ion$|noun|2015|NOM_D|PARENTate$|verb|ation$|noun|2013|ORG_RULE|CHILD
    se$|verb|sion$|noun|2013|ORG_RULE|CHILD
    ility$|noun|le$|adj|2015|NOM_D|PARENTability$|noun|able$|adj|2013|ORG_RULE|CHILD
    sis$|noun|tic$|adj|2013|ORG_RULE|PARENTesis$|noun|etic$|adj|2013|ORG_RULE|CHILD
    osis$|noun|otic$|adj|2013|ORG_RULE|CHILD

    Please note that if a SD-Rule is a parent and child SD-Rule at the same time, it is marked as child SD-Rule.

  • Use this new updated SD-Rules 2015 to generate suffixD pairs and tag (yes|no) by linguists by following suffixD generation processes and as baseline for further processes of SD-Rule set optimization.