Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,8 @@ The dataset is released in several .csv files.
|
|
| 23 |
|
| 24 |
- `sentences.csv` This is the main file, containing only the generic and quantified sentences with some metadata, as described below.
|
| 25 |
|
|
|
|
|
|
|
| 26 |
| Column Name | Description |
|
| 27 |
|-------------|----------------------|
|
| 28 |
| `id` | Unique id of the sentence, `doc_id` + the cardinality of the sentence within that doc. |
|
|
|
|
| 23 |
|
| 24 |
- `sentences.csv` This is the main file, containing only the generic and quantified sentences with some metadata, as described below.
|
| 25 |
|
| 26 |
+
**Please note that to properly open this csv with `pandas` you need to specify the lineterminator: `mgen = pd.read_csv('data/mgen/sentences.csv', lineterminator='\n')`. Without this, the data will not open up properly!**
|
| 27 |
+
|
| 28 |
| Column Name | Description |
|
| 29 |
|-------------|----------------------|
|
| 30 |
| `id` | Unique id of the sentence, `doc_id` + the cardinality of the sentence within that doc. |
|