https://github.com/ibnaleem/bionic-reading
Transforms regular text into Bionic text.
https://github.com/ibnaleem/bionic-reading
bionic bionic-reading bionicreading string-algorithms string-formatter string-manipulation text-analysis text-classification text-processing text-summarization
Last synced: 6 months ago
JSON representation
Transforms regular text into Bionic text.
- Host: GitHub
- URL: https://github.com/ibnaleem/bionic-reading
- Owner: ibnaleem
- License: mit
- Created: 2024-03-08T12:07:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T18:49:05.000Z (over 1 year ago)
- Last Synced: 2025-02-08T12:46:17.998Z (8 months ago)
- Topics: bionic, bionic-reading, bionicreading, string-algorithms, string-formatter, string-manipulation, text-analysis, text-classification, text-processing, text-summarization
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bionic Reading®
Bionic Reading® guides your eyes using special points, helping you focus on the first letters of words. This method encourages deeper understanding compared to fast digital reading.## Overview
Bionic Reading® emboldens half of the letters in a word. Therefore, "bionic" becomes "Bionic" and "reading" becomes reading. To make any text "bionic", calculate its length and floor-divide by 2. Start from the first letter of the word and embolden up to the quotient result. So, quotient 6 from floor-dividing the length of "reading" would embolden "**read**", with "d" being the sixth letter.