Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use stanza's sentence segmentation, add support for newer stanza versions and drop support for Python <3.8 #103

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

phucdev
Copy link

@phucdev phucdev commented Aug 15, 2024

I have integrated most of the changes from #100, #101 and #102.
The changes:

  • add support for newer stanza versions (up to <2.0.0)
  • drop support for older Python versions (3.6, 3.7)
  • update the CI actions

In addition, I used the information from stanza's sentence segmentation to set sent_starts when initializing the space Doc. Previously, the .sents property was never set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant