Skip to content

Commit 8f7ea40

Browse files
committed
Fix build
1 parent 177c7fd commit 8f7ea40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aclimatise/nlp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44

55
def prevent_sentence_boundary_detection(doc):
6-
print(doc)
76
for token in doc:
8-
# This will entirely disable spaCy's sentence detection
97
token.is_sent_start = False
108
return doc
119

0 commit comments

Comments
 (0)