{ "cells": [ { "cell_type": "markdown", "id": "d66436bf", "metadata": {}, "source": [ "# Extract Conversations from French Classic Books\n", "\n", "This notebook extracts character dialogues from `Volko76/french-classic-books` and formats them as conversation pairs for LLM finetuning.\n", "\n", "**Pipeline:**\n", "1. Re-download PDFs with preserved paragraph structure (line breaks)\n", "2. Extract dialogues using French dialogue markers (`«»`, `–`, `—`, `―`)\n", "3. Build multi-turn conversations with user/assistant roles\n", "4. Add contextual system prompts\n", "5. Push to HuggingFace Hub" ] }, { "cell_type": "code", "execution_count": 1, "id": "f58dd168", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Requirement already satisfied: requests in /usr/local/lib/python3.12/dist-packages (2.32.4)\n", "Requirement already satisfied: PyMuPDF in /usr/local/lib/python3.12/dist-packages (1.26.6)\n", "Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.12/dist-packages (4.13.5)\n", "Requirement already satisfied: datasets in /usr/local/lib/python3.12/dist-packages (4.0.0)\n", "Requirement already satisfied: huggingface_hub in /usr/local/lib/python3.12/dist-packages (0.36.0)\n", "Requirement already satisfied: tqdm in /usr/local/lib/python3.12/dist-packages (4.67.1)\n", "Requirement already satisfied: charset_normalizer<4,>=2 in /usr/local/lib/python3.12/dist-packages (from requests) (3.4.4)\n", "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.12/dist-packages (from requests) (3.11)\n", "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.12/dist-packages (from requests) (2.5.0)\n", "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.12/dist-packages (from requests) (2025.11.12)\n", "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.12/dist-packages (from beautifulsoup4) (2.8)\n", "Requirement already satisfied: typing-extensions>=4.0.0 in /usr/local/lib/python3.12/dist-packages (from beautifulsoup4) (4.15.0)\n", "Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from datasets) (3.20.0)\n", "Requirement already satisfied: numpy>=1.17 in /usr/local/lib/python3.12/dist-packages (from datasets) (2.0.2)\n", "Requirement already satisfied: pyarrow>=15.0.0 in /usr/local/lib/python3.12/dist-packages (from datasets) (18.1.0)\n", "Requirement already satisfied: dill<0.3.9,>=0.3.0 in /usr/local/lib/python3.12/dist-packages (from datasets) (0.3.8)\n", "Requirement already satisfied: pandas in /usr/local/lib/python3.12/dist-packages (from datasets) (2.2.2)\n", "Requirement already satisfied: xxhash in /usr/local/lib/python3.12/dist-packages (from datasets) (3.6.0)\n", "Requirement already satisfied: multiprocess<0.70.17 in /usr/local/lib/python3.12/dist-packages (from datasets) (0.70.16)\n", "Requirement already satisfied: fsspec<=2025.3.0,>=2023.1.0 in /usr/local/lib/python3.12/dist-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (2025.3.0)\n", "Requirement already satisfied: packaging in /usr/local/lib/python3.12/dist-packages (from datasets) (25.0)\n", "Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.12/dist-packages (from datasets) (6.0.3)\n", "Requirement already satisfied: hf-xet<2.0.0,>=1.1.3 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (1.2.0)\n", "Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in /usr/local/lib/python3.12/dist-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (3.13.2)\n", "Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.12/dist-packages (from datasets) (6.0.3)\n", "Requirement already satisfied: hf-xet<2.0.0,>=1.1.3 in /usr/local/lib/python3.12/dist-packages (from huggingface_hub) (1.2.0)\n", "Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in /usr/local/lib/python3.12/dist-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (3.13.2)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas->datasets) (2.9.0.post0)\n", "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.12/dist-packages (from pandas->datasets) (2025.2)\n", "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.12/dist-packages (from pandas->datasets) (2025.2)\n", "Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (2.6.1)\n", "Requirement already satisfied: aiosignal>=1.4.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (1.4.0)\n", "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (25.4.0)\n", "Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (1.8.0)\n", "Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (6.7.0)\n", "Requirement already satisfied: propcache>=0.2.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (0.4.1)\n", "Requirement already satisfied: yarl<2.0,>=1.17.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (1.22.0)\n", "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.12/dist-packages (from python-dateutil>=2.8.2->pandas->datasets) (1.17.0)\n", "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.12/dist-packages (from pandas->datasets) (2.9.0.post0)\n", "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.12/dist-packages (from pandas->datasets) (2025.2)\n", "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.12/dist-packages (from pandas->datasets) (2025.2)\n", "Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (2.6.1)\n", "Requirement already satisfied: aiosignal>=1.4.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (1.4.0)\n", "Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (25.4.0)\n", "Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (1.8.0)\n", "Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (6.7.0)\n", "Requirement already satisfied: propcache>=0.2.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (0.4.1)\n", "Requirement already satisfied: yarl<2.0,>=1.17.0 in /usr/local/lib/python3.12/dist-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets) (1.22.0)\n", "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.12/dist-packages (from python-dateutil>=2.8.2->pandas->datasets) (1.17.0)\n" ] } ], "source": [ "%pip install requests PyMuPDF beautifulsoup4 datasets huggingface_hub tqdm" ] }, { "cell_type": "code", "execution_count": 15, "id": "77dac1e5", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "✅ Configuration loaded!\n" ] } ], "source": [ "import os\n", "import re\n", "import json\n", "import requests\n", "import fitz # PyMuPDF\n", "from urllib.parse import urlparse, unquote, urljoin\n", "from bs4 import BeautifulSoup\n", "from tqdm import tqdm\n", "from datasets import Dataset\n", "from huggingface_hub import login\n", "\n", "# ============================================================================\n", "# CONFIGURATION\n", "# ============================================================================\n", "\n", "# Dialogue markers in French literature\n", "DIALOGUE_MARKERS = [\n", " '–', # en dash (U+2013) - most common\n", " '—', # em dash (U+2014)\n", " '―', # horizontal bar (U+2015) - quotation dash\n", " '-', # hyphen (sometimes used)\n", "]\n", "\n", "# Opening/closing guillemets\n", "GUILLEMET_OPEN = '«'\n", "GUILLEMET_CLOSE = '»'\n", "\n", "# Speech attribution patterns (to clean from dialogues)\n", "SPEECH_ATTRIBUTION_PATTERN = re.compile(\n", " r',?\\s*'\n", " r'(dit|répondit|demanda|s\\'écria|murmura|ajouta|reprit|continua|'\n", " r'répliqua|interrompit|chuchota|souffla|gémit|hurla|cria|soupira|'\n", " r'grommela|bégaya|balbutia|articula|prononça|déclara|affirma|'\n", " r'interrogea|questionna|implora|supplia|ordonna|commanda|suggéra|'\n", " r'proposa|observa|remarqua|nota|constata|admit|avoua|confessa|'\n", " r'expliqua|précisa|annonça|fit|fis|firent)'\n", " r'[-\\s]*(il|elle|je|tu|nous|vous|ils|elles|on|'\n", " r'le\\s+\\w+|la\\s+\\w+|l\\'\\w+|un\\s+\\w+|une\\s+\\w+|'\n", " r'\\w+)?'\n", " r'[.,;:]?\\s*$',\n", " re.IGNORECASE\n", ")\n", "\n", "# Minimum characters for a valid dialogue turn\n", "MIN_DIALOGUE_LENGTH = 15\n", "\n", "# Maximum turns per conversation (for multi-turn)\n", "MAX_TURNS_PER_CONVERSATION = 8\n", "\n", "print(\"✅ Configuration loaded!\")" ] }, { "cell_type": "markdown", "id": "5fbb3d83", "metadata": {}, "source": [ "## Step 1: PDF Processing Functions (with preserved line breaks)" ] }, { "cell_type": "code", "execution_count": 16, "id": "be4d17e8", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "✅ PDF processing functions loaded!\n" ] } ], "source": [ "# ============================================================================\n", "# PDF DOWNLOAD AND TEXT EXTRACTION (Preserving paragraph structure)\n", "# ============================================================================\n", "\n", "def sanitize_filename(name):\n", " \"\"\"Remove invalid characters from filename\"\"\"\n", " name = re.sub(r'[<>:\"/\\\\|?*]', '_', name)\n", " return name.strip()\n", "\n", "def get_book_name_from_url(url):\n", " \"\"\"Extract book name from URL\"\"\"\n", " parsed = urlparse(url)\n", " filename = unquote(os.path.basename(parsed.path))\n", " if filename.lower().endswith('.pdf'):\n", " filename = filename[:-4]\n", " return sanitize_filename(filename)\n", "\n", "def download_pdf(url, temp_path):\n", " \"\"\"Download PDF from URL\"\"\"\n", " response = requests.get(url, stream=True, timeout=60)\n", " response.raise_for_status()\n", " with open(temp_path, 'wb') as f:\n", " for chunk in response.iter_content(chunk_size=8192):\n", " f.write(chunk)\n", " return temp_path\n", "\n", "def extract_text_from_pdf(pdf_path):\n", " \"\"\"Extract text from PDF using PyMuPDF\"\"\"\n", " text = \"\"\n", " with fitz.open(pdf_path) as doc:\n", " for page in doc:\n", " text += page.get_text()\n", " return text\n", "\n", "def is_metadata_line(line):\n", " \"\"\"Check if a line is likely metadata (not story content)\"\"\"\n", " line = line.strip()\n", " if not line:\n", " return \"empty\"\n", " if re.match(r'^\\d+$', line):\n", " return \"page_number\"\n", " if re.match(r'^[IVXLCDM]+$', line):\n", " return \"chapter_number\"\n", " if re.match(r'^(Chapitre|CHAPITRE|Chapter|CHAPTER)\\s*[IVXLCDM\\d]+', line, re.IGNORECASE):\n", " return \"chapter_title\"\n", " if re.match(r'^(Partie|PARTIE|Part|PART|Tome|TOME|Livre|LIVRE)\\s*[IVXLCDM\\d]+', line, re.IGNORECASE):\n", " return \"part_title\"\n", " return False\n", "\n", "def is_header_block(line):\n", " \"\"\"Check if line is header/metadata\"\"\"\n", " line = line.strip()\n", " header_patterns = [\n", " r'^BeQ$', r'Bibliothèque électronique', r'Collection À tous les vents',\n", " r'^Volume \\d+', r'^version \\d+', r'Édition de référence',\n", " r'^Traduit de', r'^Traduction', r'^Avertissement$', r'^Préface$',\n", " r'^PRÉFACE$', r'^Introduction$', r'^INTRODUCTION$', r'^Table des matières',\n", " r'^TABLE DES MATIÈRES', r'©|Copyright', r'ISBN', r'Imprimé en|Printed in',\n", " r'^Du même auteur', r'Librairie|Éditeur|Éditions', r'^\\d{4}$',\n", " r'^FIN$', r'^fin$', r'^Fin$',\n", " ]\n", " for pattern in header_patterns:\n", " if re.search(pattern, line, re.IGNORECASE):\n", " return True\n", " return False\n", "\n", "def clean_book_text_preserve_structure(raw_text):\n", " \"\"\"\n", " Clean extracted text but PRESERVE paragraph structure for dialogue extraction.\n", " Each paragraph is separated by double newline.\n", " \"\"\"\n", " lines = raw_text.split('\\n')\n", " \n", " # Find where actual content starts\n", " content_start = 0\n", " consecutive_long_lines = 0\n", " for i, line in enumerate(lines):\n", " stripped = line.strip()\n", " if len(stripped) > 50 and not is_header_block(stripped):\n", " consecutive_long_lines += 1\n", " if consecutive_long_lines >= 3:\n", " content_start = max(0, i - 3)\n", " break\n", " else:\n", " consecutive_long_lines = 0\n", " \n", " # Process lines and build paragraphs (preserve structure!)\n", " paragraphs = []\n", " current_paragraph = []\n", " \n", " for i in range(content_start, len(lines)):\n", " line = lines[i]\n", " stripped = line.strip()\n", " \n", " meta_type = is_metadata_line(stripped)\n", " \n", " # Skip page numbers and chapter numbers\n", " if meta_type in [\"page_number\", \"chapter_number\"]:\n", " continue\n", " \n", " # Chapter/part titles cause paragraph break but are not included\n", " if meta_type in [\"chapter_title\", \"part_title\"]:\n", " if current_paragraph:\n", " paragraphs.append(' '.join(current_paragraph))\n", " current_paragraph = []\n", " continue\n", " \n", " # Skip header blocks\n", " if is_header_block(stripped):\n", " if current_paragraph:\n", " paragraphs.append(' '.join(current_paragraph))\n", " current_paragraph = []\n", " continue\n", " \n", " # Skip ALL CAPS lines (titles)\n", " if stripped.isupper() and len(stripped) > 3:\n", " if current_paragraph:\n", " paragraphs.append(' '.join(current_paragraph))\n", " current_paragraph = []\n", " continue\n", " \n", " # Empty line = paragraph break\n", " if meta_type == \"empty\":\n", " if current_paragraph:\n", " paragraphs.append(' '.join(current_paragraph))\n", " current_paragraph = []\n", " continue\n", " \n", " # Regular text line - handle hyphenation\n", " if current_paragraph and current_paragraph[-1].endswith('-'):\n", " current_paragraph[-1] = current_paragraph[-1][:-1] + stripped\n", " else:\n", " current_paragraph.append(stripped)\n", " \n", " if current_paragraph:\n", " paragraphs.append(' '.join(current_paragraph))\n", " \n", " # Join paragraphs with DOUBLE NEWLINE to preserve structure\n", " result = '\\n\\n'.join(paragraphs)\n", " \n", " # Clean up\n", " result = re.sub(r' +', ' ', result)\n", " result = re.sub(r' ([.,;:!?])', r'\\1', result)\n", " result = re.sub(r'([.,;:!?])([A-Za-zÀ-ÿ])', r'\\1 \\2', result)\n", " \n", " return result.strip()\n", "\n", "def get_pdf_urls_from_beq(page_url=\"https://beq.ebooksgratuits.com/vents/\"):\n", " \"\"\"Scrape all PDF links from the BEQ website\"\"\"\n", " response = requests.get(page_url, timeout=60)\n", " response.raise_for_status()\n", " soup = BeautifulSoup(response.content, 'html.parser')\n", " \n", " pdf_urls = set()\n", " for link in soup.find_all('a', href=True):\n", " href = link['href']\n", " if href.endswith('.pdf'):\n", " if href.startswith('http'):\n", " pdf_urls.add(href)\n", " else:\n", " pdf_urls.add(urljoin(page_url, href))\n", " \n", " final_urls = []\n", " for url in sorted(pdf_urls):\n", " if '/vents/' in url and '/vents-xpdf/' not in url:\n", " final_urls.append(url)\n", " \n", " return final_urls\n", "\n", "print(\"✅ PDF processing functions loaded!\")" ] }, { "cell_type": "markdown", "id": "b720adfc", "metadata": {}, "source": [ "## Step 2: Dialogue Extraction Functions" ] }, { "cell_type": "code", "execution_count": 17, "id": "b039e374", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "✅ Dialogue extraction functions loaded!\n" ] } ], "source": [ "# ============================================================================\n", "# DIALOGUE EXTRACTION\n", "# ============================================================================\n", "\n", "def extract_dialogues_from_text(text):\n", " \"\"\"\n", " Extract dialogue turns from text using French dialogue markers.\n", " \n", " French dialogue conventions:\n", " - Guillemets « » open/close dialogue sections\n", " - Dashes (–, —, ―) indicate speaker changes\n", " - Sometimes dialogue is inline with narrative\n", " \n", " Returns a list of dialogue strings.\n", " \"\"\"\n", " dialogues = []\n", " \n", " # Split into paragraphs\n", " paragraphs = text.split('\\n\\n')\n", " \n", " for para in paragraphs:\n", " para = para.strip()\n", " if not para:\n", " continue\n", " \n", " # Method 1: Extract content between guillemets\n", " # Pattern: « dialogue content »\n", " guillemet_pattern = re.compile(r'«\\s*([^»]+)\\s*»')\n", " guillemet_matches = guillemet_pattern.findall(para)\n", " \n", " for match in guillemet_matches:\n", " # Split by dash markers within guillemets (speaker changes)\n", " parts = re.split(r'\\s*[–—―]\\s*', match)\n", " for part in parts:\n", " cleaned = clean_dialogue_text(part)\n", " if cleaned and len(cleaned) >= MIN_DIALOGUE_LENGTH:\n", " dialogues.append(cleaned)\n", " \n", " # Method 2: Lines starting with dash (outside guillemets)\n", " # This catches dialogue that uses dashes without guillemets\n", " dash_pattern = re.compile(r'^[–—―-]\\s*(.+?)(?=[–—―]|$)', re.MULTILINE)\n", " \n", " # Also try splitting by dash at start of sentences\n", " if not guillemet_matches:\n", " # Check if paragraph starts with or contains dash-style dialogue\n", " if any(para.strip().startswith(marker) for marker in DIALOGUE_MARKERS):\n", " # Split by dialogue markers\n", " parts = re.split(r'(?:^|\\s)[–—―-]\\s+', para)\n", " for part in parts:\n", " cleaned = clean_dialogue_text(part)\n", " if cleaned and len(cleaned) >= MIN_DIALOGUE_LENGTH:\n", " dialogues.append(cleaned)\n", " \n", " return dialogues\n", "\n", "def clean_dialogue_text(text):\n", " \"\"\"\n", " Clean a dialogue turn by removing speech attribution.\n", " \n", " Example:\n", " \"Bonjour, dit-il en souriant.\" -> \"Bonjour\"\n", " \"Comment allez-vous ? demanda Marie.\" -> \"Comment allez-vous ?\"\n", " \"\"\"\n", " if not text:\n", " return \"\"\n", " \n", " text = text.strip()\n", " \n", " # Remove speech attribution at the end\n", " text = SPEECH_ATTRIBUTION_PATTERN.sub('', text)\n", " \n", " # Also handle mid-sentence attributions like: \"Oui, dit-il, je comprends.\"\n", " mid_attribution = re.compile(\n", " r',\\s*(dit|répondit|demanda|s\\'écria|murmura|ajouta|reprit|continua|'\n", " r'répliqua|interrompit|chuchota|souffla|fit)'\n", " r'[-\\s]*(il|elle|je|tu|nous|vous|ils|elles|on|'\n", " r'le\\s+\\w+|la\\s+\\w+|l\\'\\w+|\\w+)?'\n", " r',\\s*',\n", " re.IGNORECASE\n", " )\n", " text = mid_attribution.sub(' ', text)\n", " \n", " # Clean up whitespace\n", " text = re.sub(r'\\s+', ' ', text)\n", " text = text.strip()\n", " \n", " # Remove leading/trailing punctuation artifacts\n", " text = re.sub(r'^[,;:\\s]+', '', text)\n", " text = re.sub(r'[,;:\\s]+$', '', text)\n", " \n", " return text\n", "\n", "def extract_dialogues_advanced(text):\n", " \"\"\"\n", " Advanced dialogue extraction with better handling of French text.\n", " Combines multiple detection strategies.\n", " \"\"\"\n", " all_dialogues = []\n", " \n", " # Strategy 1: Guillemet-based extraction (most reliable)\n", " # Pattern for dialogue within guillemets, handling nested structure\n", " guillemet_sections = re.findall(r'«([^»]+)»', text)\n", " \n", " for section in guillemet_sections:\n", " # Within a guillemet section, dashes indicate speaker changes\n", " # Split by dashes that appear after sentence-ending punctuation\n", " turns = re.split(r'(?<=[.!?])\\s*[–—―]\\s*', section)\n", " \n", " for turn in turns:\n", " cleaned = clean_dialogue_text(turn)\n", " if cleaned and len(cleaned) >= MIN_DIALOGUE_LENGTH:\n", " all_dialogues.append(cleaned)\n", " \n", " # Strategy 2: Paragraph-level dash detection\n", " paragraphs = text.split('\\n\\n')\n", " \n", " for para in paragraphs:\n", " para = para.strip()\n", " \n", " # Skip if we already extracted from guillemets in this paragraph\n", " if '«' in para and '»' in para:\n", " continue\n", " \n", " # Check for dash-style dialogue (line starts with dash)\n", " if para and para[0] in DIALOGUE_MARKERS + ['-']:\n", " # This paragraph is likely a dialogue turn\n", " cleaned = clean_dialogue_text(para.lstrip('-–—― '))\n", " if cleaned and len(cleaned) >= MIN_DIALOGUE_LENGTH:\n", " all_dialogues.append(cleaned)\n", " \n", " return all_dialogues\n", "\n", "print(\"✅ Dialogue extraction functions loaded!\")" ] }, { "cell_type": "markdown", "id": "ef4cb286", "metadata": {}, "source": [ "## Step 3: Conversation Building Functions" ] }, { "cell_type": "code", "execution_count": 18, "id": "68cec15e", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "✅ Conversation building functions loaded!\n" ] } ], "source": [ "# ============================================================================\n", "# CONVERSATION BUILDING\n", "# ============================================================================\n", "\n", "def build_conversations(dialogues, max_turns=MAX_TURNS_PER_CONVERSATION):\n", " \"\"\"\n", " Build multi-turn conversations from a list of dialogues.\n", " \n", " - Pairs consecutive dialogues as user/assistant\n", " - Creates multi-turn conversations (up to max_turns)\n", " - Ensures each conversation ends with 'assistant'\n", " \n", " Returns list of conversations, each being a list of {role, content} dicts.\n", " \"\"\"\n", " conversations = []\n", " \n", " if len(dialogues) < 2:\n", " return conversations\n", " \n", " i = 0\n", " while i < len(dialogues) - 1:\n", " conversation = []\n", " turns_added = 0\n", " \n", " while i < len(dialogues) and turns_added < max_turns:\n", " # Add user turn\n", " conversation.append({\n", " \"role\": \"user\",\n", " \"content\": dialogues[i]\n", " })\n", " turns_added += 1\n", " i += 1\n", " \n", " # Add assistant turn if available\n", " if i < len(dialogues) and turns_added < max_turns:\n", " conversation.append({\n", " \"role\": \"assistant\",\n", " \"content\": dialogues[i]\n", " })\n", " turns_added += 1\n", " i += 1\n", " \n", " # Ensure conversation ends with assistant\n", " if conversation and conversation[-1][\"role\"] == \"user\":\n", " # Remove the last user message if there's no assistant response\n", " conversation.pop()\n", " \n", " # Only add if we have at least one exchange (user + assistant)\n", " if len(conversation) >= 2:\n", " conversations.append(conversation)\n", " \n", " return conversations\n", "\n", "def build_conversations_pairs_only(dialogues):\n", " \"\"\"\n", " Build simple 2-turn conversations (user/assistant pairs).\n", " Each conversation is exactly one exchange.\n", " \"\"\"\n", " conversations = []\n", " \n", " for i in range(0, len(dialogues) - 1, 2):\n", " conversation = [\n", " {\"role\": \"user\", \"content\": dialogues[i]},\n", " {\"role\": \"assistant\", \"content\": dialogues[i + 1]}\n", " ]\n", " conversations.append(conversation)\n", " \n", " return conversations\n", "\n", "def build_conversations_sliding_window(dialogues, window_size=4, step=2):\n", " \"\"\"\n", " Build conversations using a sliding window approach.\n", " Creates overlapping multi-turn conversations for more training data.\n", " \n", " Args:\n", " dialogues: List of dialogue strings\n", " window_size: Number of turns per conversation (must be even)\n", " step: How many dialogues to skip between windows\n", " \"\"\"\n", " conversations = []\n", " \n", " # Ensure window_size is even (for user/assistant pairs)\n", " window_size = window_size if window_size % 2 == 0 else window_size - 1\n", " \n", " for i in range(0, len(dialogues) - window_size + 1, step):\n", " window = dialogues[i:i + window_size]\n", " conversation = []\n", " \n", " for j, dialogue in enumerate(window):\n", " role = \"user\" if j % 2 == 0 else \"assistant\"\n", " conversation.append({\"role\": role, \"content\": dialogue})\n", " \n", " # Only add if ends with assistant\n", " if conversation and conversation[-1][\"role\"] == \"assistant\":\n", " conversations.append(conversation)\n", " \n", " return conversations\n", "\n", "\n", "\n", "print(\"✅ Conversation building functions loaded!\")" ] }, { "cell_type": "markdown", "id": "6f565d8d", "metadata": {}, "source": [ "## Step 4: Main Processing Pipeline" ] }, { "cell_type": "code", "execution_count": 19, "id": "e6c17422", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "✅ Processing pipeline loaded!\n" ] } ], "source": [ "# ============================================================================\n", "# MAIN PROCESSING PIPELINE\n", "# ============================================================================\n", "\n", "def process_single_book(url, temp_dir=\"temp_pdfs\"):\n", " \"\"\"\n", " Process a single book: download PDF, extract text, find dialogues.\n", " \n", " Returns:\n", " tuple: (book_name, text_with_structure, dialogues)\n", " \"\"\"\n", " os.makedirs(temp_dir, exist_ok=True)\n", " \n", " book_name = get_book_name_from_url(url)\n", " temp_pdf = os.path.join(temp_dir, f\"{book_name}.pdf\")\n", " \n", " try:\n", " # Download PDF\n", " download_pdf(url, temp_pdf)\n", " \n", " # Extract text\n", " raw_text = extract_text_from_pdf(temp_pdf)\n", " \n", " # Clean text but preserve structure\n", " cleaned_text = clean_book_text_preserve_structure(raw_text)\n", " \n", " # Extract dialogues\n", " dialogues = extract_dialogues_advanced(cleaned_text)\n", " \n", " return book_name, cleaned_text, dialogues\n", " \n", " except Exception as e:\n", " print(f\"Error processing {url}: {e}\")\n", " return book_name, \"\", []\n", " \n", " finally:\n", " # Cleanup\n", " if os.path.exists(temp_pdf):\n", " os.remove(temp_pdf)\n", "\n", "def process_all_books(urls, conversation_mode=\"sliding\"):\n", " \"\"\"\n", " Process all books and build conversation dataset.\n", " \n", " Args:\n", " urls: List of PDF URLs\n", " conversation_mode: \"pairs\" (2-turn), \"multi\" (variable), \"sliding\" (overlapping)\n", " \n", " Returns:\n", " List of conversation dicts ready for dataset\n", " \"\"\"\n", " all_conversations = []\n", " \n", " for url in tqdm(urls, desc=\"Processing books\"):\n", " book_name, text, dialogues = process_single_book(url)\n", " \n", " if len(dialogues) < 2:\n", " continue\n", " \n", " # Build conversations based on mode\n", " if conversation_mode == \"pairs\":\n", " conversations = build_conversations_pairs_only(dialogues)\n", " elif conversation_mode == \"multi\":\n", " conversations = build_conversations(dialogues)\n", " elif conversation_mode == \"sliding\":\n", " conversations = build_conversations_sliding_window(dialogues, window_size=6, step=2)\n", " else:\n", " conversations = build_conversations_pairs_only(dialogues)\n", " \n", " all_conversations.extend(conversations)\n", " \n", " print(f\" {book_name}: {len(dialogues)} dialogues → {len(conversations)} conversations\")\n", " \n", " return all_conversations\n", "\n", "print(\"✅ Processing pipeline loaded!\")" ] }, { "cell_type": "markdown", "id": "99bc48c3", "metadata": {}, "source": [ "## Step 5: Get PDF URLs and Test on Sample" ] }, { "cell_type": "code", "execution_count": 20, "id": "7acc29cf", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Fetching PDF links from https://beq.ebooksgratuits.com/vents/ ...\n", "Found 725 PDF files!\n", "\n", "First 10 PDFs:\n", " 1. About-Germaine.pdf\n", " 2. About-montagnes.pdf\n", " 3. About_Le_nez_dun_notaire.pdf\n", " 4. About_Lhomme_a_loreille_cassee.pdf\n", " 5. Abrantes-Marina.pdf\n", " 6. Abrantes-Mathilde.pdf\n", " 7. Achard-Madame.pdf\n", " 8. Achard-dort.pdf\n", " 9. Achard-soldat.pdf\n", " 10. Adam-mesaventure.pdf\n", "Found 725 PDF files!\n", "\n", "First 10 PDFs:\n", " 1. About-Germaine.pdf\n", " 2. About-montagnes.pdf\n", " 3. About_Le_nez_dun_notaire.pdf\n", " 4. About_Lhomme_a_loreille_cassee.pdf\n", " 5. Abrantes-Marina.pdf\n", " 6. Abrantes-Mathilde.pdf\n", " 7. Achard-Madame.pdf\n", " 8. Achard-dort.pdf\n", " 9. Achard-soldat.pdf\n", " 10. Adam-mesaventure.pdf\n" ] } ], "source": [ "# Fetch all PDF URLs from BEQ website\n", "print(\"Fetching PDF links from https://beq.ebooksgratuits.com/vents/ ...\")\n", "pdf_urls = get_pdf_urls_from_beq()\n", "print(f\"Found {len(pdf_urls)} PDF files!\\n\")\n", "\n", "# Show first 10 as preview\n", "print(\"First 10 PDFs:\")\n", "for i, url in enumerate(pdf_urls[:10], 1):\n", " print(f\" {i}. {url.split('/')[-1]}\")" ] }, { "cell_type": "code", "execution_count": 21, "id": "ed8a2e99", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Testing with: About-Germaine.pdf\n", "\n", "Book: About-Germaine\n", "Text length: 390,389 characters\n", "Dialogues found: 674\n", "\n", "============================================================\n", "Sample dialogues extracted:\n", "============================================================\n", "\n", "[1] Avec ça et ce que j’ai de côté, disait le maître d’hôtel, j’arrondirai ma rente viagère. On a du pain sur la planche, Dieu merci! et l’on ne se laissera manquer de rien sur ses vieux jours.\n", "\n", "[2] Parbleu! reprit le valet de chambre, vous êtes garçon; vous n’avez que vous à penser. Mais, moi, j’ai de la famille. Aussi, je donnerai mon argent à ce petit jeune homme qui va à la Bourse. Il me trip...\n", "\n", "[3] C’est une idée, ça, monsieur Ferdinand, repartit le marmiton. Portez-lui donc mes quarante francs, quand vous irez.\n", "\n", "[4] Est-il jeune! Qu’est-ce qu’on peut faire à la Bourse avec quarante francs?\n", "\n", "[5] Allons, dit le jeune homme en étouffant un soupir, je les mettrai à la caisse d’épargne!\n", "\n", "[6] Ma caisse d’épargne, à moi, la voici. C’est là que j’ai toujours placé mes fonds, et je m’en suis bien trouvé. Pas vrai, père Altroff?\n", "\n", "[7] Allais, marchais! ce qu’on a bu, on ne l’a plus. Il n’est tel placement qu’une bonne cachette dans un vieux mur ou dans un arbre creux. Argent bien enfouie, les notaires ne la mangent point!\n", "\n", "[8] Sapristi! cria-t-il, j’ai cru voir passer la misère en personne. Voilà mon jour de l’an gâté dès le matin. Vous verrez que rien ne me réussira jusqu’à la Saint-Sylvestre. Brrr! j’ai froid dans le dos.\n", "\n", "[9] Pauvre femme! dit le maître d’hôtel. Ça a eu des mille et des cents, et puis voilà! Qui est-ce qui croirait que c’est une duchesse?\n", "\n", "[10] C’est son gueux de mari qui lui a tout mangé.\n", "Book: About-Germaine\n", "Text length: 390,389 characters\n", "Dialogues found: 674\n", "\n", "============================================================\n", "Sample dialogues extracted:\n", "============================================================\n", "\n", "[1] Avec ça et ce que j’ai de côté, disait le maître d’hôtel, j’arrondirai ma rente viagère. On a du pain sur la planche, Dieu merci! et l’on ne se laissera manquer de rien sur ses vieux jours.\n", "\n", "[2] Parbleu! reprit le valet de chambre, vous êtes garçon; vous n’avez que vous à penser. Mais, moi, j’ai de la famille. Aussi, je donnerai mon argent à ce petit jeune homme qui va à la Bourse. Il me trip...\n", "\n", "[3] C’est une idée, ça, monsieur Ferdinand, repartit le marmiton. Portez-lui donc mes quarante francs, quand vous irez.\n", "\n", "[4] Est-il jeune! Qu’est-ce qu’on peut faire à la Bourse avec quarante francs?\n", "\n", "[5] Allons, dit le jeune homme en étouffant un soupir, je les mettrai à la caisse d’épargne!\n", "\n", "[6] Ma caisse d’épargne, à moi, la voici. C’est là que j’ai toujours placé mes fonds, et je m’en suis bien trouvé. Pas vrai, père Altroff?\n", "\n", "[7] Allais, marchais! ce qu’on a bu, on ne l’a plus. Il n’est tel placement qu’une bonne cachette dans un vieux mur ou dans un arbre creux. Argent bien enfouie, les notaires ne la mangent point!\n", "\n", "[8] Sapristi! cria-t-il, j’ai cru voir passer la misère en personne. Voilà mon jour de l’an gâté dès le matin. Vous verrez que rien ne me réussira jusqu’à la Saint-Sylvestre. Brrr! j’ai froid dans le dos.\n", "\n", "[9] Pauvre femme! dit le maître d’hôtel. Ça a eu des mille et des cents, et puis voilà! Qui est-ce qui croirait que c’est une duchesse?\n", "\n", "[10] C’est son gueux de mari qui lui a tout mangé.\n" ] } ], "source": [ "# ============================================================================\n", "# TEST: Process a single book to verify dialogue extraction works\n", "# ============================================================================\n", "\n", "# Pick a book likely to have good dialogues (Balzac, Dumas, etc.)\n", "test_url = pdf_urls[0] # First available book\n", "print(f\"Testing with: {test_url.split('/')[-1]}\\n\")\n", "\n", "book_name, text, dialogues = process_single_book(test_url)\n", "\n", "print(f\"Book: {book_name}\")\n", "print(f\"Text length: {len(text):,} characters\")\n", "print(f\"Dialogues found: {len(dialogues)}\")\n", "\n", "if dialogues:\n", " print(f\"\\n{'='*60}\")\n", " print(\"Sample dialogues extracted:\")\n", " print('='*60)\n", " for i, d in enumerate(dialogues[:10], 1):\n", " print(f\"\\n[{i}] {d[:200]}{'...' if len(d) > 200 else ''}\")" ] }, { "cell_type": "code", "execution_count": 22, "id": "ba500e4f", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Testing conversation building modes:\n", "\n", "Pairs mode: 337 conversations\n", "Multi-turn mode: 113 conversations\n", "Sliding window mode: 336 conversations\n", "\n", "============================================================\n", "Sample conversation:\n", "============================================================\n", "[\n", " {\n", " \"role\": \"user\",\n", " \"content\": \"Avec ça et ce que j’ai de côté, disait le maître d’hôtel, j’arrondirai ma rente viagère. On a du pain sur la planche, Dieu merci! et l’on ne se laissera manquer de rien sur ses vieux jours.\"\n", " },\n", " {\n", " \"role\": \"assistant\",\n", " \"content\": \"Parbleu! reprit le valet de chambre, vous êtes garçon; vous n’avez que vous à penser. Mais, moi, j’ai de la famille. Aussi, je donnerai mon argent à ce petit jeune homme qui va à la Bourse. Il me tripotera quelque chose.\"\n", " },\n", " {\n", " \"role\": \"user\",\n", " \"content\": \"C’est une idée, ça, monsieur Ferdinand, repartit le marmiton. Portez-lui donc mes quarante francs, quand vous irez.\"\n", " },\n", " {\n", " \"role\": \"assistant\",\n", " \"content\": \"Est-il jeune! Qu’est-ce qu’on peut faire à la Bourse avec quarante francs?\"\n", " }\n", "]\n" ] } ], "source": [ "# ============================================================================\n", "# TEST: Build sample conversations\n", "# ============================================================================\n", "\n", "if len(dialogues) >= 2:\n", " # Test different conversation modes\n", " print(\"Testing conversation building modes:\\n\")\n", " \n", " # Pairs only\n", " conv_pairs = build_conversations_pairs_only(dialogues)\n", " print(f\"Pairs mode: {len(conv_pairs)} conversations\")\n", " \n", " # Multi-turn\n", " conv_multi = build_conversations(dialogues, max_turns=6)\n", " print(f\"Multi-turn mode: {len(conv_multi)} conversations\")\n", " \n", " # Sliding window\n", " conv_sliding = build_conversations_sliding_window(dialogues, window_size=4, step=2)\n", " print(f\"Sliding window mode: {len(conv_sliding)} conversations\")\n", " \n", " # Show a sample conversation\n", " if conv_sliding:\n", " print(f\"\\n{'='*60}\")\n", " print(\"Sample conversation:\")\n", " print('='*60)\n", " print(json.dumps(conv_sliding[0], indent=2, ensure_ascii=False))" ] }, { "cell_type": "markdown", "id": "1a08796f", "metadata": {}, "source": [ "## Step 6: Process All Books (Full Run)" ] }, { "cell_type": "code", "execution_count": 23, "id": "64b89c58", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Processing 700 books...\n", "Mode: sliding\n", "\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 0%| | 1/700 [00:01<12:05, 1.04s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " About-Germaine: 674 dialogues → 335 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 0%| | 2/700 [00:02<11:33, 1.01it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " About-montagnes: 126 dialogues → 61 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 0%| | 3/700 [00:02<08:29, 1.37it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " About_Le_nez_dun_notaire: 20 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 1%| | 4/700 [00:03<08:26, 1.37it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " About_Lhomme_a_loreille_cassee: 428 dialogues → 212 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 1%| | 5/700 [00:03<06:56, 1.67it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Abrantes-Marina: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 1%| | 6/700 [00:03<05:30, 2.10it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Abrantes-Mathilde: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 1%| | 7/700 [00:04<06:28, 1.78it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Achard-Madame: 692 dialogues → 344 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 1%| | 8/700 [00:04<06:10, 1.87it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Achard-dort: 7 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 1%|▏ | 10/700 [00:05<04:57, 2.32it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Achard-soldat: 9 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 2%|▏ | 12/700 [00:06<03:32, 3.23it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Adam_La_glebe: 11 dialogues → 3 conversations\n", " Adam_Le_conte_futur: 14 dialogues → 5 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 2%|▏ | 13/700 [00:06<05:22, 2.13it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ages-destinee: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 2%|▏ | 14/700 [00:10<15:15, 1.33s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Aucas: 15 dialogues → 5 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 2%|▏ | 15/700 [00:11<15:06, 1.32s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Delgres: 122 dialogues → 59 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 2%|▏ | 16/700 [00:12<13:55, 1.22s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Forestier: 23 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 2%|▏ | 17/700 [00:13<14:05, 1.24s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Guaranis: 1349 dialogues → 672 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 3%|▎ | 18/700 [00:15<15:02, 1.32s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Lynch: 10 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 3%|▎ | 19/700 [00:15<12:28, 1.10s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Michigan: 18 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 3%|▎ | 20/700 [00:17<13:04, 1.15s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Olonnais: 112 dialogues → 54 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 3%|▎ | 21/700 [00:18<12:15, 1.08s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Ourson: 8 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 3%|▎ | 22/700 [00:19<13:18, 1.18s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-Vent-en-panne: 18 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 3%|▎ | 23/700 [00:20<12:14, 1.09s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-bohemes: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 3%|▎ | 24/700 [00:22<15:23, 1.37s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-chercheur: 7 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 4%|▎ | 25/700 [00:24<17:49, 1.58s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-eclaireur: 6 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 4%|▎ | 26/700 [00:25<14:05, 1.25s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-mangeur: 23 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 4%|▍ | 27/700 [00:25<11:53, 1.06s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-panthere: 7 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 4%|▍ | 28/700 [00:26<12:23, 1.11s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-pirates: 9 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 4%|▍ | 29/700 [00:27<12:12, 1.09s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-rats: 8 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 4%|▍ | 30/700 [00:29<15:31, 1.39s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-riviere: 1240 dialogues → 618 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 4%|▍ | 31/700 [00:31<14:44, 1.32s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-rodeurs: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 5%|▍ | 32/700 [00:31<12:31, 1.12s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard-terres: 21 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 5%|▍ | 33/700 [00:32<10:07, 1.10it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard_Jim_lIndien: 6 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 5%|▍ | 34/700 [00:32<08:46, 1.27it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard_LAigle_Noir_des_Dacotahs: 38 dialogues → 17 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 5%|▌ | 35/700 [00:33<09:10, 1.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard_Les_bandits_de_lArizona: 151 dialogues → 73 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 5%|▌ | 36/700 [00:34<09:33, 1.16it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard_Les_pieds_fourchus: 51 dialogues → 23 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 5%|▌ | 37/700 [00:36<12:26, 1.13s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard_Les_trappeurs_de_lArkansas: 71 dialogues → 33 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 5%|▌ | 38/700 [00:37<11:19, 1.03s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Aimard_maitrise: 373 dialogues → 184 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 6%|▌ | 39/700 [00:38<12:39, 1.15s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Alcott-Marsch: 1301 dialogues → 648 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 6%|▌ | 40/700 [00:39<12:00, 1.09s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Alcott-Rose: 1087 dialogues → 541 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 6%|▌ | 42/700 [00:40<08:01, 1.37it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-Captaincap: 60 dialogues → 28 conversations\n", " Allais-Silverie: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 6%|▌ | 43/700 [00:40<07:01, 1.56it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-amours: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 6%|▋ | 44/700 [00:41<06:14, 1.75it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-aroseur: 71 dialogues → 33 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 6%|▋ | 45/700 [00:41<05:57, 1.83it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-bec: 25 dialogues → 10 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 7%|▋ | 46/700 [00:42<05:43, 1.90it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-bile: 32 dialogues → 14 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 7%|▋ | 47/700 [00:42<05:37, 1.94it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-boeufs: 23 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 7%|▋ | 48/700 [00:43<05:25, 2.00it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-boomerang: 108 dialogues → 52 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 7%|▋ | 49/700 [00:43<05:37, 1.93it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-frappons: 28 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 7%|▋ | 50/700 [00:44<05:58, 1.82it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-oeil: 43 dialogues → 19 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 7%|▋ | 51/700 [00:44<05:41, 1.90it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-parapluie: 45 dialogues → 20 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 7%|▋ | 52/700 [00:45<05:47, 1.86it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-pomme: 19 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 8%|▊ | 53/700 [00:45<05:38, 1.91it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais-ribouldinguant: 69 dialogues → 32 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 8%|▊ | 54/700 [00:46<05:52, 1.83it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais_A_la_une: 284 dialogues → 140 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 8%|▊ | 55/700 [00:47<06:28, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais_A_se_tordre: 12 dialogues → 4 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 8%|▊ | 56/700 [00:48<08:55, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais_Deux_et_deux_font_cinq: 90 dialogues → 43 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 8%|▊ | 57/700 [00:49<10:02, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais_Faits_divers: 116 dialogues → 56 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 8%|▊ | 58/700 [00:50<08:53, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais_Laffaire_Blaireau: 76 dialogues → 36 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 8%|▊ | 59/700 [00:50<08:09, 1.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais_Plaisir_dhumour: 221 dialogues → 108 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 9%|▊ | 60/700 [00:51<07:24, 1.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais_Pour_cause_de_fin_de_bail: 36 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 9%|▊ | 61/700 [00:51<06:56, 1.53it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allais_Vive_la_vie: 61 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 9%|▉ | 62/700 [00:52<06:13, 1.71it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Allary-cigales: 124 dialogues → 60 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 9%|▉ | 63/700 [00:53<07:24, 1.43it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Andersen-contes: 747 dialogues → 371 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 9%|▉ | 64/700 [00:54<07:47, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Andersen-contes2: 415 dialogues → 205 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 9%|▉ | 65/700 [00:54<06:18, 1.68it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Andersen-contes3: 99 dialogues → 47 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 9%|▉ | 66/700 [00:55<07:31, 1.41it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Andreiev-nouvelles: 114 dialogues → 55 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 10%|▉ | 67/700 [00:56<07:22, 1.43it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Anet_Ariane_jeune_fille_russe: 101 dialogues → 48 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 10%|▉ | 68/700 [00:56<06:40, 1.58it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Apoukhtine-nouvelles: 70 dialogues → 33 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 10%|▉ | 69/700 [00:57<06:30, 1.61it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Arene-Figues: 162 dialogues → 79 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 10%|█ | 70/700 [00:57<06:46, 1.55it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Arene-Midi: 170 dialogues → 83 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 10%|█ | 71/700 [00:58<06:38, 1.58it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Arene-chevre: 191 dialogues → 93 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 10%|█ | 72/700 [00:59<08:23, 1.25it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Arene-ogresses: 363 dialogues → 179 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 10%|█ | 73/700 [01:00<07:58, 1.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Arene_Contes_de_Provence: 235 dialogues → 115 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 11%|█ | 74/700 [01:01<08:03, 1.30it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Arene_Domnine: 32 dialogues → 14 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 11%|█ | 75/700 [01:01<08:01, 1.30it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Assolant-Rose: 442 dialogues → 219 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 11%|█ | 76/700 [01:02<06:55, 1.50it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Assollant-lions: 394 dialogues → 195 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 11%|█ | 77/700 [01:03<09:38, 1.08it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Austen-Emma: 285 dialogues → 140 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 11%|█ | 78/700 [01:05<12:28, 1.20s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Austen-Mansfield: 158 dialogues → 77 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 11%|█▏ | 79/700 [01:07<13:36, 1.32s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Austen-raison: 74 dialogues → 35 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 11%|█▏ | 80/700 [01:08<12:24, 1.20s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Austen_Catherine_Morland: 107 dialogues → 51 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 12%|█▏ | 81/700 [01:09<13:14, 1.28s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Austen_Orgueil_et_prejuges: 174 dialogues → 85 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 12%|█▏ | 82/700 [01:10<11:18, 1.10s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Austen_Persuasion: 315 dialogues → 155 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 12%|█▏ | 83/700 [01:11<09:57, 1.03it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Auzias_Turenne_Le_roi_du_Klondike: 141 dialogues → 68 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 12%|█▏ | 84/700 [01:11<07:37, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Badin-blesse: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 12%|█▏ | 85/700 [01:11<07:30, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Barbara_Lassassinat_du_Pont_Rouge: 265 dialogues → 130 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 12%|█▏ | 86/700 [01:13<09:35, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Barbey-ensorcelee: 85 dialogues → 40 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 12%|█▏ | 87/700 [01:13<08:15, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Barr-coquelicot: 122 dialogues → 59 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 13%|█▎ | 88/700 [01:14<07:36, 1.34it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Barres_Colette_Baudoche: 31 dialogues → 13 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 13%|█▎ | 89/700 [01:14<06:30, 1.56it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Barrie-PeterPan: 196 dialogues → 96 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 13%|█▎ | 90/700 [01:15<06:06, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bassanville-Geographie: 18 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 13%|█▎ | 91/700 [01:15<05:27, 1.86it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bassanville-beaute: 7 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 13%|█▎ | 92/700 [01:16<06:30, 1.56it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bassanville-conseils: 82 dialogues → 39 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 13%|█▎ | 93/700 [01:17<06:05, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bassanville-guide: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 13%|█▎ | 94/700 [01:17<05:05, 1.98it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Baudelaire-Fanfarlo: 8 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 14%|█▎ | 95/700 [01:17<05:03, 2.00it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Baudelaire_Le_spleen_de_Paris: 143 dialogues → 69 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 14%|█▎ | 96/700 [01:18<06:03, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bawr-contes: 786 dialogues → 391 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 14%|█▍ | 97/700 [01:19<06:46, 1.49it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Baltus: 279 dialogues → 137 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 14%|█▍ | 98/700 [01:20<06:58, 1.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Corentine: 102 dialogues → 49 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 14%|█▍ | 99/700 [01:21<08:04, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Davidee: 274 dialogues → 135 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 14%|█▍ | 100/700 [01:22<07:30, 1.33it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Donatienne: 105 dialogues → 50 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 14%|█▍ | 101/700 [01:23<08:12, 1.22it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Espagne: 148 dialogues → 72 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 15%|█▍ | 102/700 [01:23<08:30, 1.17it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Noellet: 173 dialogues → 84 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 15%|█▍ | 103/700 [01:25<10:03, 1.01s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Oberle: 150 dialogues → 73 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 15%|█▍ | 104/700 [01:27<11:56, 1.20s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Perrette: 779 dialogues → 387 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 15%|█▌ | 105/700 [01:27<10:24, 1.05s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-Stephanette: 412 dialogues → 204 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 15%|█▌ | 106/700 [01:28<10:10, 1.03s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-ame: 211 dialogues → 103 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 15%|█▌ | 107/700 [01:29<09:30, 1.04it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-barriere: 120 dialogues → 58 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 15%|█▌ | 108/700 [01:30<09:50, 1.00it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-ble: 252 dialogues → 124 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 16%|█▌ | 109/700 [01:31<09:44, 1.01it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-isolee: 241 dialogues → 118 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 16%|█▌ | 110/700 [01:32<08:43, 1.13it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-sarcelle: 83 dialogues → 39 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 16%|█▌ | 111/700 [01:32<08:03, 1.22it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin-tante: 46 dialogues → 21 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 16%|█▌ | 112/700 [01:33<08:05, 1.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bazin_La_terre_qui_meurt: 142 dialogues → 69 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 16%|█▌ | 113/700 [01:34<06:33, 1.49it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Beauclair-ferme: 4 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 16%|█▋ | 114/700 [01:34<06:08, 1.59it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Beaulieu_Le_Robinson_de_douze_ans: 34 dialogues → 15 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 16%|█▋ | 115/700 [01:35<06:06, 1.59it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bernhardt_Jolie_sosie: 69 dialogues → 32 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 17%|█▋ | 116/700 [01:35<05:23, 1.81it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bersier-contes: 11 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 17%|█▋ | 117/700 [01:36<05:12, 1.87it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bertin-Friquet: 422 dialogues → 209 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 17%|█▋ | 118/700 [01:36<04:25, 2.19it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Blade_10_contes_de_loups: 201 dialogues → 98 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 17%|█▋ | 119/700 [01:37<06:34, 1.47it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Blasco_Ibanez-cavaliers: 80 dialogues → 38 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 17%|█▋ | 120/700 [01:38<08:49, 1.10it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Blasco_Ibanez-morts: 63 dialogues → 29 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 17%|█▋ | 121/700 [01:40<09:47, 1.01s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Blemont-contes: 424 dialogues → 210 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 17%|█▋ | 122/700 [01:41<11:17, 1.17s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boisgobey-crime: 1563 dialogues → 779 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 18%|█▊ | 123/700 [01:43<11:52, 1.24s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boisgobey-double-blanc: 52 dialogues → 24 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 18%|█▊ | 124/700 [01:44<12:12, 1.27s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boisgobey-opera-1: 21 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 18%|█▊ | 125/700 [01:45<12:46, 1.33s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boisgobey-opera-2: 39 dialogues → 17 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 18%|█▊ | 126/700 [01:47<12:16, 1.28s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boisgobey-voilette: 6 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 18%|█▊ | 127/700 [01:48<12:10, 1.27s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boisgobey_La_main_froide: 123 dialogues → 59 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 18%|█▊ | 128/700 [01:49<11:41, 1.23s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boisgobey_Le_pouce_crochu: 86 dialogues → 41 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 18%|█▊ | 129/700 [01:49<09:30, 1.00it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boissieres-crime: 4 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 19%|█▊ | 130/700 [01:51<09:40, 1.02s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bouilly_Contes_a_mes_petites_amies: 236 dialogues → 116 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 19%|█▊ | 131/700 [01:52<10:51, 1.14s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bourget_Andre_Cornelis: 123 dialogues → 59 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 19%|█▉ | 132/700 [01:53<09:32, 1.01s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bourget_Le_danseur_mondain: 167 dialogues → 81 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 19%|█▉ | 133/700 [01:53<07:16, 1.30it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bourget_Pauvre_petite: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 19%|█▉ | 134/700 [01:56<13:45, 1.46s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boussenard-Caoutchouc: 2092 dialogues → 1044 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 19%|█▉ | 135/700 [01:59<18:20, 1.95s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boussenard-Guyane: 1426 dialogues → 711 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 19%|█▉ | 136/700 [02:00<16:49, 1.79s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boussenard-Macedoine: 1441 dialogues → 718 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 20%|█▉ | 137/700 [02:04<22:57, 2.45s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boussenard-Synthese: 2356 dialogues → 1176 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 20%|█▉ | 138/700 [02:07<22:40, 2.42s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boussenard-aventures: 62 dialogues → 29 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 20%|█▉ | 139/700 [02:09<21:08, 2.26s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boussenard-enfer: 1799 dialogues → 897 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 20%|██ | 140/700 [02:11<20:37, 2.21s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boussenard-gamin: 1099 dialogues → 547 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 20%|██ | 141/700 [02:12<16:47, 1.80s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boylesve-fleurs: 156 dialogues → 76 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 20%|██ | 142/700 [02:12<13:43, 1.48s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boylesve_Le_Bonheur_a_cinq_sous: 150 dialogues → 73 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 20%|██ | 143/700 [02:13<10:41, 1.15s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boylesve_Le_carrosse_aux_deux_lezards_verts: 22 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 21%|██ | 145/700 [02:14<07:00, 1.32it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Boylesve_Le_dangereux_jeune_homme: 308 dialogues → 152 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 21%|██ | 147/700 [02:15<06:33, 1.41it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bronte-Grey: 662 dialogues → 329 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 21%|██ | 148/700 [02:18<12:33, 1.37s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bronte-Shirley-1: 1598 dialogues → 797 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 21%|██▏ | 149/700 [02:19<13:26, 1.46s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bronte-Shirley-2: 1751 dialogues → 873 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 21%|██▏ | 150/700 [02:21<12:47, 1.40s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bronte-professeur: 796 dialogues → 396 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 22%|██▏ | 151/700 [02:22<12:34, 1.38s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bronte_Jane_Eyre_1: 1199 dialogues → 597 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 22%|██▏ | 152/700 [02:23<13:02, 1.43s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bronte_Jane_Eyre_2: 1393 dialogues → 694 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 22%|██▏ | 153/700 [02:25<13:09, 1.44s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bronte_Les_Hauts_de_Hurle_Vent: 187 dialogues → 91 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 22%|██▏ | 155/700 [02:25<07:34, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Buet_Le_chasseur_dours: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 22%|██▏ | 156/700 [02:26<07:24, 1.22it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Bulwer_Lytton_La_race_future: 18 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 22%|██▏ | 157/700 [02:27<07:44, 1.17it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Burnett-Lord: 693 dialogues → 344 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 23%|██▎ | 158/700 [02:28<07:50, 1.15it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Carraud-Jeanne: 900 dialogues → 448 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 23%|██▎ | 159/700 [02:29<07:51, 1.15it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Carraud-contes: 340 dialogues → 168 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 23%|██▎ | 160/700 [02:30<07:04, 1.27it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chamisso-Peter: 120 dialogues → 58 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 23%|██▎ | 161/700 [02:31<07:34, 1.19it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chandeneux-capitaine: 86 dialogues → 41 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 23%|██▎ | 162/700 [02:31<06:53, 1.30it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chandeneux-colonel: 58 dialogues → 27 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 23%|██▎ | 163/700 [02:32<06:33, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chandeneux-femmes: 54 dialogues → 25 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 23%|██▎ | 164/700 [02:32<05:58, 1.50it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chandeneux-mariage: 11 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 24%|██▎ | 166/700 [02:33<04:10, 2.14it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chavannes-Californie: 79 dialogues → 37 conversations\n", " Chavannes-Patrice: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 24%|██▍ | 167/700 [02:34<05:31, 1.61it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Cherbuliez-fragiles: 715 dialogues → 355 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 24%|██▍ | 169/700 [02:35<04:47, 1.85it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chevalier-Iroquois: 112 dialogues → 54 conversations\n", " Chevalier-Iroquoise: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 24%|██▍ | 170/700 [02:36<05:27, 1.62it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chevalier-chasseur: 82 dialogues → 39 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 24%|██▍ | 171/700 [02:36<05:31, 1.60it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chevalier-enfer: 93 dialogues → 44 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 25%|██▍ | 172/700 [02:37<06:02, 1.46it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chevalier-gibet: 127 dialogues → 61 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 25%|██▍ | 173/700 [02:38<06:16, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Chevalier_La_Capitaine: 100 dialogues → 48 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 25%|██▍ | 174/700 [02:39<06:03, 1.45it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Cim-Leveille: 529 dialogues → 262 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 25%|██▌ | 175/700 [02:39<05:16, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Cim_Contes_et_souvenirs_de_mon_pays: 278 dialogues → 137 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 25%|██▌ | 176/700 [02:40<05:03, 1.72it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Cim_Histoire_dun_baiser: 64 dialogues → 30 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 25%|██▌ | 177/700 [02:42<09:05, 1.04s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Collins-dame: 106 dialogues → 51 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 25%|██▌ | 178/700 [02:44<12:32, 1.44s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Collins-ecrit: 1653 dialogues → 824 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 26%|██▌ | 179/700 [02:45<10:43, 1.23s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Collins-hante: 335 dialogues → 165 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 26%|██▌ | 180/700 [02:45<09:07, 1.05s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Collodi-Pinocchio: 104 dialogues → 50 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 26%|██▌ | 181/700 [02:46<07:12, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Colomb-contes: 157 dialogues → 76 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 26%|██▌ | 182/700 [02:46<06:56, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Colomb-vrais: 440 dialogues → 218 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 26%|██▌ | 183/700 [02:47<06:26, 1.34it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Conscience-gentilhomme: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 26%|██▋ | 184/700 [02:48<07:06, 1.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Conscience-noblesse: 159 dialogues → 77 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 26%|██▋ | 185/700 [02:49<06:33, 1.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Conscience-ouvriers: 33 dialogues → 14 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 27%|██▋ | 186/700 [02:50<06:38, 1.29it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Conscience-tombe: 26 dialogues → 11 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 27%|██▋ | 187/700 [02:50<05:47, 1.47it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Constant-Adolphe: 89 dialogues → 42 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 27%|██▋ | 188/700 [02:51<05:42, 1.50it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Contes-Bretagne: 48 dialogues → 22 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 27%|██▋ | 189/700 [02:51<05:48, 1.47it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Contes-oublies: 58 dialogues → 27 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 27%|██▋ | 190/700 [02:52<05:25, 1.57it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Contes_de_Noel: 106 dialogues → 51 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 27%|██▋ | 191/700 [02:52<04:22, 1.94it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Contes_populaires_lorrains: 215 dialogues → 105 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 27%|██▋ | 192/700 [02:55<09:11, 1.09s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Cooper-Mohicans: 104 dialogues → 50 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 28%|██▊ | 193/700 [02:55<08:56, 1.06s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Coppee_Contes_rapides: 176 dialogues → 86 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 28%|██▊ | 194/700 [02:56<07:23, 1.14it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Coppee_Contes_tout_simples: 58 dialogues → 27 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 28%|██▊ | 195/700 [02:56<06:07, 1.37it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Coppee_Henriette: 27 dialogues → 11 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 28%|██▊ | 196/700 [02:57<05:26, 1.55it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Cretin-Trotty: 290 dialogues → 143 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 28%|██▊ | 197/700 [02:57<04:25, 1.89it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Curtil-fables: 24 dialogues → 10 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 28%|██▊ | 198/700 [02:58<04:30, 1.86it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Dash-voleur: 39 dialogues → 17 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 28%|██▊ | 199/700 [02:58<04:58, 1.68it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-Alpes: 607 dialogues → 301 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 29%|██▊ | 200/700 [02:59<06:09, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-Chose: 382 dialogues → 189 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 29%|██▊ | 201/700 [03:00<06:05, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-E-Delphine: 28 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 29%|██▉ | 202/700 [03:02<09:10, 1.11s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-Jack: 416 dialogues → 206 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 29%|██▉ | 203/700 [03:03<08:00, 1.03it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-Ninette: 397 dialogues → 196 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 29%|██▉ | 204/700 [03:04<08:24, 1.02s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-Risler: 174 dialogues → 85 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 29%|██▉ | 205/700 [03:05<08:34, 1.04s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-Roumestan: 416 dialogues → 206 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 29%|██▉ | 206/700 [03:06<08:02, 1.02it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-Sapho: 170 dialogues → 83 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 30%|██▉ | 207/700 [03:07<09:16, 1.13s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-evangeliste: 629 dialogues → 312 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 30%|██▉ | 208/700 [03:09<09:58, 1.22s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-immortel: 402 dialogues → 199 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 30%|██▉ | 209/700 [03:10<09:11, 1.12s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet-lundi: 321 dialogues → 158 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 30%|███ | 210/700 [03:11<10:11, 1.25s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daudet_Fils_demigre: 115 dialogues → 55 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 30%|███ | 211/700 [03:13<12:02, 1.48s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Daulnoy-contes: 832 dialogues → 414 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 30%|███ | 212/700 [03:15<11:41, 1.44s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Defoe-Mollflanders: 131 dialogues → 63 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 30%|███ | 213/700 [03:16<11:01, 1.36s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Defoe-Robinson-1: 187 dialogues → 91 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 31%|███ | 214/700 [03:17<11:11, 1.38s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Defoe-Robinson-2: 297 dialogues → 146 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 31%|███ | 215/700 [03:18<08:46, 1.08s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Deltuf-ferme: 138 dialogues → 67 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 31%|███ | 216/700 [03:18<06:39, 1.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Denon_Point_de_lendemain: 102 dialogues → 49 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 31%|███ | 217/700 [03:19<06:30, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Deslys_Lami_du_village: 625 dialogues → 310 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 31%|███ | 218/700 [03:19<05:27, 1.47it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Deslys_Le_blesse_de_Gravelotte: 23 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 31%|███▏ | 219/700 [03:20<05:44, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Dhanys-Phanette: 20 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 31%|███▏ | 220/700 [03:21<06:33, 1.22it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Dickens-Collins-abime: 70 dialogues → 33 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 32%|███▏ | 221/700 [03:22<08:32, 1.07s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Diderot-Jacques: 968 dialogues → 482 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 32%|███▏ | 222/700 [03:23<08:23, 1.05s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Diderot-religieuse: 883 dialogues → 439 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 32%|███▏ | 223/700 [03:24<06:58, 1.14it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Dombre-Folla: 283 dialogues → 139 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 32%|███▏ | 224/700 [03:25<06:33, 1.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Dombre-Nounou: 534 dialogues → 265 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 32%|███▏ | 225/700 [03:25<06:23, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Dombre-pupille: 104 dialogues → 50 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 32%|███▏ | 226/700 [03:26<05:54, 1.34it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Dombre-tuteur: 62 dialogues → 29 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 32%|███▏ | 227/700 [03:27<05:59, 1.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-aventures: 132 dialogues → 64 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 33%|███▎ | 228/700 [03:27<05:46, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-ceinture: 254 dialogues → 125 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 33%|███▎ | 229/700 [03:29<06:39, 1.18it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-chien: 910 dialogues → 453 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 33%|███▎ | 230/700 [03:29<06:04, 1.29it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-ciel: 390 dialogues → 193 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 33%|███▎ | 231/700 [03:30<06:07, 1.28it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-crime: 435 dialogues → 215 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 33%|███▎ | 232/700 [03:31<06:02, 1.29it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-exploits: 248 dialogues → 122 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 33%|███▎ | 233/700 [03:32<06:13, 1.25it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-marque: 509 dialogues → 252 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 33%|███▎ | 234/700 [03:33<07:55, 1.02s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-monde: 146 dialogues → 71 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 34%|███▎ | 235/700 [03:34<07:48, 1.01s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-nouvelles-aventures: 110 dialogues → 53 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 34%|███▎ | 236/700 [03:35<07:41, 1.01it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-peur: 1004 dialogues → 500 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 34%|███▍ | 237/700 [03:36<06:58, 1.11it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-resurrection: 27 dialogues → 11 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 34%|███▍ | 238/700 [03:37<06:53, 1.12it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-souvenirs: 98 dialogues → 47 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 34%|███▍ | 239/700 [03:37<06:24, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Doyle-triomphe: 61 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 34%|███▍ | 240/700 [03:38<07:02, 1.09it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Dumas-fils-camelias: 591 dialogues → 293 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 34%|███▍ | 241/700 [03:39<07:06, 1.08it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Edgeworth-contes: 1094 dialogues → 545 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 35%|███▍ | 242/700 [03:40<06:26, 1.18it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Eekhoud-faneuse: 55 dialogues → 25 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 35%|███▍ | 243/700 [03:40<05:12, 1.46it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Elzear-femme: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 35%|███▍ | 244/700 [03:41<06:07, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann-Chatrian-Waterloo: 280 dialogues → 138 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 35%|███▌ | 245/700 [03:42<06:28, 1.17it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann-Chatrian-freres: 679 dialogues → 337 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 35%|███▌ | 246/700 [03:43<06:48, 1.11it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann-Chatrian-paysan-1: 122 dialogues → 59 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 35%|███▌ | 247/700 [03:45<07:22, 1.02it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann-Chatrian-paysan-2: 113 dialogues → 54 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 35%|███▌ | 248/700 [03:46<09:17, 1.23s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann-Chatrian-paysan-3: 138 dialogues → 67 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 36%|███▌ | 249/700 [03:48<09:11, 1.22s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann-Chatrian-paysan-4: 182 dialogues → 89 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 36%|███▌ | 250/700 [03:49<08:39, 1.15s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann-Chatrian-peuple: 158 dialogues → 77 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 36%|███▌ | 251/700 [03:50<08:29, 1.13s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann-invasion: 979 dialogues → 487 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 36%|███▌ | 252/700 [03:50<06:57, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann_Chatrian_Confidences_dun_joueur_de_clarinette: 51 dialogues → 23 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 36%|███▌ | 253/700 [03:51<06:38, 1.12it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann_Chatrian_Contes_1: 447 dialogues → 221 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 36%|███▋ | 254/700 [03:52<06:21, 1.17it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann_Chatrian_Contes_2: 163 dialogues → 79 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 36%|███▋ | 255/700 [03:53<06:20, 1.17it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann_Chatrian_Contes_3: 604 dialogues → 300 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 37%|███▋ | 256/700 [03:53<06:23, 1.16it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann_Chatrian_Histoire_dun__conscrit_de_1813: 585 dialogues → 290 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 37%|███▋ | 257/700 [03:54<06:29, 1.14it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann_Chatrian_Lami_Fritz: 775 dialogues → 385 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 37%|███▋ | 258/700 [03:55<05:25, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Erckmann_Chatrian_Les_annees_de_college_de_maitre_Nablot: 38 dialogues → 17 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 37%|███▋ | 260/700 [03:55<03:47, 1.93it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ferrand-Japon: 20 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 37%|███▋ | 261/700 [03:57<05:14, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-Camors: 156 dialogues → 76 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 37%|███▋ | 262/700 [03:57<04:42, 1.55it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-Julia: 11 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 38%|███▊ | 263/700 [03:58<05:22, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-Philippe: 26 dialogues → 11 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 38%|███▊ | 264/700 [03:59<04:54, 1.48it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-Polichinelle: 190 dialogues → 93 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 38%|███▊ | 265/700 [04:00<06:46, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-Sibylle: 30 dialogues → 13 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 38%|███▊ | 266/700 [04:01<05:45, 1.26it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-comtesse: 50 dialogues → 23 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 38%|███▊ | 267/700 [04:01<05:44, 1.26it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-honneur: 142 dialogues → 69 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 38%|███▊ | 268/700 [04:02<05:20, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-journal: 69 dialogues → 32 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 38%|███▊ | 269/700 [04:03<05:18, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feuillet-pauvre: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 39%|███▊ | 270/700 [04:03<05:01, 1.43it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feydeau-dindon: 48 dialogues → 22 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 39%|███▊ | 271/700 [04:04<04:13, 1.69it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feydeau-dormez: 21 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 39%|███▉ | 272/700 [04:04<03:50, 1.86it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Feydeau-premieres: 57 dialogues → 26 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 39%|███▉ | 273/700 [04:06<06:40, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Flaubert-Bovary: 247 dialogues → 121 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 39%|███▉ | 274/700 [04:06<05:38, 1.26it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Flaubert-contes: 19 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 39%|███▉ | 275/700 [04:08<08:08, 1.15s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Flaubert-education: 308 dialogues → 152 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 39%|███▉ | 276/700 [04:09<07:28, 1.06s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Flaubert-jeunesse-1: 61 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 40%|███▉ | 277/700 [04:10<07:33, 1.07s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Flaubert-jeunesse-2: 29 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 40%|███▉ | 278/700 [04:12<08:14, 1.17s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Fleuriot-Alberte: 522 dialogues → 259 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 40%|███▉ | 279/700 [04:13<07:35, 1.08s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Fleuriot-bouche: 594 dialogues → 295 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 40%|████ | 280/700 [04:13<06:27, 1.08it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Fleuriot-conge: 164 dialogues → 80 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 40%|████ | 281/700 [04:14<05:48, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Fleuriot-enfant: 695 dialogues → 345 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 40%|████ | 282/700 [04:15<05:55, 1.18it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Fleuriot-tranquille: 1066 dialogues → 531 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 40%|████ | 283/700 [04:15<05:33, 1.25it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Foa-enfants: 94 dialogues → 45 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 41%|████ | 284/700 [04:16<04:56, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Foa-laide: 36 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 41%|████ | 285/700 [04:17<05:21, 1.29it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Foa-litterateurs: 958 dialogues → 477 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 41%|████ | 286/700 [04:17<04:30, 1.53it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Foa-poete: 9 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 41%|████ | 287/700 [04:18<05:04, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Foa-princes: 852 dialogues → 424 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 41%|████ | 288/700 [04:19<05:12, 1.32it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Foa-resignation: 157 dialogues → 76 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 41%|████▏ | 289/700 [04:20<04:58, 1.38it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Foa-savants: 38 dialogues → 17 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 41%|████▏ | 290/700 [04:20<04:49, 1.42it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Foa-travail: 49 dialogues → 22 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 42%|████▏ | 291/700 [04:21<04:20, 1.57it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Fougeret-Margot: 74 dialogues → 35 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 42%|████▏ | 292/700 [04:21<03:51, 1.76it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " France-Tournebroche: 174 dialogues → 85 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 42%|████▏ | 293/700 [04:22<04:04, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " France-histoire-1-mail: 74 dialogues → 35 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 42%|████▏ | 294/700 [04:23<04:44, 1.43it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " France-histoire-2-mannequin: 66 dialogues → 31 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 42%|████▏ | 295/700 [04:24<05:59, 1.13it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " France-histoire-3-anneau: 101 dialogues → 48 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 42%|████▏ | 296/700 [04:25<06:21, 1.06it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " France-histoire-4-Bergeret: 103 dialogues → 49 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 42%|████▏ | 297/700 [04:26<07:02, 1.05s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-Lecoq-1: 263 dialogues → 129 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 43%|████▎ | 298/700 [04:28<08:59, 1.34s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-Lecoq-2: 248 dialogues → 122 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 43%|████▎ | 299/700 [04:30<09:41, 1.45s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-Orcival: 349 dialogues → 172 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 43%|████▎ | 300/700 [04:31<09:08, 1.37s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-argent-1: 23 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 43%|████▎ | 301/700 [04:32<08:30, 1.28s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-argent-2: 79 dialogues → 37 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 43%|████▎ | 302/700 [04:33<07:16, 1.10s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-bureau: 47 dialogues → 21 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 43%|████▎ | 303/700 [04:35<09:19, 1.41s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-clique: 230 dialogues → 113 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 43%|████▎ | 304/700 [04:38<12:43, 1.93s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-corde: 295 dialogues → 145 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 44%|████▎ | 305/700 [04:40<11:57, 1.82s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau-dossier: 70 dialogues → 33 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 44%|████▎ | 306/700 [04:40<08:48, 1.34s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaboriau_Le_petit_vieux_des_Batignolles: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 44%|████▍ | 307/700 [04:41<07:09, 1.09s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Galopin-affaire: 38 dialogues → 17 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 44%|████▍ | 308/700 [04:43<09:38, 1.48s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Galopin-aviateur-1: 384 dialogues → 190 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 44%|████▍ | 309/700 [04:46<12:11, 1.87s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Galopin-aviateur-2: 314 dialogues → 155 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 44%|████▍ | 310/700 [04:46<09:29, 1.46s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Galopin-bacille: 63 dialogues → 29 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 44%|████▍ | 311/700 [04:48<09:41, 1.49s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Galopin-cambrioleur: 91 dialogues → 43 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 45%|████▍ | 312/700 [04:49<09:07, 1.41s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Galopin-sergent: 130 dialogues → 63 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 45%|████▍ | 313/700 [04:49<07:01, 1.09s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaskell-Leigh: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 45%|████▌ | 315/700 [04:50<04:51, 1.32it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaskell-cousine: 279 dialogues → 137 conversations\n", " Gaskell-fossoyeur: 20 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 45%|████▌ | 316/700 [04:51<04:52, 1.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gaskell-mai: 341 dialogues → 168 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 45%|████▌ | 317/700 [04:52<04:46, 1.34it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gauguin-avant: 261 dialogues → 128 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 45%|████▌ | 318/700 [04:54<08:08, 1.28s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gautier-Fracasse: 973 dialogues → 484 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 46%|████▌ | 319/700 [04:56<08:34, 1.35s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gautier-Maupin: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 46%|████▌ | 320/700 [04:57<07:09, 1.13s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Girardin-Balzac: 57 dialogues → 26 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 46%|████▌ | 321/700 [04:57<05:30, 1.15it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Girardin-Jeannot: 129 dialogues → 62 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 46%|████▌ | 322/700 [04:57<04:15, 1.48it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Girardin-aventures: 66 dialogues → 31 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 46%|████▌ | 323/700 [04:58<05:05, 1.23it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Goethe-affinites: 17 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 46%|████▋ | 324/700 [04:58<04:12, 1.49it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gogol-manteau: 26 dialogues → 11 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 46%|████▋ | 325/700 [04:59<03:25, 1.82it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gogol-perspective: 23 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 47%|████▋ | 326/700 [04:59<03:21, 1.86it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Goncourt-Elisa: 65 dialogues → 30 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 47%|████▋ | 327/700 [05:00<03:53, 1.60it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Goncourt-Germinie: 16 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 47%|████▋ | 328/700 [05:01<05:04, 1.22it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Goncourt-Gervaisais: 260 dialogues → 128 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 47%|████▋ | 329/700 [05:03<06:03, 1.02it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-Cousine: 543 dialogues → 269 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 47%|████▋ | 330/700 [05:03<05:30, 1.12it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-caniche: 97 dialogues → 46 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 47%|████▋ | 331/700 [05:04<04:49, 1.27it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-chateau: 311 dialogues → 153 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 47%|████▋ | 332/700 [05:05<04:31, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-colporteur: 174 dialogues → 85 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 48%|████▊ | 333/700 [05:05<04:18, 1.42it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-ferme: 127 dialogues → 61 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 48%|████▊ | 334/700 [05:06<04:15, 1.43it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-grand-mere: 453 dialogues → 224 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 48%|████▊ | 335/700 [05:07<04:13, 1.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-grande: 186 dialogues → 91 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 48%|████▊ | 336/700 [05:07<03:59, 1.52it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-guide: 111 dialogues → 53 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 48%|████▊ | 337/700 [05:08<04:19, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-maitresse: 590 dialogues → 293 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 48%|████▊ | 338/700 [05:09<04:12, 1.43it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-maman: 182 dialogues → 89 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 48%|████▊ | 339/700 [05:09<04:11, 1.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-or: 402 dialogues → 199 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 49%|████▊ | 340/700 [05:10<04:09, 1.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-professeur: 457 dialogues → 226 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 49%|████▊ | 341/700 [05:11<04:07, 1.45it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-quand: 455 dialogues → 225 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 49%|████▉ | 342/700 [05:11<03:56, 1.52it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gouraud-retour: 313 dialogues → 154 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 49%|████▉ | 344/700 [05:12<02:51, 2.08it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gozlan-capitaine: 51 dialogues → 23 conversations\n", " Gozlan-dame: 8 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 49%|████▉ | 345/700 [05:12<02:33, 2.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gozlan-prince: 146 dialogues → 71 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 50%|████▉ | 347/700 [05:13<02:36, 2.26it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Guizot-contes: 18 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 50%|████▉ | 348/700 [05:14<04:01, 1.46it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Gyp-Bijou: 64 dialogues → 30 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 50%|████▉ | 349/700 [05:16<05:35, 1.05it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hasek-soldat-aventures: 235 dialogues → 115 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 50%|█████ | 350/700 [05:17<05:36, 1.04it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hasek-soldat: 216 dialogues → 106 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 50%|█████ | 351/700 [05:18<05:22, 1.08it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hauff-caravane: 409 dialogues → 202 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 50%|█████ | 352/700 [05:19<05:23, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hawthorne-etranges: 11 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 50%|█████ | 353/700 [05:20<05:33, 1.04it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hawthorne-lettre: 92 dialogues → 44 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 51%|█████ | 354/700 [05:21<05:11, 1.11it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hawthorne-merveilles: 409 dialogues → 202 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 51%|█████ | 356/700 [05:21<03:17, 1.75it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hodgson-monstre: 13 dialogues → 4 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 51%|█████ | 358/700 [05:22<02:27, 2.32it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hodgson-spectres: 8 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 51%|█████▏ | 359/700 [05:23<04:08, 1.37it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hugo-93: 197 dialogues → 96 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 51%|█████▏ | 360/700 [05:25<05:17, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hugo-miserables-1: 179 dialogues → 87 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 52%|█████▏ | 361/700 [05:26<05:44, 1.02s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hugo-miserables-2: 134 dialogues → 65 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 52%|█████▏ | 362/700 [05:28<07:33, 1.34s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hugo-miserables-3: 123 dialogues → 59 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 52%|█████▏ | 363/700 [05:30<08:25, 1.50s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hugo-miserables-4: 115 dialogues → 55 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 52%|█████▏ | 364/700 [05:31<08:02, 1.44s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hugo-miserables-5: 83 dialogues → 39 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 52%|█████▏ | 365/700 [05:33<08:10, 1.46s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Hugo-travailleurs: 66 dialogues → 31 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 52%|█████▏ | 366/700 [05:33<06:11, 1.11s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Huysmans-dilemme: 16 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 52%|█████▏ | 367/700 [05:34<05:27, 1.02it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Huysmans-nouvelles: 105 dialogues → 50 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 53%|█████▎ | 368/700 [05:34<04:34, 1.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ibsen-amour: 28 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 53%|█████▎ | 369/700 [05:34<03:48, 1.45it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Irving-Rip: 17 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 53%|█████▎ | 370/700 [05:35<03:36, 1.52it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Irving-contes-2: 58 dialogues → 27 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 53%|█████▎ | 371/700 [05:35<03:14, 1.69it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Irving-contes-3: 147 dialogues → 71 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 53%|█████▎ | 372/700 [05:36<03:22, 1.62it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Irving-contes-4: 141 dialogues → 68 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 53%|█████▎ | 373/700 [05:37<03:12, 1.70it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Irving-contes: 145 dialogues → 70 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 54%|█████▎ | 375/700 [05:38<03:36, 1.50it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ivoi-01-Lavarede: 129 dialogues → 62 conversations\n", " Jarry-Alceste: 6 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 54%|█████▎ | 376/700 [05:39<04:20, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Jerome-Allemagne: 89 dialogues → 42 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 54%|█████▍ | 377/700 [05:41<05:21, 1.00it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Jerome-bateau: 417 dialogues → 206 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 54%|█████▍ | 379/700 [05:41<03:16, 1.63it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Karr-mer: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 54%|█████▍ | 380/700 [05:42<02:41, 1.98it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Kleist-marquise: 109 dialogues → 52 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 54%|█████▍ | 381/700 [05:43<03:16, 1.63it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Kock-enfant: 952 dialogues → 474 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 55%|█████▍ | 382/700 [05:43<03:12, 1.65it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Kraszewski-Oulana: 15 dialogues → 5 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 55%|█████▍ | 383/700 [05:43<02:40, 1.98it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Labedolliere-histoire: 184 dialogues → 90 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 55%|█████▌ | 385/700 [05:44<02:27, 2.13it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Laboulaye-bleus2: 148 dialogues → 72 conversations\n", " Laboulaye-contes: 12 dialogues → 4 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 55%|█████▌ | 386/700 [05:44<01:56, 2.70it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lafargue-paradis: 4 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 55%|█████▌ | 387/700 [05:45<02:29, 2.10it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lafayette-princesse: 17 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 55%|█████▌ | 388/700 [05:46<02:28, 2.10it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lafon-Gilles: 34 dialogues → 15 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 56%|█████▌ | 389/700 [05:46<02:33, 2.03it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lafontaine-fables-1: 196 dialogues → 96 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 56%|█████▌ | 390/700 [05:47<02:40, 1.93it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lafontaine-fables-2: 189 dialogues → 92 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 56%|█████▌ | 391/700 [05:47<02:49, 1.82it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lafontaine-fables-3: 195 dialogues → 95 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 56%|█████▌ | 392/700 [05:48<02:46, 1.85it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lander-marguerites: 25 dialogues → 10 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 56%|█████▌ | 393/700 [05:49<03:26, 1.49it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Laurie-Athenes: 567 dialogues → 281 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 56%|█████▋ | 394/700 [05:50<04:10, 1.22it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Laurie-Robinson: 590 dialogues → 293 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 56%|█████▋ | 395/700 [05:51<04:48, 1.06it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Laurie-Suisse: 1149 dialogues → 572 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 57%|█████▋ | 396/700 [05:53<05:38, 1.11s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Laurie-collegien: 456 dialogues → 226 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 57%|█████▋ | 397/700 [05:55<06:32, 1.30s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Laurie-russe: 743 dialogues → 369 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 57%|█████▋ | 398/700 [05:56<06:11, 1.23s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lautreamont-Maldoror: 121 dialogues → 58 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 57%|█████▋ | 399/700 [05:56<04:38, 1.08it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lautreamont-poesies: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 57%|█████▋ | 400/700 [05:57<04:21, 1.15it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lavalley-legendes: 164 dialogues → 80 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 57%|█████▋ | 401/700 [05:57<03:47, 1.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lefanu-carmilla: 36 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 57%|█████▋ | 402/700 [05:58<03:32, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lenotre-Noel: 73 dialogues → 34 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 58%|█████▊ | 403/700 [05:58<03:21, 1.47it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Leprince_de_Beaumont_Contes_de_fees: 340 dialogues → 168 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 58%|█████▊ | 404/700 [05:59<03:20, 1.47it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lermina-aventure: 172 dialogues → 84 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 58%|█████▊ | 405/700 [05:59<02:43, 1.80it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lermina-enigme: 13 dialogues → 4 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 58%|█████▊ | 406/700 [06:01<03:56, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lermina-histoires: 294 dialogues → 145 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 58%|█████▊ | 407/700 [06:01<03:11, 1.53it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lermina-morte: 17 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 58%|█████▊ | 408/700 [06:01<02:34, 1.88it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lermina-vie: 17 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 58%|█████▊ | 409/700 [06:02<02:25, 2.00it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Leroy-Allais-Renard: 12 dialogues → 4 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 59%|█████▊ | 410/700 [06:02<02:14, 2.15it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Leroy-Allais-betes: 7 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 59%|█████▊ | 411/700 [06:03<02:51, 1.68it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Les_soirees_de_Medan: 247 dialogues → 121 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 59%|█████▉ | 412/700 [06:03<02:53, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Level-enfer: 74 dialogues → 35 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 59%|█████▉ | 413/700 [06:04<02:54, 1.64it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Level-epouvante: 107 dialogues → 51 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 59%|█████▉ | 414/700 [06:07<05:38, 1.18s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lewis-moine: 183 dialogues → 89 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 59%|█████▉ | 416/700 [06:07<03:37, 1.30it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lichtenberger-Trott: 26 dialogues → 11 conversations\n", " Lie-sorcier: 23 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 60%|█████▉ | 417/700 [06:08<03:47, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Livre-contes: 419 dialogues → 207 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 60%|█████▉ | 418/700 [06:09<04:00, 1.17it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Lockroy-famille: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 60%|█████▉ | 419/700 [06:10<03:45, 1.25it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Loti-Islande: 42 dialogues → 19 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 60%|██████ | 420/700 [06:11<03:57, 1.18it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Loti-Yves: 105 dialogues → 50 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 60%|██████ | 421/700 [06:12<03:38, 1.28it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Loti-enfant: 75 dialogues → 35 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 60%|██████ | 422/700 [06:12<03:12, 1.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Loti-jeunesse: 72 dialogues → 34 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 60%|██████ | 423/700 [06:12<02:51, 1.61it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Louys-pantin: 309 dialogues → 152 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 61%|██████ | 424/700 [06:13<03:20, 1.38it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mael-forban: 465 dialogues → 230 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 61%|██████ | 425/700 [06:14<03:16, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mael-hommes: 17 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 61%|██████ | 426/700 [06:15<03:27, 1.32it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mael-mousse: 243 dialogues → 119 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 61%|██████ | 427/700 [06:15<02:48, 1.62it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Maizeroy-amour: 10 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 61%|██████ | 428/700 [06:16<02:34, 1.76it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Maizeroy-fete: 36 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 61%|██████▏ | 429/700 [06:17<03:17, 1.37it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Anie: 136 dialogues → 66 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 61%|██████▏ | 430/700 [06:19<04:46, 1.06s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Baccara: 144 dialogues → 70 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 62%|██████▏ | 431/700 [06:20<05:44, 1.28s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Cara: 145 dialogues → 70 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 62%|██████▏ | 432/700 [06:22<05:51, 1.31s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Clotilde: 111 dialogues → 53 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 62%|██████▏ | 433/700 [06:23<05:43, 1.29s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Conscience: 165 dialogues → 80 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 62%|██████▏ | 434/700 [06:25<05:53, 1.33s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Enfamille: 1676 dialogues → 836 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 62%|██████▏ | 435/700 [06:26<05:36, 1.27s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Ghislaine: 119 dialogues → 57 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 62%|██████▏ | 436/700 [06:27<05:02, 1.14s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Juliette: 46 dialogues → 21 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 62%|██████▏ | 437/700 [06:27<04:39, 1.06s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-RomainKalbris: 67 dialogues → 31 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 63%|██████▎ | 438/700 [06:29<05:17, 1.21s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Sansfamille: 1316 dialogues → 656 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 63%|██████▎ | 439/700 [06:30<05:18, 1.22s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Seduction: 85 dialogues → 40 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 63%|██████▎ | 440/700 [06:32<05:49, 1.34s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Unefemmed'argent: 51 dialogues → 23 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 63%|██████▎ | 441/700 [06:33<06:07, 1.42s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-Zyte: 271 dialogues → 133 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 63%|██████▎ | 442/700 [06:35<05:40, 1.32s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-affaire: 87 dialogues → 41 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 63%|██████▎ | 443/700 [06:36<05:21, 1.25s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Malot-belle-mere: 78 dialogues → 37 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 64%|██████▎ | 445/700 [06:36<03:26, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Marcel-vagabonds: 555 dialogues → 275 conversations\n", " Marguerite-mer: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 64%|██████▎ | 446/700 [06:37<03:00, 1.41it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Margueritte-Poum: 89 dialogues → 42 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 64%|██████▍ | 447/700 [06:38<03:13, 1.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Margueritte-epreuve: 179 dialogues → 87 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 64%|██████▍ | 448/700 [06:39<03:26, 1.22it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Margueritte-garconne: 104 dialogues → 50 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 64%|██████▍ | 449/700 [06:40<03:27, 1.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mary-honte-1: 332 dialogues → 164 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 64%|██████▍ | 450/700 [06:41<04:03, 1.03it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mary-honte-2: 436 dialogues → 216 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 64%|██████▍ | 451/700 [06:42<04:13, 1.02s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mary-pocharde-1: 159 dialogues → 77 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 65%|██████▍ | 452/700 [06:44<04:57, 1.20s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mary-pocharde-2: 244 dialogues → 120 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 65%|██████▍ | 453/700 [06:45<05:25, 1.32s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mayne-Reid-cale: 71 dialogues → 33 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 65%|██████▍ | 454/700 [06:46<04:11, 1.02s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mayne-Reid-cheval: 6 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 65%|██████▌ | 455/700 [06:47<04:06, 1.01s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mayne-Reid-enfants: 12 dialogues → 4 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 65%|██████▌ | 456/700 [06:47<03:48, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mayne-Reid-foret: 8 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 65%|██████▌ | 457/700 [06:48<03:00, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mendes-crime: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 65%|██████▌ | 458/700 [06:48<02:24, 1.68it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Michel-contes: 48 dialogues → 22 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 66%|██████▌ | 459/700 [06:48<02:24, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mille-Louise: 86 dialogues → 41 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 66%|██████▌ | 460/700 [06:49<02:49, 1.42it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mirbeau-Jules: 113 dialogues → 54 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 66%|██████▌ | 461/700 [06:50<02:51, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mirbeau-jardin: 31 dialogues → 13 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 66%|██████▌ | 462/700 [06:51<02:55, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mirmont-contes: 127 dialogues → 61 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 66%|██████▌ | 463/700 [06:52<03:20, 1.18it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mistral-souvenirs: 291 dialogues → 143 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 66%|██████▋ | 464/700 [06:53<03:16, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Montepin-ventriloque-1: 341 dialogues → 168 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 66%|██████▋ | 465/700 [06:54<03:07, 1.25it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Montepin-ventriloque-2: 188 dialogues → 92 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 67%|██████▋ | 466/700 [06:55<03:20, 1.17it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Montepin-ventriloque-3: 1043 dialogues → 519 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 67%|██████▋ | 467/700 [06:55<02:40, 1.45it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Morin-defauts: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 67%|██████▋ | 468/700 [06:56<03:25, 1.13it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mullem-contes: 181 dialogues → 88 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 67%|██████▋ | 469/700 [06:57<03:07, 1.23it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Muller-enfantins: 232 dialogues → 114 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 67%|██████▋ | 470/700 [06:58<03:07, 1.23it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Muller_Contes_et_recits: 301 dialogues → 148 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 67%|██████▋ | 471/700 [06:58<02:57, 1.29it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mulock-Erlistoun: 26 dialogues → 11 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 67%|██████▋ | 472/700 [06:59<02:19, 1.63it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Mulock-mesalliance: 7 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 68%|██████▊ | 473/700 [06:59<02:23, 1.58it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Murger-jeunesse: 59 dialogues → 27 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 68%|██████▊ | 474/700 [07:00<01:55, 1.95it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Musset-Marianne: 7 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 68%|██████▊ | 475/700 [07:00<01:41, 2.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Musset-Paul-Monsieur: 34 dialogues → 15 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 68%|██████▊ | 476/700 [07:00<01:31, 2.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Musset-badine: 6 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 68%|██████▊ | 477/700 [07:01<02:20, 1.59it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Musset-contes: 188 dialogues → 92 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 68%|██████▊ | 478/700 [07:02<02:00, 1.84it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Musset-jurer: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 68%|██████▊ | 479/700 [07:02<01:38, 2.25it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Musset-nuit: 10 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 69%|██████▊ | 480/700 [07:02<01:24, 2.62it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Nau_Les_trois_amours_de_Benigno_Reyes: 29 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 69%|██████▊ | 481/700 [07:02<01:25, 2.58it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Nodier_Infernalia: 97 dialogues → 46 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 69%|██████▉ | 482/700 [07:03<01:25, 2.55it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Nouvelles-France: 30 dialogues → 13 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 69%|██████▉ | 483/700 [07:04<01:53, 1.91it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Nouvelles-monde: 84 dialogues → 40 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 69%|██████▉ | 484/700 [07:04<01:46, 2.03it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " O._Henry_La_chasse_au_tresor: 66 dialogues → 31 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 69%|██████▉ | 485/700 [07:04<01:35, 2.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " O._Henry_Les_nouvelles_aventures_de_Jeff_Peters: 21 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 69%|██████▉ | 486/700 [07:05<01:33, 2.28it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ohnet-Noir-Rose: 21 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 70%|██████▉ | 487/700 [07:06<02:16, 1.56it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ohnet-forges: 25 dialogues → 10 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 70%|██████▉ | 488/700 [07:07<02:57, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ohnet-marniere: 99 dialogues → 47 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 70%|██████▉ | 489/700 [07:08<02:44, 1.28it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ohnet_Lame_de_Pierre: 53 dialogues → 24 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 70%|███████ | 490/700 [07:09<03:00, 1.16it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Orain-Vilaine: 191 dialogues → 93 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 70%|███████ | 492/700 [07:10<02:25, 1.43it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Orain-contes: 155 dialogues → 75 conversations\n", " Orain-curiosite: 15 dialogues → 5 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 70%|███████ | 493/700 [07:11<02:40, 1.29it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Osquarr-fantome: 80 dialogues → 38 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 71%|███████ | 494/700 [07:12<02:25, 1.41it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pergaud-Goupil: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 71%|███████ | 495/700 [07:13<02:41, 1.27it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pergaud-Miraut: 56 dialogues → 26 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 71%|███████ | 496/700 [07:14<02:58, 1.14it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pergaud-boutons: 231 dialogues → 113 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 71%|███████ | 497/700 [07:14<02:24, 1.41it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Perrault-contes: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 71%|███████ | 498/700 [07:15<02:37, 1.29it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pirandello-Mathias: 79 dialogues → 37 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 71%|███████▏ | 499/700 [07:15<02:10, 1.54it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pirandello_Le_livret_rouge: 23 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 71%|███████▏ | 500/700 [07:16<02:00, 1.66it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pirandello_Vieille_Sicile: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 72%|███████▏ | 501/700 [07:16<01:54, 1.74it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pitray-Phileas: 28 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 72%|███████▏ | 502/700 [07:17<02:19, 1.42it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pitray-Tuileries: 335 dialogues → 165 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 72%|███████▏ | 503/700 [07:18<02:22, 1.38it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pitray-usine: 855 dialogues → 425 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 72%|███████▏ | 504/700 [07:19<02:04, 1.57it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pouchkine-Bielkine: 240 dialogues → 118 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 72%|███████▏ | 505/700 [07:19<01:39, 1.96it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pouchkine_La_dame_de_pique: 58 dialogues → 27 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 72%|███████▏ | 507/700 [07:20<01:24, 2.28it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Pouchkine_La_fille_du_capitaine: 494 dialogues → 245 conversations\n", " Pradez-idylle: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 73%|███████▎ | 508/700 [07:20<01:44, 1.84it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Prevost-Lescaut: 15 dialogues → 5 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 73%|███████▎ | 509/700 [07:21<01:39, 1.91it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Psichari_Le_voyage_du_centurion: 129 dialogues → 62 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 73%|███████▎ | 510/700 [07:21<01:39, 1.92it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Rabier-fables: 123 dialogues → 59 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 73%|███████▎ | 512/700 [07:23<02:01, 1.54it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Radcliffe-Italien: 97 dialogues → 46 conversations\n", " Radiguet-Pelican: 2 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 73%|███████▎ | 513/700 [07:24<01:55, 1.62it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Radiguet-bal: 105 dialogues → 50 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 73%|███████▎ | 514/700 [07:24<01:43, 1.80it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Radiguet-diable: 57 dialogues → 26 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 74%|███████▎ | 515/700 [07:24<01:23, 2.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Radiguet-joues: 9 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 74%|███████▎ | 516/700 [07:25<01:31, 2.02it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Renard-ecornifleur: 370 dialogues → 183 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 74%|███████▍ | 517/700 [07:26<01:33, 1.96it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Renard-theatre: 50 dialogues → 23 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 74%|███████▍ | 518/700 [07:26<01:21, 2.23it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Renard_Crime_de_village: 247 dialogues → 121 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 74%|███████▍ | 519/700 [07:26<01:14, 2.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Renard_Histoires_naturelles: 57 dialogues → 26 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 74%|███████▍ | 521/700 [07:27<01:10, 2.53it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Renard_Poil_de_carotte: 29 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 75%|███████▍ | 522/700 [07:27<01:07, 2.63it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Richomme-sorcier: 16 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 75%|███████▍ | 523/700 [07:27<01:03, 2.80it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Rod-chute: 16 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 75%|███████▍ | 524/700 [07:28<01:08, 2.58it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Rod-innocente: 38 dialogues → 17 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 75%|███████▌ | 526/700 [07:28<00:54, 3.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Rodenbach-Bruges: 17 dialogues → 6 conversations\n", " Ryner-Esclaves: 14 dialogues → 5 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 75%|███████▌ | 527/700 [07:29<01:07, 2.55it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Ryner-fourmi: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 75%|███████▌ | 528/700 [07:29<01:06, 2.59it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sacher-Masoch-hyene: 15 dialogues → 5 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 76%|███████▌ | 529/700 [07:30<01:36, 1.77it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sacher-Masoch-legs: 85 dialogues → 40 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 76%|███████▌ | 530/700 [07:31<01:29, 1.89it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sade-Ernestine: 99 dialogues → 47 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 76%|███████▌ | 531/700 [07:32<01:40, 1.69it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sade-infortunes: 110 dialogues → 53 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 76%|███████▌ | 532/700 [07:32<01:50, 1.52it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Saint-Pierre-Virginie: 86 dialogues → 41 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 76%|███████▌ | 533/700 [07:33<01:27, 1.90it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Saint_Lambert_Les_deux_amis: 60 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 76%|███████▋ | 534/700 [07:33<01:17, 2.14it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Salm-femme: 16 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 76%|███████▋ | 535/700 [07:33<01:16, 2.15it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sandras-lapin: 151 dialogues → 73 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 77%|███████▋ | 536/700 [07:34<01:45, 1.56it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sannois-maison: 329 dialogues → 162 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 77%|███████▋ | 537/700 [07:35<01:30, 1.81it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sastri-sachet: 47 dialogues → 21 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 77%|███████▋ | 538/700 [07:35<01:17, 2.10it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Schmid-contes: 4 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 77%|███████▋ | 539/700 [07:35<01:04, 2.50it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Schwob-croisade: 7 dialogues → 1 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 77%|███████▋ | 540/700 [07:38<02:40, 1.00s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Scott-Ivanhoe: 167 dialogues → 81 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 77%|███████▋ | 541/700 [07:39<03:01, 1.14s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Scott-Lammermoor: 80 dialogues → 38 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 77%|███████▋ | 542/700 [07:41<03:41, 1.40s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Scott-RobRoy: 207 dialogues → 101 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 78%|███████▊ | 543/700 [07:42<03:08, 1.20s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Scott-nain: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 78%|███████▊ | 544/700 [07:42<02:33, 1.02it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Segur-maman: 232 dialogues → 114 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 78%|███████▊ | 545/700 [07:43<02:13, 1.16it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Shakespeare-Othello: 363 dialogues → 179 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 78%|███████▊ | 546/700 [07:43<01:55, 1.33it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Silvestre-brune: 18 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 78%|███████▊ | 547/700 [07:44<01:43, 1.48it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Silvestre-contes: 40 dialogues → 18 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 78%|███████▊ | 548/700 [07:45<01:40, 1.51it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Soulie-contes: 43 dialogues → 19 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 78%|███████▊ | 549/700 [07:45<01:25, 1.77it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Souvestre-foyer: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 79%|███████▊ | 550/700 [07:46<01:30, 1.65it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Spyri-Heidi: 61 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 79%|███████▊ | 551/700 [07:47<01:50, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-Chester: 612 dialogues → 304 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 79%|███████▉ | 552/700 [07:47<01:34, 1.57it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-Lili: 152 dialogues → 74 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 79%|███████▉ | 553/700 [07:48<02:00, 1.22it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-Maroussia: 744 dialogues → 370 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 79%|███████▉ | 554/700 [07:49<01:38, 1.48it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-Tom: 54 dialogues → 25 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 79%|███████▉ | 555/700 [07:49<01:25, 1.69it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-chemin: 179 dialogues → 87 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 79%|███████▉ | 556/700 [07:50<01:29, 1.62it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-fortunes: 77 dialogues → 36 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 80%|███████▉ | 557/700 [07:50<01:27, 1.64it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-histoire: 322 dialogues → 159 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 80%|███████▉ | 558/700 [07:52<01:54, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-patins: 1092 dialogues → 544 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 80%|███████▉ | 559/700 [07:52<01:35, 1.47it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stahl-vacances: 58 dialogues → 27 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 80%|████████ | 560/700 [07:53<01:44, 1.34it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stendhal-Armance: 203 dialogues → 99 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 80%|████████ | 561/700 [07:55<02:19, 1.01s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stendhal-Lucien-1: 1035 dialogues → 515 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 80%|████████ | 562/700 [07:56<02:49, 1.23s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stendhal-Lucien-2: 1603 dialogues → 799 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 80%|████████ | 563/700 [07:58<03:26, 1.51s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stendhal-chartreuse: 469 dialogues → 232 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 81%|████████ | 564/700 [07:59<03:01, 1.33s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stendhal-revenant: 142 dialogues → 69 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 81%|████████ | 565/700 [08:02<04:06, 1.83s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stendhal-rouge: 133 dialogues → 64 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 81%|████████ | 566/700 [08:03<03:14, 1.45s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stendhal-vert: 102 dialogues → 49 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 81%|████████ | 567/700 [08:04<02:58, 1.34s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson-Ballantrae: 127 dialogues → 61 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 81%|████████ | 568/700 [08:04<02:21, 1.07s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson-docteur-Varlet: 32 dialogues → 14 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 81%|████████▏ | 569/700 [08:05<01:54, 1.14it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson-docteur: 27 dialogues → 11 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 81%|████████▏ | 570/700 [08:06<01:56, 1.12it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson-fleche: 19 dialogues → 7 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 82%|████████▏ | 571/700 [08:07<01:59, 1.08it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson-nouvelles: 683 dialogues → 339 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 82%|████████▏ | 572/700 [08:08<02:04, 1.03it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson-tresor-Laurie: 664 dialogues → 330 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 82%|████████▏ | 573/700 [08:09<01:57, 1.08it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson-tresor: 88 dialogues → 42 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 82%|████████▏ | 574/700 [08:09<01:46, 1.19it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson_Janet_la_revenante_et_autres_histoires: 106 dialogues → 51 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 82%|████████▏ | 575/700 [08:10<01:45, 1.19it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stevenson_Le_mort_vivant: 197 dialogues → 96 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 82%|████████▏ | 576/700 [08:13<02:54, 1.41s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stoker-Dracula: 145 dialogues → 70 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 82%|████████▏ | 577/700 [08:14<02:24, 1.17s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stoker-enterrement: 44 dialogues → 20 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 83%|████████▎ | 578/700 [08:15<02:20, 1.15s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-Blanche: 293 dialogues → 144 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 83%|████████▎ | 579/700 [08:15<02:05, 1.03s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-Laurent: 669 dialogues → 332 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 83%|████████▎ | 580/700 [08:16<01:53, 1.06it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-Nanette: 393 dialogues → 194 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 83%|████████▎ | 581/700 [08:17<01:48, 1.09it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-famille: 765 dialogues → 380 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 83%|████████▎ | 582/700 [08:18<01:45, 1.12it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-haie: 485 dialogues → 240 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 83%|████████▎ | 583/700 [08:19<01:41, 1.15it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-maison: 820 dialogues → 408 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 83%|████████▎ | 584/700 [08:19<01:40, 1.16it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-mesaventures: 905 dialogues → 450 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 84%|████████▎ | 585/700 [08:20<01:32, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-oncle: 435 dialogues → 215 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 84%|████████▎ | 586/700 [08:21<01:27, 1.30it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-reines: 509 dialogues → 252 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 84%|████████▍ | 587/700 [08:22<01:25, 1.33it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-roulante: 393 dialogues → 194 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 84%|████████▍ | 588/700 [08:22<01:24, 1.33it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Stolz-violence: 690 dialogues → 343 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 84%|████████▍ | 589/700 [08:27<03:36, 1.95s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sue-mysteres-1: 678 dialogues → 337 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 84%|████████▍ | 590/700 [08:30<04:16, 2.34s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Sue-mysteres-2: 805 dialogues → 400 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 84%|████████▍ | 591/700 [08:32<03:39, 2.01s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Swift-Gulliver: 60 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 85%|████████▍ | 592/700 [08:32<02:47, 1.55s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tinseau-cousine: 28 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 85%|████████▍ | 593/700 [08:33<02:19, 1.31s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tinseau-haine: 99 dialogues → 47 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 85%|████████▍ | 594/700 [08:34<02:08, 1.21s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tissot-Simone: 201 dialogues → 98 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 85%|████████▌ | 595/700 [08:34<01:40, 1.04it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tolstoi-Ilitch: 71 dialogues → 33 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 85%|████████▌ | 596/700 [08:36<02:06, 1.21s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tolstoi-Karenine-1: 2080 dialogues → 1038 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 85%|████████▌ | 597/700 [08:38<02:41, 1.57s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tolstoi-Karenine-2: 2234 dialogues → 1115 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 85%|████████▌ | 598/700 [08:39<02:14, 1.32s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tolstoi-Katia: 22 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 86%|████████▌ | 599/700 [08:40<02:02, 1.21s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tolstoi-contes: 109 dialogues → 52 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 86%|████████▌ | 600/700 [08:41<01:41, 1.01s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tolstoi-sonate-2: 136 dialogues → 66 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 86%|████████▌ | 601/700 [08:41<01:22, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tolstoi-sonate: 96 dialogues → 46 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 86%|████████▌ | 602/700 [08:42<01:13, 1.33it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tolstoi-sonate3: 64 dialogues → 30 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 86%|████████▋ | 604/700 [08:43<01:11, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Topffer-nouvelles: 435 dialogues → 215 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 86%|████████▋ | 605/700 [08:44<01:10, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Topffer-oncle: 416 dialogues → 206 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 87%|████████▋ | 606/700 [08:45<01:17, 1.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Toudouze-mystere: 475 dialogues → 235 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 87%|████████▋ | 607/700 [08:45<01:00, 1.53it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Toudouze-sirene: 82 dialogues → 39 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 87%|████████▋ | 608/700 [08:46<00:59, 1.56it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Toulet-Nane: 176 dialogues → 86 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 87%|████████▋ | 609/700 [08:46<00:51, 1.78it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Toulet-demoiselles: 59 dialogues → 27 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 87%|████████▋ | 610/700 [08:47<00:51, 1.76it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Toulet-menages: 75 dialogues → 35 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 87%|████████▋ | 611/700 [08:47<00:45, 1.95it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-Claire: 168 dialogues → 82 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 87%|████████▋ | 612/700 [08:48<00:50, 1.73it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-Roudine: 98 dialogues → 47 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 88%|████████▊ | 613/700 [08:49<01:00, 1.43it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-amour: 822 dialogues → 409 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 88%|████████▊ | 614/700 [08:49<01:03, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-chasseur: 215 dialogues → 105 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 88%|████████▊ | 615/700 [08:50<01:07, 1.26it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-eaux: 143 dialogues → 69 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 88%|████████▊ | 616/700 [08:52<01:21, 1.04it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-fumee: 174 dialogues → 85 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 88%|████████▊ | 617/700 [08:52<01:13, 1.13it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-journal: 86 dialogues → 41 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 88%|████████▊ | 618/700 [08:53<01:10, 1.16it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-nichee: 92 dialogues → 44 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 88%|████████▊ | 619/700 [08:55<01:20, 1.01it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-russe: 1352 dialogues → 674 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 89%|████████▊ | 620/700 [08:55<01:13, 1.10it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Tourgueniev-rustique: 114 dialogues → 55 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 89%|████████▊ | 621/700 [08:56<01:13, 1.07it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Trollope-cousin: 834 dialogues → 415 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 89%|████████▉ | 622/700 [08:57<01:13, 1.06it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Twain-Finn: 28 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 89%|████████▉ | 623/700 [08:58<01:14, 1.04it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Twain-Sawyer: 1100 dialogues → 548 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 89%|████████▉ | 624/700 [08:59<01:14, 1.02it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Twain-prince: 37 dialogues → 16 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 89%|████████▉ | 625/700 [09:00<01:03, 1.18it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Twain-sherlock: 91 dialogues → 43 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 90%|████████▉ | 627/700 [09:00<00:38, 1.88it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Vanderem-victime: 20 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 90%|████████▉ | 628/700 [09:01<00:36, 1.99it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Vie-contes: 131 dialogues → 63 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 90%|████████▉ | 629/700 [09:01<00:36, 1.92it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voisenon-Misapouf: 130 dialogues → 63 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 90%|█████████ | 630/700 [09:02<00:31, 2.19it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Amabed: 60 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 90%|█████████ | 632/700 [09:02<00:23, 2.88it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Babylone: 138 dialogues → 67 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 91%|█████████ | 634/700 [09:03<00:23, 2.78it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Candide: 404 dialogues → 200 conversations\n", " Voltaire-Cosi-Sancta: 11 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 91%|█████████ | 635/700 [09:03<00:19, 3.28it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Jeannot: 30 dialogues → 13 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 91%|█████████ | 637/700 [09:04<00:19, 3.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Jenni: 79 dialogues → 37 conversations\n", " Voltaire-Memnon: 24 dialogues → 10 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 91%|█████████▏| 639/700 [09:04<00:15, 4.06it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Micromegas: 65 dialogues → 30 conversations\n", " Voltaire-Platon: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 91%|█████████▏| 640/700 [09:04<00:13, 4.51it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Scarmentado: 10 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 92%|█████████▏| 641/700 [09:05<00:14, 4.11it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Turc: 63 dialogues → 29 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 92%|█████████▏| 643/700 [09:05<00:15, 3.78it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-Zadig: 246 dialogues → 121 conversations\n", " Voltaire-aventure: 3 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 92%|█████████▏| 644/700 [09:05<00:13, 4.16it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-blanc: 86 dialogues → 41 conversations\n", " Voltaire-consoles: 12 dialogues → 4 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 92%|█████████▏| 646/700 [09:06<00:09, 5.61it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-crocheteur: 8 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 93%|█████████▎| 648/700 [09:06<00:11, 4.49it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-ingenu: 203 dialogues → 99 conversations\n", " Voltaire-monde: 22 dialogues → 9 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 93%|█████████▎| 649/700 [09:06<00:10, 4.74it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-oreilles: 14 dialogues → 5 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 93%|█████████▎| 651/700 [09:07<00:11, 4.30it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-quarante: 100 dialogues → 48 conversations\n", " Voltaire-raison: 26 dialogues → 11 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 93%|█████████▎| 652/700 [09:07<00:11, 4.21it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-taureau: 64 dialogues → 30 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 93%|█████████▎| 653/700 [09:08<00:16, 2.89it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Voltaire-tolerance: 116 dialogues → 56 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 93%|█████████▎| 654/700 [09:08<00:16, 2.76it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Weill-contes: 284 dialogues → 140 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 94%|█████████▎| 655/700 [09:09<00:14, 3.14it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Wied-reine: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 94%|█████████▎| 656/700 [09:09<00:14, 3.04it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Wilde-contes: 29 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 94%|█████████▍| 657/700 [09:10<00:21, 2.00it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Wyss-Robinson-1: 445 dialogues → 220 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 94%|█████████▍| 658/700 [09:11<00:26, 1.57it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Wyss-Robinson-2: 520 dialogues → 258 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 94%|█████████▍| 659/700 [09:11<00:24, 1.65it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Zaccone-mendiant: 70 dialogues → 33 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 94%|█████████▍| 660/700 [09:12<00:29, 1.37it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Zaccone-recluse: 11 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 94%|█████████▍| 661/700 [09:13<00:27, 1.40it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " Zaccone_La_dame_dAuteuil: 49 dialogues → 22 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 95%|█████████▍| 662/700 [09:13<00:23, 1.60it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " barbey-amour: 11 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 95%|█████████▍| 663/700 [09:15<00:29, 1.23it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " barbey-diaboliques: 483 dialogues → 239 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 95%|█████████▍| 664/700 [09:15<00:28, 1.27it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " barbey-histoire: 243 dialogues → 119 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 95%|█████████▌| 665/700 [09:16<00:23, 1.51it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " barbey-onyx: 49 dialogues → 22 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 95%|█████████▌| 666/700 [09:16<00:21, 1.62it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " barres-oronte: 33 dialogues → 14 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 95%|█████████▌| 667/700 [09:17<00:18, 1.75it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " cazotte: 60 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 95%|█████████▌| 668/700 [09:17<00:16, 1.92it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " contes-gilblas: 16 dialogues → 6 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 96%|█████████▌| 669/700 [09:17<00:14, 2.15it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " coppee-promenades: 11 dialogues → 3 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 96%|█████████▌| 670/700 [09:18<00:15, 1.89it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " daudet-moulin: 75 dialogues → 35 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 96%|█████████▌| 671/700 [09:20<00:26, 1.10it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " daudet-nabab: 1135 dialogues → 565 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 96%|█████████▌| 672/700 [09:20<00:20, 1.34it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " daudet-nivernaise: 176 dialogues → 86 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 96%|█████████▌| 673/700 [09:21<00:17, 1.53it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " daudet-tartarin: 73 dialogues → 34 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 96%|█████████▋| 674/700 [09:23<00:26, 1.04s/it]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " dennery-orphelines: 273 dialogues → 134 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 96%|█████████▋| 675/700 [09:23<00:21, 1.18it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " diderot-contes: 86 dialogues → 41 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 97%|█████████▋| 676/700 [09:23<00:17, 1.38it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " diderot-neveu: 5 dialogues → 0 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 97%|█████████▋| 677/700 [09:24<00:15, 1.46it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " doyle-nouveaux: 50 dialogues → 23 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 97%|█████████▋| 678/700 [09:25<00:14, 1.53it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " doyle-ombre: 33 dialogues → 14 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 97%|█████████▋| 679/700 [09:25<00:10, 1.92it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " forneret-1: 28 dialogues → 12 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 97%|█████████▋| 680/700 [09:26<00:15, 1.26it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " gaboriau-lerouge: 97 dialogues → 46 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 97%|█████████▋| 681/700 [09:27<00:15, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " gautier-momie: 272 dialogues → 134 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 97%|█████████▋| 682/700 [09:28<00:14, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " gautier-nouvelles-1: 128 dialogues → 62 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 98%|█████████▊| 683/700 [09:29<00:13, 1.26it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " gautier-nouvelles-2: 97 dialogues → 46 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 98%|█████████▊| 684/700 [09:29<00:12, 1.32it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " gautier-nouvelles-3: 101 dialogues → 48 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 98%|█████████▊| 685/700 [09:30<00:12, 1.24it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " gogol-tarass: 424 dialogues → 210 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 98%|█████████▊| 686/700 [09:31<00:11, 1.23it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " grimm-contes: 899 dialogues → 447 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 98%|█████████▊| 687/700 [09:32<00:10, 1.25it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " hoffmann-1: 60 dialogues → 28 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 98%|█████████▊| 688/700 [09:33<00:09, 1.25it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " hoffmann-2: 24 dialogues → 10 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 98%|█████████▊| 689/700 [09:34<00:09, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " hoffmann-3: 127 dialogues → 61 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 99%|█████████▊| 690/700 [09:34<00:08, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " hoffmann-4: 33 dialogues → 14 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 99%|█████████▊| 691/700 [09:35<00:06, 1.44it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " hoffmann-5: 9 dialogues → 2 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 99%|█████████▉| 692/700 [09:36<00:06, 1.31it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " hoffmann-6: 391 dialogues → 193 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 99%|█████████▉| 693/700 [09:36<00:04, 1.41it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " hugo-claude: 20 dialogues → 8 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 99%|█████████▉| 694/700 [09:37<00:03, 1.67it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " huysmans-drageoir: 57 dialogues → 26 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 99%|█████████▉| 695/700 [09:37<00:03, 1.54it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " huysmans-vatard: 67 dialogues → 31 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 100%|█████████▉| 697/700 [09:39<00:02, 1.36it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " leroy-jacquou: 139 dialogues → 67 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 100%|█████████▉| 698/700 [09:39<00:01, 1.49it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " loti-matelot: 46 dialogues → 21 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 100%|█████████▉| 699/700 [09:40<00:00, 1.35it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " merimee-1: 850 dialogues → 423 conversations\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "Processing books: 100%|██████████| 700/700 [09:41<00:00, 1.20it/s]" ] }, { "name": "stdout", "output_type": "stream", "text": [ " merimee-2: 155 dialogues → 75 conversations\n", "\n", "============================================================\n", "TOTAL CONVERSATIONS: 77583\n", "============================================================\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "\n" ] } ], "source": [ "# ============================================================================\n", "# FULL PROCESSING: Process all books\n", "# ============================================================================\n", "# WARNING: This will take a long time! Consider starting with a smaller subset.\n", "\n", "# Configuration\n", "URLS_TO_PROCESS = pdf_urls[:700] # Adjust this number as needed\n", "CONVERSATION_MODE = \"sliding\" # \"pairs\", \"multi\", or \"sliding\"\n", "\n", "print(f\"Processing {len(URLS_TO_PROCESS)} books...\")\n", "print(f\"Mode: {CONVERSATION_MODE}\")\n", "print()\n", "\n", "all_conversations = process_all_books(\n", " URLS_TO_PROCESS,\n", " conversation_mode=CONVERSATION_MODE\n", ")\n", "\n", "print(f\"\\n{'='*60}\")\n", "print(f\"TOTAL CONVERSATIONS: {len(all_conversations)}\")\n", "print('='*60)" ] }, { "cell_type": "markdown", "id": "252e8dc2", "metadata": {}, "source": [ "## Step 7: Create and Upload Dataset to HuggingFace" ] }, { "cell_type": "code", "execution_count": 24, "id": "b8c6959b", "metadata": {}, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "0c2170fdaf4d48d186222476bcf95127", "version_major": 2, "version_minor": 0 }, "text/plain": [ "VBox(children=(HTML(value='