Datasets:
StephanAkkerman
commited on
Commit
•
0cc2613
1
Parent(s):
e2d90d3
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,18 @@ task_categories:
|
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: English Words Imageability
|
8 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pretty_name: English Words Imageability
|
8 |
+
---
|
9 |
+
|
10 |
+
# English Words Imageability
|
11 |
+
This dataset is a collection of two datasets provided by [Marc A. Kastner](https://github.com/mkasu/imageabilitycorpus) on GitHub.
|
12 |
+
I merged the datasets and kept only the word, visual, phonetic, and textual columns.
|
13 |
+
The data is scaled using a MinMaxScaler so that the whole dataset can be used as one.
|
14 |
+
|
15 |
+
## Usage
|
16 |
+
This dataset is ideal for training and evaluating machine learning models for word imageability.
|
17 |
+
|
18 |
+
## Acknowledgments
|
19 |
+
We extend our heartfelt gratitude to all the authors of the original datasets.
|
20 |
+
|
21 |
+
## License
|
22 |
+
This dataset is made available under the MIT license.
|