Text Analysis with Python, Part 1
Date:
Wednesday March 19, 2025 4PM - 5PM
Wednesday March 19, 2025 4PM - 5PM
Location:
Group Spot B
Group Spot B
Details:
This workshop is an introduction to Natural Language Processing (NLP) with Python. Attendees will learn to use the Natural Language Tool Kit (NLTK) Python code library to analyze texts. Topics covered will include the fundamentals of the NLP pipeline, such as tokenization, stemming, and lemmatization; named entity recognition (NER); and word frequency analysis. We will learn how to prepare a text for Python analysis, how to open text files with Python, how to install the NLTK library, how to use NLTK for text analysis, and how to read and save the results.