Releases: zaemyung/sentsplit
Releases · zaemyung/sentsplit
1.0.8
- Adopt PEP 585
- Add test cases #2
- Empty list for the last trailing new line #21
1.0.7
- Add Streamlit demo #12
- Handle empty lines #18
1.0.6
- Add missing parameters to method:
_check_and_add_sentence
1.0.5
- Add missing
regex
to requirements.txt
1.0.4
- Add heuristics to determine sentence split position when max_len is reached #14
1.0.3
- Add LICENSE
- Adjust depunctuation and despacing routine #7
- Update KO, JA, ZH models with version 1.0.3
1.0.2
- #3 add multi cores processing
- Adjust mincut values
- #6 prevent segmentation if
period_followed_by_lowercase
- #5 do not segment if remaining length <=
mincut
- Update Korean model (27032021)
- Update ellipsis regex and add it to punctuations
1.0.1
- Add long description for PyPI page
- Add MANIFEST.in file to include the missing default models