We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8133e8 commit 856571fCopy full SHA for 856571f
README.md
@@ -7,7 +7,7 @@
7
- Support pretrained word embedding.([word2vec](https://github.com/mmihaltz/word2vec-GoogleNews-vectors))
8
9
## torchtext
10
-- This package can provide an elegant way to build vocabulary([yahoo](https://s3.amazonaws.com/fast-ai-nlp/yahoo_answers_csv.tgz)).
+- This package can provide an elegant way to build vocabulary([yahoo](https://torchtext.readthedocs.io/en/latest/index.html#)).
11
```
12
TEXT.build_vocab(dataset, vectors)
13
0 commit comments