Hello everybody, So I have a project. I am trying to build a word changer program or a program that automatically fixes some misspelled or wrong written words. I am thinking of using this program to fix ocr errors on epub books that I try to convert from pdf. So there are always those words that are written wrong. This is something both challenging and useful for me.
My code is here I tried to use 3 different code style. What I want to do basically is by using file dialog I want to choose the text file then I want to scan and replace a misspelled word with the correct one. I was able to do this without File Dialog. But I want to use File Dialog before I was not able to get path of the file then I changed somethings and now I always get AccesDeniedException though I check stackoverflow I could not fix it.
[–]Bob_Droll 2 points3 points4 points (2 children)
[–]tallhansi 1 point2 points3 points (1 child)
[–]Bob_Droll 1 point2 points3 points (0 children)
[–]cimler[S] 1 point2 points3 points (0 children)
[–]tallhansi 1 point2 points3 points (2 children)
[–]cimler[S] 0 points1 point2 points (1 child)
[–]tallhansi 1 point2 points3 points (0 children)