Issue: Exact Match Condition Not Triggering When Using CSV Word Correction Logic

Yes, it’s the same and that’s not the problem.
But don’t get discouraged like that :face_with_diagonal_mouth: there’s always a solution!

Maybe I’ve discovered something, lists and Arabic don’t get along very well.

They work in reverse !
and if an element is empty they skip it :scream: (I have no explanation for this).

Look here

Try this project.

NoorProject.aia (9.4 KB)

I “think” I filled all the empty elements with “فارغ,” which I hope means “empty” and wrote it in the right place :rofl:

And then I simply changed this so that it ignores the explanation if it’s “فارغ”

2 Likes

First of all, thank you so much for your help — I truly appreciate all the time and effort you’ve put in to help me.
When I try to split the file and paste, for example, the first half, it works fine. And when I paste the second half, it also works. But when I combine them and paste all the text together — around 700 lines — it doesn’t work at all and there seems to be a problem. I don’t know why.

Do all 700 Lines formatted correctly like here

As our RaYzZz said here

He tested with 1000 which is bigger than yours

Are sure that you didn’t miss anything from rest lines?

1 Like

At this point, I’d ask you to post the entire CSV file you’re using, so we can try directly with it.

1 Like

Yes, I finally did it!

Yes, I finally did it!
Alhamdulillah.
Thank you so much — your help really made a big difference.
It would have been impossible for me to finish this on my own, but with your support I managed to complete a huge part of the project.
Thank you again!
If you ever need anything, I’ll gladly return the favor — but not in app programming :joy: Maybe in translation!

2 Likes

Oh, that’s great! I’m really happy :partying_face::partying_face::partying_face:
It was a pleasure helping you, if you have any other questions, we’re here.

:folded_hands: thanks

:rofl: Maybe one day you’ll be even better than me.

2 Likes

Salute to @RaYzZz

You mean anything​:joy::joy::joy: i will mention for RaYzZz​:joy:

I don’t thinks so, i know you well​:joy::joy:

:right_facing_fist::left_facing_fist:

2 Likes

Thank you so much.
Can we decrease the time it takes to search for a word or not?
It’s not a problem anyway, but I’m wondering.

[quote=“RaYzZz, post:28, topic:307956”]

Thank you for your encouragement. :laughing:

I think so too! :grinning_face_with_smiling_eyes:

Which method is used?

1 Like

Unfortunately, each word will be compared with all the wrongWords in the CSV to find the similarity, and the speed depends a lot on the device.

Currently, Levenshtein Distance is used between the typed word and index 1 (wrongWord) of all the rows in the CSV.

2 Likes

Ok, thank you so much.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.