Text completion: Difference between revisions

Content added Content deleted
(Java Implementation)
m (Improved task description)
Line 3: Line 3:
;Task:
;Task:
Write a program that takes in a user inputted word and prints out possible words that are valid in the English dictionary.
Write a program that takes in a user inputted word and prints out possible words that are valid in the English dictionary.
Please state any dictionaries or files/binaries/dependencies used in your program. Do show the similarity of the inputted word and outcome as a percentage.
Please state any dictionaries or files/binaries/dependencies used in your program. Do show the similarity of the inputted word and outcome as a percentage. Any algorithm can be used to accomplish this task.


;Resources:
;Resources: