asahi417 commited on
Commit
3cd7282
1 Parent(s): 41ff77b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ This is the official repository of TweetTopic (["Twitter Topic Classification
30
  Each instance of TweetTopic comes with a timestamp which distributes from September 2019 to August 2021.
31
  See [cardiffnlp/tweet_topic_single](https://huggingface.co/datasets/cardiffnlp/tweet_topic_single) for single label version of TweetTopic.
32
  The tweet collection used in TweetTopic is same as what used in [TweetNER7](https://huggingface.co/datasets/tner/tweetner7).
 
33
 
34
  ### Preprocessing
35
  We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
 
30
  Each instance of TweetTopic comes with a timestamp which distributes from September 2019 to August 2021.
31
  See [cardiffnlp/tweet_topic_single](https://huggingface.co/datasets/cardiffnlp/tweet_topic_single) for single label version of TweetTopic.
32
  The tweet collection used in TweetTopic is same as what used in [TweetNER7](https://huggingface.co/datasets/tner/tweetner7).
33
+ The dataset is integrated in [TweetNLP](https://tweetnlp.org/) too.
34
 
35
  ### Preprocessing
36
  We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.