Skip to content

Commit

Permalink
Update dict to bc5aa59 and bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalal committed Apr 30, 2021
1 parent eb83957 commit 662a8c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preprocess.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from opencc import OpenCC
import os

os.system('wget -nc https://raw.githubusercontent.com/rime/rime-cantonese/76fca361baa9fe0d4efadd07ba76b3c2d62b6d84/jyut6ping3.dict.yaml')
os.system('wget -nc https://raw.githubusercontent.com/rime/rime-cantonese/bc5aa59/jyut6ping3.dict.yaml')

def freq_str_to_float(s):
'''Convert frequency data in the dictionary file to float.
Expand Down
2 changes: 1 addition & 1 deletion src/ToJyutping/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.7'
__version__ = '0.2.0'

0 comments on commit 662a8c1

Please sign in to comment.