Icon

05_​Named_​Entity_​Tag_​Cloud

Importing, preprocessing and visualizing textual data as Tag Cloud

The workflow starts with a list of documents, which have been downloaded from PubMed and parsed beforehand and saved as data table. The data is available in the workflow directory.

The documents are assigned to two categories and are split, based on the category assignments, into two sets. The first set consists of documents about human and aids, the second set consists of documents about mouse and cancer.

Part of speech tags as well as gene names are recognized and assigned by the corresponding tagger (POS tagger and Abner tagger), in order to assign a color based on a tag type later on.

After preprocessing by filtering and stemming. Bag of words are created and frequencies computed. Again filtering is applied based on the frequencies. Finally the remaining terms are visulaized in a Tag Cloud.

This workflow shows how to import textual data, preprocess documents by filtering and stemming, transform documents into a bag of words, and finally visualize them using a Tag Cloud.

Nodes

Extensions

Links