mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
parent
fd2b0fc015
commit
7bbcffd848
@ -27,7 +27,6 @@ def _emoji_char_class():
|
|||||||
|
|
||||||
EMOJI_RANGE = _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():
|
def _non_punct_class():
|
||||||
try:
|
try:
|
||||||
with open('non_punct.txt') as file:
|
with open('non_punct.txt') as file:
|
||||||
|
Loading…
Reference in New Issue
Block a user