Hellisotherpeople commited on
Commit
2e2ee82
1 Parent(s): ca91db2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,6 +1,12 @@
1
  # debate2vec
2
  Word-vectors created from a large corpus of competitive debate evidence, and data extraction / processing scripts
3
 
 
 
 
 
 
 
4
  # Download Link
5
  Github won't let me store large files in their repos.
6
  * [FastText Vectors Here](https://drive.google.com/file/d/1m-CwPcaIUun4qvg69Hx2gom9dMScuQwS/view?usp=sharing) (~260mb)
 
1
  # debate2vec
2
  Word-vectors created from a large corpus of competitive debate evidence, and data extraction / processing scripts
3
 
4
+ #usage
5
+ ```
6
+ import fasttext.util
7
+ ft = fasttext.load_model('debate2vec.bin')
8
+ ft.get_word_vector('dialectics')
9
+ ```
10
  # Download Link
11
  Github won't let me store large files in their repos.
12
  * [FastText Vectors Here](https://drive.google.com/file/d/1m-CwPcaIUun4qvg69Hx2gom9dMScuQwS/view?usp=sharing) (~260mb)