Reputation: 31
From a table that stores medicine descriptions I need to identify the product name, strength, product quantity and pharmaceutical company of each entry. The goal is to have a copy of the table with a predefined structure.
Current table:
Normalized table:
So far I've read a little of Natural Language Processing, but I want to know another approach; I was thinking of using Regex but there are plenty of cases.
Any kind of insight would be appreciated.
Upvotes: 3
Views: 938