Skip to content

Commit

Permalink
Merge branch '1.11' of github.com:sophiefy/open_jtalk into 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Jul 30, 2024
2 parents de90d81 + 0809fe0 commit 7d1c745
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/njd_set_pronunciation/njd_set_pronunciation.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ void njd_set_pronunciation(NJD * njd)
NJDNode_set_read(node, NJD_SET_PRONUNCIATION_TOUTEN);
NJDNode_set_pron(node, NJD_SET_PRONUNCIATION_TOUTEN);
NJDNode_set_pos(node, NJD_SET_PRONUNCIATION_KIGOU);
NJDNode_set_pos_group1(node, NJD_SET_PRONUNCIATION_TOUTEN_POS_GROUP1);
NJDNode_set_pos_group2(node, "*");
NJDNode_set_pos_group3(node, "*");
NJDNode_set_ctype(node, "*");
NJDNode_set_cform(node, "*");
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ static const char *njd_set_pronunciation_symbol_list[] = {
#define NJD_SET_PRONUNCIATION_MASU_PRON "\xa5\xde\xa5\xb9"

#define NJD_SET_PRONUNCIATION_TOUTEN "\xa1\xa2"
#define NJD_SET_PRONUNCIATION_TOUTEN_POS_GROUP1 "\xc6\xc9\xc5\xc0"

NJD_SET_PRONUNCIATION_RULE_H_END;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ static const char *njd_set_pronunciation_symbol_list[] = {
#define NJD_SET_PRONUNCIATION_MASU_PRON "\x83\x7d\x83\x58"

#define NJD_SET_PRONUNCIATION_TOUTEN "\x81\x41"
#define NJD_SET_PRONUNCIATION_TOUTEN_POS_GROUP1 "\x93\xc7\x93\x5f"

NJD_SET_PRONUNCIATION_RULE_H_END;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ static const char *njd_set_pronunciation_symbol_list[] = {
#define NJD_SET_PRONUNCIATION_MASU_PRON "\xe3\x83\x9e\xe3\x82\xb9"

#define NJD_SET_PRONUNCIATION_TOUTEN "\xe3\x80\x81"
#define NJD_SET_PRONUNCIATION_TOUTEN_POS_GROUP1 "\xe8\xaa\xad\xe7\x82\xb9"

NJD_SET_PRONUNCIATION_RULE_H_END;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ static const char *njd_set_pronunciation_symbol_list[] = {
#define NJD_SET_PRONUNCIATION_MASU_PRON "マス"

#define NJD_SET_PRONUNCIATION_TOUTEN "、"
#define NJD_SET_PRONUNCIATION_TOUTEN_POS_GROUP1 "読点"

NJD_SET_PRONUNCIATION_RULE_H_END;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ static const char *njd_set_pronunciation_symbol_list[] = {
#define NJD_SET_PRONUNCIATION_MASU_PRON "マス"

#define NJD_SET_PRONUNCIATION_TOUTEN "、"
#define NJD_SET_PRONUNCIATION_TOUTEN_POS_GROUP1 "読点"

NJD_SET_PRONUNCIATION_RULE_H_END;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ static const char *njd_set_pronunciation_symbol_list[] = {
#define NJD_SET_PRONUNCIATION_MASU_PRON "マス"

#define NJD_SET_PRONUNCIATION_TOUTEN "、"
#define NJD_SET_PRONUNCIATION_TOUTEN_POS_GROUP1 "読点"

NJD_SET_PRONUNCIATION_RULE_H_END;

Expand Down

0 comments on commit 7d1c745

Please sign in to comment.