Original Discord Post by damian3k | 2023-11-21 14:09:36
Is it possible to setup & detect certain words more often than others? These are similar words, but I would like to point out a list of a few that will be selected first.
Original Discord Post by damian3k | 2023-11-21 14:09:36
Is it possible to setup & detect certain words more often than others? These are similar words, but I would like to point out a list of a few that will be selected first.
Reply by k3kalinix | 2023-11-21 14:10:23
<@456226577798135808> Could you help?
Reply by Deleted User | 2023-11-21 21:55:04
Hey <@324561595781087234> !
Could you please provide more details or clarify your request so that I can assist you better?
Reply by damian3k | 2023-11-22 13:59:23
Hey. Sure. Lets say you have app about cleaning the pools , and you know that users will ask about pools, but when users says “pool” , it often recognize it as bool , so i want to make “pool” to be recognized more often
Reply by Deleted User | 2023-11-27 18:38:04
Apologies for the delayed response! I understand your concern about ensuring the term ‘pool’ is accurately recognized in your app. Currently, our plugin doesn’t offer a built-in feature for this specific issue. However, you can address this on the plugin side by modifying the code. One effective solution is to create a dictionary of words that are similar to ‘pool.’ Then, you can implement a function that checks the converted text from audio. If it detects any of these similar words, the function can automatically replace them with ‘pool.’
Reply by k3kalinix | 2023-11-29 07:47:23
<@324561595781087234>