I am doing web scraping on an e-commerce site and have access to the descriptions of houses, which are provided in paragraphs of text (in Spanish).
I need a model that can extract useful information from these texts, such as the number of rooms in the house or whether it has a pool (if so, I would append a 1 to my Python list).
I do not know if this is for Named Entity Recognition (NER) or applying Question Answering (QA), if positive responses, then add information to my list of Python.
The outcome would be a more comprehensive dataset, using NLP to analyze the features the house offers.
Do you have any suggestions for a model that could do this?
The vocabulary must be related to real estate and in Spanish.