This directory contains 14 workflows.
- Import data from: TripadvisorReviews-SanFranciscoRestaurants-ItalianChineseFood.table - Filter rows with missing titles - Convert strings to documents - […]
- Assign POS tags - View tagged documents URL: Slides KNIME Analytics Platform Text Mining Course https://www.knime.com/form/material-download-registration
- Read files that contain positive and negative words: MPQA-OpinionCorpus-PositiveList.csv MPQA-OpinionCorpus-NegativeList.csv - Assign positive and […]
- Filter numbers, punctuation marks, stop words. - Convert texts to lower case. - Perform stemming. - Keep only tokens tagged as nouns, verbs, and […]
- Create Bag of Words. - Filter terms that occur in less than 5 documents. URL: Slides KNIME Analytics Platform Text Mining Course […]
- Compute relative term frequency. - Create document vectors (bitvectors or numerical with TF values). - Extract class label / category. URL: Slides KNIME […]
- Append color information based on class labels. - Split data into training and test set. - Train Decision Tree classifier on training set. - Apply trained […]
-Create document vectors for the second set of documents. The feature space of the second set of documents has to be identical to the feature set of the […]
- Supervised learning: Build a sentiment predictor from scratch. - Supervised learning: Build a sentiment predictor with transfer learning. URL: Slides […]
Text Mining Course: Preprocessing, Transformation, and Classification Models (bonus solution) Unsupervised learning with a lexicon-driven sentiment […]