bskinn / pent

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

Convert Token._get_number_pattern back to instance method #32

Closed bskinn closed 6 years ago

bskinn commented 6 years ago

Needs the info in self._pr; there's no reason to make it a @classmethod and then require a parameter from itself to be passed to the class method.