Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 "�}�X"

#define NJD_SET_PRONUNCIATION_TOUTEN "�A"
#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