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