Text Categorization

MLT Options (-x:STR)

  • Description:
    This option is used to specify the configuration file for MLT. STR is the absolute or relative path of the specified configuration file.

  • Examples:
      > mlt -i:in.data -o:out.data -t:TI -x:tc.config
      
      Use configuration file, tc.config, to retrieve titles from input file (in.data) and send results to output file (out.data). Each line in the output file is the Title and Abstracts (separated by a space) from a MEDLINE citation in the same order as input file. The output should look like:
      TI1
      TI2
      ...