NIHOPA / NLPre

Python library for Natural Language Preprocessing (NLPre)
190 stars 34 forks source link

DRY Parenthesis Nesting #26

Closed HarryBaker closed 7 years ago

HarryBaker commented 7 years ago

The class parenthesis_nester in identify_parenthetical_phrases.py is almost identical to the code block used in remove_parenthesis.py. The class could be imported and used in remove_parenthesis to reduce repetition.