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