Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Upgrade sentence segmentation to spacy #1

Open
ck37 opened this issue Sep 18, 2019 · 0 comments
Open

Upgrade sentence segmentation to spacy #1

ck37 opened this issue Sep 18, 2019 · 0 comments

Comments

@ck37
Copy link
Member

ck37 commented Sep 18, 2019

I think it would be good to upgrade the sentence segmentation to use spacy:
https://spacy.io/usage/linguistic-features#sbd

nlp = spacy.load("en_core_web_sm")
doc = nlp(u"This is a sentence. This is another sentence.")
for sent in doc.sents:
    print(sent.text)
rmontellano2022 added a commit to rmontellano2022/computational-text-analysis-spring-2019 that referenced this issue Jun 25, 2021
Organized sections
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant