filmov
tv
Java Text Editor - Spellcheck, Correction Suggestions, Markov

Показать описание
Text Editor created using Java and JavaFX. Features import/exporting of files, spellcheck, spellcheck suggestions, copy/paste/cut/delete/undo functionality. Multiple documents open at once. Calculates word count, sentence count, flesch score.
Markov functionality. The generator analyzes the words and their probability of occurrence of two consecutive words. It then generates chains of words that are probably related. The generation is completely randomized and based on the associations' probabilities of each word.
Markov functionality. The generator analyzes the words and their probability of occurrence of two consecutive words. It then generates chains of words that are probably related. The generation is completely randomized and based on the associations' probabilities of each word.