This project contains a Python script that reads a text file, splits the text into sentences, formats the sentences, and writes the formatted text to a new file.
Parser.py: The main script that performs the text parsing and formatting.
- Ensure you have Python installed on your system.
- Place the text file you want to parse in the same directory as
Parser.pyand name itinput.txt. - Run the
Parser.pyscript with Python:
python Parser.py