Update README.md
Browse files
README.md
CHANGED
@@ -34,9 +34,8 @@ Each row of the databse is a sentence and each column is a text's metadata.
|
|
34 |
### Data Fields
|
35 |
|
36 |
The data is structured as follow, which makes it possible to combine sentences into paragraphs, sections or whole texts.
|
37 |
-
features =
|
38 |
```
|
39 |
-
{
|
40 |
"Journal": str, #The name of the journal where the text was published
|
41 |
"Author": str, #Required to be able to generate texts by author.
|
42 |
"Year": str, #Will help form a sense of direction on a large scale.
|
|
|
34 |
### Data Fields
|
35 |
|
36 |
The data is structured as follow, which makes it possible to combine sentences into paragraphs, sections or whole texts.
|
|
|
37 |
```
|
38 |
+
features = {
|
39 |
"Journal": str, #The name of the journal where the text was published
|
40 |
"Author": str, #Required to be able to generate texts by author.
|
41 |
"Year": str, #Will help form a sense of direction on a large scale.
|