Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# One Piece Transcripts Dataset (Episodes 382–777)
|
| 6 |
+
|
| 7 |
+

|
| 8 |
+
|
| 9 |
+
**This dataset contains all dialogue lines from *One Piece* episodes 382 to 777. The data is stored in a CSV file with the following columns:**
|
| 10 |
+
|
| 11 |
+
- `episode` – episode number
|
| 12 |
+
- `start` – start timestamp of the line
|
| 13 |
+
- `end` – end timestamp of the line
|
| 14 |
+
- `character` – speaking character
|
| 15 |
+
- `text` – dialogue text
|
| 16 |
+
|
| 17 |
+
In addition, the dataset includes the original `.sub` subtitle files in the folder named **"One Piece 382-777"**. These files were created by the Yinis Fansub team and are provided separately for users who want to process the raw data themselves.
|
| 18 |
+
|
| 19 |
+
**Note:** In a few episodes (probably 3), dialogue lines do not have character information. These episodes have not been removed from the dataset (428, 429, 775). Those are probably corrupted files obtained from other fansubs, so they don't have character information.
|
| 20 |
+
|
| 21 |
+
**Please note that this dataset is intended for educational purposes only and is not for commercial use.**
|
| 22 |
+
|
| 23 |
+
You can view the dataset on Kaggle [here](https://www.kaggle.com/datasets/tavuksuzdurum/one-piece-transcripts-with-character-names-382-777).
|
| 24 |
+
|
| 25 |
+
|