Skip to content

Releases: zaemyung/sentsplit

1.0.8

26 Feb 17:15
ffd42f1
Compare
Choose a tag to compare
  • Adopt PEP 585
  • Add test cases #2
  • Empty list for the last trailing new line #21

1.0.7

16 Nov 15:54
cce34e1
Compare
Choose a tag to compare
  • Add Streamlit demo #12
  • Handle empty lines #18

1.0.6

29 Oct 01:55
67b7eac
Compare
Choose a tag to compare
  • Add missing parameters to method: _check_and_add_sentence

1.0.5

29 Oct 01:02
d79ce35
Compare
Choose a tag to compare
  • Add missing regex to requirements.txt

1.0.4

29 Oct 00:33
bd5a655
Compare
Choose a tag to compare
  • Add heuristics to determine sentence split position when max_len is reached #14

1.0.3

05 Apr 12:50
90149e2
Compare
Choose a tag to compare
  • Add LICENSE
  • Adjust depunctuation and despacing routine #7
  • Update KO, JA, ZH models with version 1.0.3

1.0.2

27 Mar 23:52
4885db3
Compare
Choose a tag to compare
  • #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

26 Mar 18:31
aa6eec5
Compare
Choose a tag to compare
  • Add long description for PyPI page
  • Add MANIFEST.in file to include the missing default models

1.0.0

26 Mar 17:21
Compare
Choose a tag to compare
  • Initial release