Remove spacy-sentence-segmenter from Universe (#11932)

This commit is contained in:
Paul O'Leary McCann 2022-12-07 23:56:03 +09:00 committed by GitHub
parent 5c3a60e8f4
commit 73919336fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1023,25 +1023,6 @@
}, },
"category": ["pipeline"] "category": ["pipeline"]
}, },
{
"id": "spacy-sentence-segmenter",
"title": "Sentence Segmenter",
"slogan": "Custom sentence segmentation for spaCy",
"code_example": [
"from seg.newline.segmenter import NewLineSegmenter",
"import spacy",
"",
"nlseg = NewLineSegmenter()",
"nlp = spacy.load('en')",
"nlp.add_pipe(nlseg.set_sent_starts, name='sentence_segmenter', before='parser')",
"doc = nlp(my_doc_text)"
],
"author": "tc64",
"author_links": {
"github": "tc64"
},
"category": ["pipeline"]
},
{ {
"id": "spacy_cld", "id": "spacy_cld",
"title": "spaCy-CLD", "title": "spaCy-CLD",