Commit
·
5eed17d
1
Parent(s):
65ddc04
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
| 2 |
tags:
|
| 3 |
- feature-extraction
|
| 4 |
library_name: fasttext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Fasttext example of feature extraction
|
|
|
|
| 2 |
tags:
|
| 3 |
- feature-extraction
|
| 4 |
library_name: fasttext
|
| 5 |
+
widget:
|
| 6 |
+
- text: "apple"
|
| 7 |
+
example_title: "apple"
|
| 8 |
+
- text: "cat"
|
| 9 |
+
example_title: "cat"
|
| 10 |
+
- text: "sunny"
|
| 11 |
+
example_title: "sunny"
|
| 12 |
+
- text: "water"
|
| 13 |
+
example_title: "water"
|
| 14 |
---
|
| 15 |
|
| 16 |
# Fasttext example of feature extraction
|