Skip to content

Commit 300ea66

Browse files
author
Chris Brew
committed
ran black
1 parent ff39592 commit 300ea66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eyecite/utils.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import re
44
from lxml import etree
55

6+
67
def strip_punct(text: str) -> str:
78
"""Strips punctuation from a given string
89
Adapted from nltk Penn Treebank tokenizer

0 commit comments

Comments
 (0)