Skip to content

Commit

Permalink
修正詞的看型內底用字的看型
Browse files Browse the repository at this point in the history
  • Loading branch information
a8568730 committed Jul 6, 2018
1 parent a8ab937 commit 6bf0924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 臺灣言語工具/基本物件/詞.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def 看語句(self):
def 看型(self, 物件分字符號='', 物件分詞符號='', 物件分句符號=''):
字的型 = []
for 一字 in self.內底字:
字的型.append(一字.看語句(物件分字符號, 物件分詞符號, 物件分句符號))
字的型.append(一字.看型(物件分字符號, 物件分詞符號, 物件分句符號))
return 物件分字符號.join(字的型)

def 看音(self, 物件分字符號=分字符號, 物件分詞符號=分詞符號, 物件分句符號=分詞符號):
Expand Down

0 comments on commit 6bf0924

Please sign in to comment.