Skip to content

Commit

Permalink
修正範例註解
Browse files Browse the repository at this point in the history
  • Loading branch information
EclairCJ committed Feb 7, 2022
1 parent 339759f commit ea71729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArticutAPI/ArticutAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def getWikiDataLIST(self, parseResultDICT, indexWithPOS=True):
print("\n標記結果:")
pprint(resultDICT["result_pos"])

列出目前可使用的 Articut 版本選擇通常版本號愈大完成度愈高
#列出目前可使用的 Articut 版本選擇。通常版本號愈大,完成度愈高。
versions = articut.versions()
print("\n##Avaliable Versions:")
pprint(versions)
Expand Down

0 comments on commit ea71729

Please sign in to comment.