File size: 256 Bytes
c044e77
 
 
 
 
 
2b9c768
c044e77
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
tags:
- feature-extraction
library_name: generic
---

# Pretrained FastText word vector for English

https://github.com/facebookresearch/fastText

Usage

```
import fasttext.util
ft = fasttext.load_model('cc.en.300.bin')
ft.get_word_vector('hello')
```