Skip to content

Commit 6e9eecf

Browse files
committed
update data files
1 parent 58a9ebd commit 6e9eecf

11 files changed

Lines changed: 13 additions & 5 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
.idea
22
__pycache__
33
.ipynb_checkpoints
4+
.py[cod]
45
/build/
56
/dist/
67
/MANIFEST.in
78
/*.py
89
*.swp
910
*.egg-info
10-
/OpenHowNet/HowNet_dict*
1111
.DS_Store
12+
/OpenHowNet/HowNet_dict_complete
1213
/output.md
14+

OpenHowNet/HowNet_dict

5.86 MB
Binary file not shown.
47.7 MB
Binary file not shown.
47.7 MB
Binary file not shown.
47.7 MB
Binary file not shown.
47.7 MB
Binary file not shown.
47.7 MB
Binary file not shown.
29.2 MB
Binary file not shown.

OpenHowNet/merge.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
cat HowNet_dict_complete_split_* > HowNet_dict_complete
4+

OpenHowNet/split.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
split -b 50000000 -a 1 HowNet_dict_complete HowNet_dict_complete_split_

0 commit comments

Comments
 (0)