Reducing a text file to an array of nothing but words
3
Removing a full stop from a line
4
Removing all the marks from a line
5
Cleaning all the lines in the data
6
Convert an array of strings into an array of words
7
Counting some interesting words and phrases
Description:
Learn how to read and manipulate text files in Julia through this 30-minute video lesson. Transform a text file into an array of words, remove punctuation marks, clean data lines, and convert string arrays into word arrays. Practice counting specific words and two-word phrases within the text. Access course materials on GitHub and join the full course on Julia Academy for a comprehensive introduction to Julia programming for beginners.
Read and Manipulate Text Files in Julia - Week 4 Lesson 2