def preprocess_hebrew(string): return he.preprocess(string)
def preprocess_roman(string): return he.preprocess(string)