Go to the source code of this file.
Namespaces | |
namespace | julius_ros::utils |
Functions | |
def | julius_ros::utils.is_hiragana |
def | julius_ros::utils.load_grammar |
def | julius_ros::utils.make_dfa |
def | julius_ros::utils.make_grammar_from_rules |
def | julius_ros::utils.make_phonemes_from_words |
def | julius_ros::utils.make_voca_from_categories |
def | julius_ros::utils.readlines_with_utf8 |
Variables | |
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(["うどん", "そば"]) |