Exemple #1
0
def preprocess_hebrew(string):
    return he.preprocess(string)
Exemple #2
0
def preprocess_roman(string):
    return he.preprocess(string)