I have a large text document containing biographical sketches for over 50,000 individuals (small sample attached). I want a Python script that goes through this document and identifies all the individuals. For a first iteration, the program can just put the biographical sketch for each person in a string. Once I validate the the script is capturing everyone, I'd like to parse the biographical string and initiate a "person" class with attributes depending upon what is in the string. ...