Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,9 @@ 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 |
"Journal": str, #The name of the journal where the text was published
|
39 |
"Author": str, #Required to be able to generate texts by author.
|
40 |
"Year": str, #Will help form a sense of direction on a large scale.
|
@@ -44,7 +46,7 @@ features = {
|
|
44 |
"sent_rank": int, #no of sentence in the paragraph
|
45 |
"text": str #Will be single sentence at a time.
|
46 |
}
|
47 |
-
|
48 |
## Additional Information
|
49 |
|
50 |
### Contributions
|
|
|
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.
|
|
|
46 |
"sent_rank": int, #no of sentence in the paragraph
|
47 |
"text": str #Will be single sentence at a time.
|
48 |
}
|
49 |
+
```
|
50 |
## Additional Information
|
51 |
|
52 |
### Contributions
|