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 (-s)

  • Description:
    This option is used to sort the results (input before tokenizing) by PMID

  • Examples:
      > mlt -i:in.data -o:out.data -t:TI -pmid -s
      
      Retrieve PMID and titles from input file (in.data), sorted the result by PMID, and send results to output file (out.data). The output file should look like:
      PMID1|TI1 
      PMID2|TI2
      ...
      

      Please notes that PMID is sorted by alphabetical order