How to Extract PubMed Articles and Apply Mesh Terms

About Mesh Tagger

Install the Mesh Tagger

How to Add the Mesh Tagger Component to a Pipeline

  1. To add the Mesh Tagger component to a pipeline in AutoClassifier, see How to Add Components to Pipelines.
  2. Select Mesh Tagger as your component when you are instructed to add your component in the section. 
  3. Click Add Component.
  4. The newly added component will appear in the pipeline components list

Mesh Tagger Pipeline Configuration

To configure your Mesh Tagger component, select it from the components list and complete the following fields in the Configuration section:

  1. Api Endpoint: Specify the API endpoint. This is public.
  2. PubMed Article Url Format: Enter a template you can use for the URL. You can also use this format to access the document in PubMed.
  3. Input Property: Enter the name of the metadata to be used for processing. For example, "body".
  4. Max Character Length: Enter the maximum number of characters used as text for the API request. For example, 5000. Note that the Mesh API is slower for a larger number of characters. Upland BA Insight recommends that this number does not exceed 5000. The maximum value allowed by the API is 10000
  5. Send raw response as metadata: Enable this field to output from Python API in JSON format. 
  6. Click Save.

Output Properties

Property Type Description
PubMedSimilarArticles Text – Multi

Includes - from PubMed- multiple:

  • Article IDs
  • URLs
  • Article Titles
PubMedMeshTerms Text – Multi Example: 'Human', 'Glucose tolerance test', 'Weight Loss'