"巳":"已"
Browse files- data/ch01/out2/SWX0005_00001_00003.boxs +0 -0
- data/variants.json +0 -0
- exinfo.py +1 -1
data/ch01/out2/SWX0005_00001_00003.boxs
CHANGED
|
Binary files a/data/ch01/out2/SWX0005_00001_00003.boxs and b/data/ch01/out2/SWX0005_00001_00003.boxs differ
|
|
|
data/variants.json
CHANGED
|
Binary files a/data/variants.json and b/data/variants.json differ
|
|
|
exinfo.py
CHANGED
|
@@ -44,7 +44,7 @@ if __name__ == '__main__':
|
|
| 44 |
new_space = False
|
| 45 |
lines = []
|
| 46 |
line = []
|
| 47 |
-
signs = ['。', ':', ',', '?']
|
| 48 |
for j, pt in enumerate(boxs):
|
| 49 |
sign_count = 0
|
| 50 |
stem = Path(pt).stem
|
|
|
|
| 44 |
new_space = False
|
| 45 |
lines = []
|
| 46 |
line = []
|
| 47 |
+
signs = ['。', ':', ',', '?', '、', '!']
|
| 48 |
for j, pt in enumerate(boxs):
|
| 49 |
sign_count = 0
|
| 50 |
stem = Path(pt).stem
|