Can machine learning rewrite/recognize text to one truth

Borget 26 Reputation points
2020-10-30T18:21:09.767+00:00

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.
2,838 questions
0 comments No comments
{count} vote

Accepted answer
  1. Ramr-msft 17,736 Reputation points
    2020-11-02T09:51:08.223+00:00

    @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.