Live data from Hacker News

Ask HN: How to boost Gemini transcription accuracy for company names?

news.ycombinator.com

31–32 of 32 posts

Re: Ask HN: How to boost Gemini transcription accuracy for company names?

#31
If you are able to isolate the text portion corresponding to the company name, you can compute the similarity (based on the character edit distance - Levenshtein) against every item of a predefined list of companies (and their aliases) and pick the best match.
Post reply on HN