Share via

Can machine learning rewrite/recognize text to one truth

Borget 26 Reputation points
Oct 30, 2020, 6:21 PM

Hi there,

My dataset has a lot of productnames, all the product of the shops are not written by the same.
So i want azure can recognize if it's the same:

So if the productgroup is X and productname looks like/contains tomato. The product is tomato.
Example: Tomatoes, tomato, bunch of tomatoes, a bag of tomatoes, small tomatoes = new colom tomato.

Hopefully someone can help me with this?

Thanks a lot.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,241 questions
0 comments No comments
{count} vote

Accepted answer
  1. Ramr-msft 17,821 Reputation points
    Nov 2, 2020, 9:51 AM

    @Borget Thanks for the details. With a variety of data inputs, Can you try fuzzy matching/regex’s or Azure Search would be a complete Information Retrieval engine. Azure Search works well for this.
    but using full Lucene syntax you can do fuzzy and proximity search.
    https://learn.microsoft.com/en-us/azure/search/search-query-lucene-examples

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.