Skip to main content

Convert Apple Dictionary HTML `<span>`s into semantic, readable HTML. Removes the dependency on CSS styles by converting span class names into appropriate semantic HTML tags and structural markup.

Project description

appledict2semantic

appledict2semantic is a Python tool to convert Apple Dictionary HTML files into clean, semantic HTML. It removes the dependency on the custom CSS by mapping span class names to appropriate semantic HTML tags and structural markup, making the output more readable and portable.

Screenshots

Before conversion:

Before conversion

After conversion:

After conversion

Features

  • Span-to-semantic conversion: Converts Apple Dictionary’s <span class="..."> elements into semantic HTML tags like <strong>, <em>, <u>, and more.
  • Structural transformation: Transforms sense and subsense blocks into nested lists <ul>, <li> for better readability.
  • Block conversion: Converts etymology, phrase (verb), derivatives, and usage note blocks into more meaningful HTML structures. This paves way for further processing, e.g. to convert to Markdown.
  • Cleanup: Removes unnecessary or empty tags, and replaces bullet spans with proper list items.
  • Batch processing: Supports processing single files or entire folders, with optional in-place replacement.

Installation

Make sure that you have Python 3.10 or higher installed.

Then install the package from PyPI:

pip install appledict2semantic

Obtaining and extracting Apple Dictionary HTML files

How to obtain

To obtain the Apple Dictionary data, first you need to have a macOS.

Then, open the Dictionary app, select Dictionary > Settings. Choose the sources you want to download.

The dictionary files are stored in /System/Library/AssetsV2/com_apple_MobileAsset_DictionaryServices_dictionaryOSX.

How to extract

Install pyglossary:

pip install pyglossary

Then use pyglossary to point to the Body.data file in the .dictionary folder, and convert to AppleDict Source. This will produce an XML file.

From there, use this script to extract the XML file to HTML files.

For more information about the Apple Dictionary binary format, see here.

Usage

  • Converts a single Apple Dictionary HTML file to semantic HTML:

    appledict2semantic --single input.html output.html
    
  • Processes all .html files in input_folder, saving results to output_folder:

    appledict2semantic --multiple input_folder output_folder
    
  • Processes all .html files in input_folder, replacing the original files:

    appledict2semantic --multiple input_folder --replace
    

    You will need to confirm the action.

Changelog

See changelog.md for the latest changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appledict2semantic-1.3.1.tar.gz (328.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

appledict2semantic-1.3.1-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file appledict2semantic-1.3.1.tar.gz.

File metadata

  • Download URL: appledict2semantic-1.3.1.tar.gz
  • Upload date:
  • Size: 328.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for appledict2semantic-1.3.1.tar.gz
Algorithm Hash digest
SHA256 c32e22582c43710baf8af59a7b48ea59d9b43e1abefa8e025be74949f6a72348
MD5 17b7badbf46ec22dd6859c2d2a8c4b6f
BLAKE2b-256 638b7d76feb1e781658abe17543aa45216eee182bf7d7cb5dae03af718535c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for appledict2semantic-1.3.1.tar.gz:

Publisher: build.yaml on yell0wsuit/appledict2semantic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file appledict2semantic-1.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for appledict2semantic-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 85858402e25fed8b0e05c92bf723fecf4119c8364c3f8c406e1123eb7af6fd25
MD5 14b0525dab92dc3e8b96a4aaa6eba1e9
BLAKE2b-256 a696d5f3f488e8c25941bee588633b14281904a26c2a3bbfb2623ca811ede20a

See more details on using hashes here.

Provenance

The following attestation bundles were made for appledict2semantic-1.3.1-py3-none-any.whl:

Publisher: build.yaml on yell0wsuit/appledict2semantic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page