An open API service indexing awesome lists of open source software.

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.

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.