We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff39592 commit 300ea66Copy full SHA for 300ea66
eyecite/utils.py
@@ -3,6 +3,7 @@
3
import re
4
from lxml import etree
5
6
+
7
def strip_punct(text: str) -> str:
8
"""Strips punctuation from a given string
9
Adapted from nltk Penn Treebank tokenizer
0 commit comments