Anyway to create a spellchecker in JAVA? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Anyway to create a spellchecker in JAVA?

I'm trying to create a spellchecker in Java but without using the oop approach, like I can't use classes to achieve it. I wanna know how exactly a spellchecker algorithm works if created using only self-defined methods, arrays, loops and conditional statements. I'm making a dictionary and want to check any spelling of the words the user enters so he can also replace them and get suggestions. Here's the code I've written so far. Any help will be appreciated. Thanks https://code.sololearn.com/cgcWXJW0riD9/?ref=app

27th Jan 2021, 4:16 PM
Aleey
Aleey - avatar
1 Answer
0
Why not use OOP? You’re handicapping yourself without it.
14th Apr 2024, 3:22 PM
Wilbur Jaywright
Wilbur Jaywright - avatar