Answer the question
In order to leave comments, you need to log in
How to get certain parameters from the text?
There is a database with descriptions of real estate objects. The task is to create a program that can extract the necessary parameters from the text.
For example, the description may say "total area - 50m2" or "area 50/20/10", etc. This difference in spelling must be taken into account.
What technologies can be used to implement this? Ideally, this would be if the mechanism was self-learning. Interesting examples in Python.
Answer the question
In order to leave comments, you need to log in
The easiest way is to pull out all usage patterns from the entire database, for sure there will be about 30-40 of them. These patterns are to be programmed. Actually, after the word "area" we are looking forward 2-3 words starting with a number.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question