Hi,
I want to parse a paragraph into sentences -- ignoring abbreviations that include a period (e.g., Corp.) or periods (e.g., U.S.A.).
Two approaches have been suggested to me by @danilang -- both utilize Alteryx's Python tool (POTENTIAL SOLUTIONS). Option 1 utilizes the NLTK library to parse sentences; Option 2 utilizes Regex. There is only one small problem, I do NOT know Python (yet - Alteryx is my side hobby). My original question
I am open to either approach Python + NLTK OR Python + Regex (not a lookup table). Ultimately it would be useful to see how both perform as I suspect the results will not be the same.
I was able to successfully install the NLTK package... but from there I do not know how to tell Python to parse a particular field (vs for example a file) using NLTK or Regex and then output to Alteryx...
This example from the Community uses NLTK in its solution: Alteryx + NLTK example. but I do not know how to adapt it or the potential Regex solution.
Thank you

