Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-sa-
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-sa-3.0
|
| 3 |
+
language:
|
| 4 |
+
- de
|
| 5 |
---
|
| 6 |
+
# German Fasttext Vectors
|
| 7 |
+
|
| 8 |
+
This repository contains the German word embeddings from fasttext.
|
| 9 |
+
|
| 10 |
+
## License and Attribution
|
| 11 |
+
|
| 12 |
+
The word vectors are distributed under the `Creative Commons Attribution-Share-Alike License 3.0`
|
| 13 |
+
|
| 14 |
+
## References
|
| 15 |
+
If you use these word vectors, please cite the following paper:
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
@inproceedings{grave2018learning,
|
| 19 |
+
title={Learning Word Vectors for 157 Languages},
|
| 20 |
+
author={Grave, Edouard and Bojanowski, Piotr and Gupta, Prakhar and Joulin, Armand and Mikolov, Tomas},
|
| 21 |
+
booktitle={Proceedings of the International Conference on Language Resources and Evaluation (LREC 2018)},
|
| 22 |
+
year={2018}
|
| 23 |
+
}
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
The original file can be found at https://fasttext.cc/docs/en/crawl-vectors.html
|