dkagramanyan commited on
Commit
13574be
1 Parent(s): e1ebe43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -4,6 +4,7 @@ datasets:
4
  pipeline_tag: feature-extraction
5
  language:
6
  - hy
 
7
  ---
8
 
9
  414M tokens
@@ -28,6 +29,14 @@ minimum number of words 150
28
 
29
  How to use
30
 
 
 
 
 
 
 
 
 
31
  ```
32
  import fasttext
33
 
 
4
  pipeline_tag: feature-extraction
5
  language:
6
  - hy
7
+ library_name: fasttext
8
  ---
9
 
10
  414M tokens
 
29
 
30
  How to use
31
 
32
+ 1) Install fastText
33
+
34
+ ```
35
+ pip install fasttext-wheel
36
+ ```
37
+
38
+ 2) Import fastText in python
39
+
40
  ```
41
  import fasttext
42