Functions | |
def | is_hiragana (s) |
def | load_grammar (path, name) |
def | make_dfa (grammar, voca) |
def | make_grammar_from_rules (rules) |
def | make_phonemes_from_words (words) |
def | make_voca_from_categories (cats, vocas) |
def | readlines_with_utf8 (path) |
Variables | |
_REGEX_HIRAGANA = re.compile(r'^(?:\xE3\x81[\x81-\xBF]|\xE3\x82[\x80-\x93])+$') | |
result = make_phonemes_from_words(["うどん", "そば"]) | |
def julius_ros.utils.make_voca_from_categories | ( | cats, | |
vocas | |||
) |
|
private |
julius_ros.utils.result = make_phonemes_from_words(["うどん", "そば"]) |