Text Categorization

PreProcess: ST Groups

  • Description:

    This file defines ST and ST groups from stGroups.txt. Please notes that ST Group "GENE" and "CHEM" is combined as "GECH".

  • Input:
    • stGroups.txt (Semantic types list)
      ST Group Abbr.ST Group NameTUIST Name

  • Java File & Algorithm:
    • ModifyStGroups.java
      • Read ST Group Abbr, ST Group, TUI, and ST from stGroups.txt
      • Combine ST Group "GENE" and "CHEM" to "GECH"
      • Print out ST Group with "|" as field separator

  • Output File:
    stGroups.txt:
    ST Group Abbr.ST Group NameTUIST Name

  • Notes:

    None