joshuasundance commited on
Commit
8905dc8
1 Parent(s): 6a389c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,12 +10,16 @@ This dataset, gathered from [wikiquote.org](https://en.wikiquote.org/), contains
10
 
11
  # Dataset Description
12
  **Content**: Quotes, actions, and conversations from a range of TV shows.
 
13
  **Source**: Extracted from [wikiquote.org](https://en.wikiquote.org/).
 
14
  **Structure**: The dataset includes data classes for `Action`, `Quote`, and `Conversation`, encapsulating individual elements of dialogues.
15
 
16
  # Features
17
  **Parse Functionality**: Extracts quotes and actions from the HTML content of [wikiquote.org](https://en.wikiquote.org/) pages.
 
18
  **Comprehensive Coverage**: Includes shows across a wide range of genres and time periods.
 
19
  **Customizable**: Flexible to be used for a variety of NLP tasks and research.
20
 
21
  # Usage
 
10
 
11
  # Dataset Description
12
  **Content**: Quotes, actions, and conversations from a range of TV shows.
13
+
14
  **Source**: Extracted from [wikiquote.org](https://en.wikiquote.org/).
15
+
16
  **Structure**: The dataset includes data classes for `Action`, `Quote`, and `Conversation`, encapsulating individual elements of dialogues.
17
 
18
  # Features
19
  **Parse Functionality**: Extracts quotes and actions from the HTML content of [wikiquote.org](https://en.wikiquote.org/) pages.
20
+
21
  **Comprehensive Coverage**: Includes shows across a wide range of genres and time periods.
22
+
23
  **Customizable**: Flexible to be used for a variety of NLP tasks and research.
24
 
25
  # Usage