DGrothe-PhD / WordCheckerJava

Java UI that gathers words from raw text files, sorted in alphabetical order. Search for multiple terms at once. Quickly find misspelt words in large texts, or get context around keywords.
MIT License
0 stars 0 forks source link

group collected words per substring #20

Open DGrothe-PhD opened 2 years ago

DGrothe-PhD commented 2 years ago

Group collected words that start with a same letter sequence for a quick overview of words by their meaning

DGrothe-PhD commented 2 years ago

further highlighting per substring is done as a next step.