The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

Cicero's De finibus bonorum et malorum

Overview

This dataset contains the text from Cicero's "De finibus bonorum et malorum." It is intended for use in comparing different neural network architectures within the "Neural Network Evolution" project.

Source

Texts are sourced from The Latin Library. The Latin Library

Preprocessing

The dataset was prepared using a Python script for fetching and processing the text. The script ensures consistent formatting and encoding.

Formatting decision

  • remove all text in html header
  • remove all html tags and tag bodies for anchors
  • remove any references in brackets. ex: [1]
  • remove any implicit text additions. ex: [et]
  • collapse newlines to two separating paragraphs
  • standardize paragraph intent to one tab

See fetch_text.py for details.

Structure of the Dataset

  • Format: Plain text
  • Encoding: UTF-8
  • Size: Approximately 94,616 words and 638,272 characters across 5 books

License

This dataset is released under the Creative Commons Attribution 4.0 International License.

Downloads last month
0
Edit dataset card