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

MLT Options (-i:STR)

  • Description:
    This option is used to specify the input file. The input file must be in MEDLINE citation format and this option must be used to run MLT. STR is the absolute or relative path of the input file.

  • Examples:
      > mlt -i:in.data -o:out.data -t:TIAB
      
      Retrieve titles and abstracts 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 AB1
      TI2 AB2
      ...