Python Path for Text Manipulation¶
Welcome to this path dedicated to the art of regular expressions and natural language analysis with Python. If you're interested in discovering how to harness the power of regular expressions and the re
library along with the capabilities of spaCy to explore, manipulate, and understand text in a sophisticated way, you're in the right place!
Structure of the series¶
- Introduction and Regular Expressions
- regex Module and Exercises with Regular Expressions
- Text Analysis Pipeline and spaCy Library