Skip to content

Commit

Permalink
修正nǚ的韵母
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Apr 3, 2016
1 parent d6c0d6d commit 68a50c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/hankcs/hanlp/dictionary/py/Pinyin.java
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ public enum Pinyin
nuo2(Shengmu.n, Yunmu.uo, 2, "nuó", "nuo", Head.n, 'n'),
nuo3(Shengmu.n, Yunmu.uo, 3, "nuǒ", "nuo", Head.n, 'n'),
nuo4(Shengmu.n, Yunmu.uo, 4, "nuò", "nuo", Head.n, 'n'),
nv3(Shengmu.n, Yunmu.u, 3, "nǚ", "nv", Head.n, 'n'),
nv3(Shengmu.n, Yunmu.v, 3, "nǚ", "nv", Head.n, 'n'),
nv4(Shengmu.n, Yunmu.v, 4, "nǜ", "nv", Head.n, 'n'),
nve4(Shengmu.n, Yunmu.ue, 4, "nüè", "nve", Head.n, 'n'),
o1(Shengmu.none, Yunmu.o, 1, "ō", "o", Head.o, 'o'),
Expand Down

0 comments on commit 68a50c9

Please sign in to comment.