# one-piece-chapters **Repository Path**: hf-datasets/one-piece-chapters ## Basic Information - **Project Name**: one-piece-chapters - **Description**: Mirror of https://huggingface.co/datasets/camudo/one-piece-chapters - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-26 - **Last Updated**: 2025-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- license: mit language: - en pretty_name: One Piece Chapters Text --- This dataset is a collection of all one piece chapter's until today (1157) extracted from the one piece wiki as text. It includes the following structured data: ```ts interface ChapterData { coverPage: string; shortSummary: string; longSummary: string; quickReferences: { chapterNotes: string[]; characters: string; // html table with char references }; } ```