Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra DeLucia committed Sep 1, 2020
1 parent 170128f commit 334fab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ for tweet in reader.read_tweets():

You can directly access the internal `tokenize` method with `tokenizer.tokenize(text)`.

Tokenize all the tweets from a file. Automatically gets the text from the the entire tweet.
If you do not need to skip over tweets and only need the text, then you can use the `tokenize_tweet_file()` method. This method gets the tokenized text from the entire tweet (retweet, quoted, and full text).

```python
from littlebird import TweetTokenizer
Expand Down

0 comments on commit 334fab5

Please sign in to comment.