Soundex for French?

Dudule -  
 Dudule -

Hello

Is there a MySQL function (native or proposed by someone open source) equivalent to soundex() for French?

1 answer

  1. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 831
     

    Hello

    Just type mySQL soundex into your search engine and you'll see that the answer is yes...

    Try to check it out

    https://www.octopuce.fr/soundex-en-francais-algorithme-dextraction-de-racine-phonetique-pour-moteur-de-recherche/


    .
    Regards,
    Jordane

    0
    1. Dudule
       

      Thank you very much.

      I had looked for, without finding this reference.

      0
    2. Fredo
       

      That said @jordane, you just need to type "PHP soundex" into your search engine and you will see this:

      https://www.php.net/manual/en/function.soundex.php

      ...

      Have you tested/used the function you are proposing or are you just providing a Google result?

      0
      1. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 831 > Fredo
         

        I only gave an example of what can be found by yourself if you take two seconds to search with the keywords requested...

        You were able to find something else, congratulations...

        See, it might not have been necessary to come ask the question on the forum.

        0
      2. jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention   4 831 > jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention  
         

        By specifying that you want it in French, you could have also come across this link for example

        https://codes-sources.commentcamarche.net/source/36539-soundex-2-francais

        0
      3. Dudule > jordane45 Posted messages 30427 Registration date   Status Moderator Last intervention  
         

        That's the difference between a Google search and a question on a forum:

        - Google provides a list of results, including outdated or false information.

        - On a specialized forum, one expects a critical perspective, an experience from the respondent regarding the value of their answer.

        In this case, your first answer

        - is C code (my question is about MySQL). How to execute C via MySQL?

        - the compilation generates an error

        Best regards.

        0