mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-25 02:05:24 +00:00
parent
d48a44b4e3
commit
151078467a
@ -27,7 +27,6 @@ def _emoji_char_class():
|
||||
|
||||
EMOJI_RANGE = _emoji_char_class()
|
||||
|
||||
# FIXME: Find a better way to get a list of all non punctuation unicodes
|
||||
def _non_punct_class():
|
||||
try:
|
||||
with open('non_punct.txt') as file:
|
||||
|
Loading…
Reference in New Issue
Block a user