File "/usr/local/lib/python2.7/dist-packages/ml/utils.py", line 94, in preprocess_string
text = personalinfo_cleaner(text, lang)
File "/usr/local/lib/python2.7/dist-packages/ml/utils.py", line 145, in personalinfo_cleaner
for grammar, match in combinator.resolve_matches(matches):
File "/usr/local/lib/python2.7/dist-packages/yargy/parser.py", line 209, in resolve_matches
matches = sorted(matches, key=lambda m: len(m[1]), reverse=True)
File "/usr/local/lib/python2.7/dist-packages/yargy/parser.py", line 204, in extract
for (rule, match) in self.parser.extract(text):
File "/usr/local/lib/python2.7/dist-packages/yargy/parser.py", line 166, in extract
for token in stream:
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 37, in next
return self.__next__()
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 139, in __next__
match = next(self.get_next_token())
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 113, in get_next_token
token = next(
self.stream)
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 37, in next
return self.__next__()
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 139, in __next__
match = next(self.get_next_token())
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 113, in get_next_token
token = next(
self.stream)
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 37, in next
return self.__next__()
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 139, in __next__
match = next(self.get_next_token())
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 113, in get_next_token
token = next(
self.stream)
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 37, in next
return self.__next__()
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 139, in __next__
match = next(self.get_next_token())
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 113, in get_next_token
token = next(
self.stream)
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 37, in next
return self.__next__()
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 139, in __next__
match = next(self.get_next_token())
File "/usr/local/lib/python2.7/dist-packages/yargy/pipeline.py", line 113, in get_next_token
token = next(
self.stream)
File "/usr/local/lib/python2.7/dist-packages/yargy/tokenizer.py", line 108, in transform
token = transform_method(value, position)
File "/usr/local/lib/python2.7/dist-packages/yargy/tokenizer.py", line 183, in transform_int_range
return Token(range(*values), position, [
OverflowError: Python int too large to convert to C long