Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

Text Categorization

TC Package - Overnight Build Procedures

This page describes standard procedures for building Text Categorization tools package. No new set of training data or Database are involved in this procedure.

  • Procedures
    • shell> cd ${TC_DIR}
      Go to the top directory of TC
    • shell> ant build
  • Options
    • shell> ant clean
      delete classes
    • shell> ant cleanApi
      delete ./lib/tc${YEAR}api.jar
    • shell> ant cleanDist
      delete ./lib/tc${YEAR}dist.jar
    • shell> ant cleanLite
      delete ./lib/tc${YEAR}lite.tgz
    • shell> ant cleanInst
      delete install classes and jar files
    • shell> ant cleanEx
      delete examples classes and jar files

    • shell> ant
      compile, jar (default)
    • shell> ant dev
      cleanApi, compile, jar
    • shell> ant build
      cleanApi, compile, jar, javadoc
    • shell> ant release
      clean(||Api|Dist|Inst|Ex|),javadoc,install,examples,compile,api,dist,lite,clean,cleanInst,updateDoc

    • shell> ant install
      build install programs
    • shell> ant examples
      build examples programs
    • shell> ant javadoc
      build javadoc

    • shell> ant compile
      build classes
    • shell> ant api
      build ./lib/tc${YEAR}api.jar
    • shell> ant dist
      build ./lib/tc${YEAR}dist.jar
    • shell> ant lite
      build ./lib/tc${YEAR}lite.tgz