bskinn / pent

pent Extracts Numerical Text -- Mini-language driven parser for structured numerical data in text
MIT License
20 stars 3 forks source link

Refactor 'float' and 'general' regexes in patterns.py to eliminate the extra layer of alternation #67

Open bskinn opened 5 years ago

bskinn commented 5 years ago

May improve performance for some of the more complex patterns, with Parser nesting beyond some certain level?