We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177c7fd commit 8f7ea40Copy full SHA for 8f7ea40
aclimatise/nlp.py
@@ -3,9 +3,7 @@
3
4
5
def prevent_sentence_boundary_detection(doc):
6
- print(doc)
7
for token in doc:
8
- # This will entirely disable spaCy's sentence detection
9
token.is_sent_start = False
10
return doc
11
0 commit comments