Tracing correct words from Jumbled words using machine learning

AI Thread Summary
Machine learning can potentially trace correct words from jumbled letters, but simpler methods like permuting letters and querying a dictionary may suffice. Users express frustration with existing spell checkers and auto-correct features that often misinterpret or replace intended words. The discussion highlights concerns about the limitations of machine learning in this context, suggesting it may not significantly improve upon current solutions. There is skepticism about the necessity of machine learning for this task, as traditional algorithms could achieve similar results. Overall, the conversation emphasizes the need for more user-friendly and accurate text correction tools.
akerkarprashant
Messages
74
Reaction score
10
TL;DR Summary
Tracing correct words from Jumbled words using machine learning prediction, search algorithms.
Can we trace all correct words from Jumbled words using machine learning prediction, search algorithms?

https://builtin.com/machine-learning/nlp-machine-learning

Input Dataset : Jumbled words.

Jumbled word example: oolp

Output : pool, loop, polo.
 

Attachments

  • images (4).gif
    images (4).gif
    7.4 KB · Views: 170
Last edited:
Computer science news on Phys.org
Not sure you’d need machine learning to do this. I’d permute the letters and query a dictionary to determine if it’s a valid word.
 
  • Like
Likes akerkarprashant, anorlunda and pbuk
YIKES! Not another aggressive spell checker.

Given a set of scrambled letters, it may be possible to find a long list of dictionary words. So the spell checker chooses the one it "thinks" best from the list and replaces my text. Or the machine learning checker chooses the most common word from its training data and replaces my text. It is so frustrating to have all the spell checkers over the years refuse to allow me to type my own name -- Dick. :mad:
 
  • Like
Likes akerkarprashant
Isn't this just a slightly inferior version of that auto-correct/complete feature present in most phone messaging applications?
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top