|
@ -15,7 +15,10 @@ punctuationPairs = [ |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
endingPunctuations = [ |
|
|
endingPunctuations = [ |
|
|
'。', '?', '!', '”', '’', '~', '……', '——', |
|
|
'。', '?', '!', |
|
|
|
|
|
'~', '”', '’', |
|
|
|
|
|
'……', '——', |
|
|
|
|
|
':', # special: letter beginning |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
defaultPath = os.path.join( |
|
|
defaultPath = os.path.join( |
|
|