Ejemplo n.º 1
0
def preprocess_hebrew(string):
    return he.preprocess(string)
Ejemplo n.º 2
0
def preprocess_roman(string):
    return he.preprocess(string)