Skip to content

anarsultanov/simple-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple text editor built in Java using Swing and AWT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages