Text Categorization

MLT Options (-pmid)

  • Description:
    This option is used to preserve the PMID from MEDLINE in the first field (separated by "|").

  • Examples:
      > mlt -i:in.data -o:out.data -t:TIAB -pmid
      
      Retrieve PMID and both titles and abstracts from input file (in.data) and send results to output file (out.data). The output file should look like:
      PMID1|TI1 AB1
      PMID2|TI2 AB2
      ...