Skip to content

Commit

Permalink
not sure
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra DeLucia committed Dec 18, 2021
1 parent fb685fd commit 7f86c25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion littlebird/tweet_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ class GloVeTweetTokenizer(BaseTweetTokenizer):
def __init__(self, include_retweeted_and_quoted_content: bool = False):
# Initialize base class
super().__init__(include_retweeted_and_quoted_content)

self.URL_RE = regex.compile(r"https?:\/\/\S+\b|www\.(\w+\.)+\S*")
self.HANDLE_RE = regex.compile(r"@\w+")
self.NUMBER_RE = regex.compile(r"[-+]?[.\d]*[\d]+[:,.\d]*")
Expand Down

0 comments on commit 7f86c25

Please sign in to comment.