diff --git a/run.py b/run.py index 6972f11..3bd1385 100644 --- a/run.py +++ b/run.py @@ -112,7 +112,6 @@ def clean_term(t): return term def find_part(l): - # regex = r'[A-Z][a-z]+\.*' # regex = r'\b[A-Z]\w+(?:[ -]+?[A-Z]\w+?){0,2}[,\s]+(?i:inc|holding)\b' regex = r'\b[A-Z]\w+(?:[ -]+?[A-Z]\w+?){0,2}[,\s]+(?i:inc|holding|corporation|corp|llc)\b' s = re.findall(regex, l)