huggingface / huggingface/torchMoji
tweets.2016-09-01 dataset
- Dominant language
- Python
- Stars
- 920
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
```
""" Creates a vocabulary from a tsv file.
"""
import codecs
import example_helper
from torchmoji.create_vocab import VocabBuilder
from torchmoji.word_generator import TweetWordGenerator
with codecs.open('../../twitterdata/tweets.2016-09-01', 'rU', 'utf-8') as stream:
wg = TweetWordGenerator(stream)
vb = VocabBuilder(wg)
vb.count_all_words()
vb.save_vocab()
```
In this code, in oder to create a vocabulary, you had been used '`../../twitterdata/tweets.2016-09-01'`
dataset. But where I will find this dataset? Please let me know.
Please share this dataset with my mail rezwanh001@gmail.com, if it is possible.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the vocabulary-generation example shown in the issue and inspect the repository for references to `../../twitterdata/tweets.2016-09-01`. Check whether the dataset location or acquisition instructions are documented. Done means documenting where the dataset can be obtained, or clearly stating that it is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- data, machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100