anhourandaquarter / carmina

CSE 583 Final Project
0 stars 0 forks source link

Functions in parser.py #16

Open anhourandaquarter opened 2 days ago

anhourandaquarter commented 2 days ago

parser.py is the module that contains our functions for reading in and normalizing textual input from .txt or .xml files. There are three functions that we are working on:

parse_txt

Takes in a .txt file, reads using base Python with open(...) syntax, and

parse_xml

normalize_line

anhourandaquarter commented 2 days ago

We will be working on the 16-parser branch.