Skip to content

Commit

Permalink
added BaseTweetTokenizer to init
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra DeLucia committed Dec 18, 2021
1 parent 7f86c25 commit 3bbf2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion littlebird/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .constants import CONTRACTIONS
from .tweet_utils import TweetReader
from .tweet_utils import TweetWriter
from .tweet_tokenizer import TweetTokenizer, GloVeTweetTokenizer, BERTweetTokenizer
from .tweet_tokenizer import TweetTokenizer, GloVeTweetTokenizer, BERTweetTokenizer, BaseTweetTokenizer

0 comments on commit 3bbf2a3

Please sign in to comment.