Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 607 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 607 Bytes

QOGAL

Simple Text Editor

A simple text editor built in Java using Swing and AWT.

Screenshot

Features:

  • Auto Suggestions predicts the word that is being written.
  • Spell Checking highlights incorrectly written words.
  • Edit Distance finds the distance between words by counting the minimum number of operations required to transform one word into another.
  • Generate Text generates a text using a Markov chain.
  • Flesch Index evaluates the readability of the text using Flesch reading-ease test.