Skip to content

Commit

Permalink
fixed #32, phrases dict error
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Jan 21, 2015
1 parent c27856f commit deacaca
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/phrases-dict.js
Original file line number Diff line number Diff line change
Expand Up @@ -7193,7 +7193,7 @@ module.exports = {
"节理": [["jié"], ["lǐ"]],
"节礼": [["jié"], ["lǐ"]],
"节流": [["jié"], ["liú"]],
"节烈": [["jiéliè"]],
"节烈": [["jié"], ["liè"]],
"节令": [["jié"], ["lìng"]],
"节录": [["jié"], ["lù"]],
"节律": [["jié"], ["lǜ"]],
Expand Down Expand Up @@ -7514,7 +7514,7 @@ module.exports = {
"经过": [["jīng"], ["guò"]],
"经纪": [["jīng"], ["jì"]],
"经卷": [["jīng"], ["juàn"]],
"经济": [["jīngjì"]],
"经济": [["jīng"], ["jì"]],
"经络": [["jīng"], ["luò"]],
"经纶": [["jīng"], ["lún"]],
"经脉": [["jīng"], ["mài"]],
Expand Down Expand Up @@ -9455,7 +9455,7 @@ module.exports = {
"哪位": [["nǎ"], ["wèi"]],
"哪些": [["něi"], ["xiē"]],
"哪样": [["nǎ"], ["yàng"]],
"哪吒": [["Nézhā"]],
"哪吒": [["né"], ["zhā"]],
"内宾": [["nèi"], ["bīn"]],
"内部": [["nèi"], ["bù"]],
"内参": [["nèi"], ["cān"]],
Expand Down Expand Up @@ -10694,7 +10694,7 @@ module.exports = {
"强取": [["qiáng"], ["qǔ"]],
"强权": [["qiáng"], ["quán"]],
"强人": [["qiǎng"], ["rén"]],
"强韧": [["qiángrèn"]],
"强韧": [["qiáng"], ["rèn"]],
"强忍": [["qiáng"], ["rěn"]],
"强弱": [["qiáng"], ["ruò"]],
"强身": [["qiáng"], ["shēn"]],
Expand Down Expand Up @@ -12418,7 +12418,7 @@ module.exports = {
"说好": [["shuō"], ["hǎo"]],
"说和": [["shuō"], ["hé"]],
"说合": [["shuō"], ["hé"]],
"说话": [["shuōhuà"]],
"说话": [["shuō"], ["huà"]],
"说谎": [["shuō"], ["huǎng"]],
"说教": [["shuō"], ["jiào"]],
"说开": [["shuō"], ["kāi"]],
Expand Down Expand Up @@ -13139,7 +13139,7 @@ module.exports = {
"同乐": [["tóng"], ["lè"]],
"同类": [["tóng"], ["lèi"]],
"同量": [["tóng"], ["liàng"]],
"同僚": [["tóngliáo"]],
"同僚": [["tóng"], ["liáo"]],
"同龄": [["tóng"], ["líng"]],
"同路": [["tóng"], ["lù"]],
"同门": [["tóng"], ["mén"]],
Expand Down Expand Up @@ -15887,7 +15887,7 @@ module.exports = {
"远扬": [["yuǎn"], ["yáng"]],
"远洋": [["yuǎn"], ["yáng"]],
"远因": [["yuǎn"], ["yīn"]],
"怨毒": [["yuàndú"]],
"怨毒": [["yuàn"], ["dú"]],
"怨女": [["yuàn"], ["nǚ"]],
"院长": [["yuàn"], ["cháng"]],
"院落": [["yuàn"], ["luò"]],
Expand Down Expand Up @@ -17049,7 +17049,7 @@ module.exports = {
"转租": [["zhuǎn"], ["zū"]],
"赚头": [["zhuàn"], ["tou"]],
"赚得": [["zuàn"], ["de"]],
"撰著": [["zhuànzhù"]],
"撰著": [["zhuàn"], ["zhe"]],
"篆体": [["zhuàn"], ["tǐ"]],
"庄家": [["zhuāng"], ["jiā"]],
"庄重": [["zhuāng"], ["zhòng"]],
Expand Down

0 comments on commit deacaca

Please sign in to comment.