Text mining and analysis

Logo

7 July 2022, 9 am - 5 pm | room: 5B55a and Room 5B55b, University of Canberra

View the Project on GitHub fraba/2022-ANZCA-workshop-The-art-of-text-analysis

Note: I will keep updating this page until the day of the workshop…

Requirements for attendance

Suggested pre-readings

Additional readings on R and text analysis

Date and Location

Data

To download the data

Workshop notes

Natural language processing

The widespread approach (research and industry) is to divide our text (aka corpus) in documents. There is no one way to do it. But documents. Documents tell our models how to make sense of the relations among words (aka terms, ≈ tokens).

  1. Corpus V
  2. Documents V
  3. Terms

Research use

  1. Classify: Clustering “similar” documents together (measuring similarity)
  2. Discovery: Finding “similar” documents

Industry use

In addition to the above…

  1. Predict/Complete: Predict what is the next word/sentence
  2. Translate: Predict what’s the best sentence to translate a sentence between two languages

Common NPL approaches (Welbers et al., 2017)

  1. Counting (from a dictionary)
  2. Supervised machine learning
  3. Unsupervised machine learning

Common NLP techniques

  1. Bag-of-words
  2. Lemmatisation (replace words with their lemmas)
  3. Part-of-speech tagging
  4. Named entity recognition
  5. Word positions and syntax

Contact me

If you have any issue before or after the workshop: francesco.bailo@uts.edu.au.