in filtering/deduplication/dedup_oscar.py [0:0]
def find_whitespace(text): for i, c in enumerate(text): if c in string.whitespace: yield i