Answer the question
In order to leave comments, you need to log in
Where to look for smart search information?
Hello!
There is some task. I'm asking for help with finding a starting point.
The bottom line is this:
The program receives a number of search parameters as input (let it be washing machines).
For example:
Length: From 50 to 150
Width: From 40 to 70
RPM: 1500
, etc.
(The bottom line is that these parameters are both static [the system can work with them] and floating [it would be nice to get semantics from the text] )
At the output, I need to get a list of links from the Internet with these parameters. (The server is constantly spinning and parsing sites with washing machines and writing the found options to the database)
What is the actual problem?
one)Firstly, it is not very clear to me in what form to store information.
I see it this way: We store in the database all the possible parameters that we managed to pull out of the sites.
When a request arrives, I get options for static parameters + if I can get parameters from the text using a neural network, I take a selection according to these criteria.
2) Here, in fact, there is a question of obtaining the semantics of a sentence or individual words. Are there ready-made libraries that will make my life easier and provide something already written? So that I just train the neural network and put it into operation?
3) What to choose for the server language? The server constantly parses the site and writes everything to the database. What for such purposes will be the fastest in development? Python? Java? go? What options should be considered? (Preferably with a large number of ready-made libs [parsing + database + search and machine learning algorithms])
4) Maybe someone knows some books, articles - any sources where I can look something on this topic?
How do you google for such queries? :)
Answer the question
In order to leave comments, you need to log in
1) Firstly, it is not very clear to me in what form to store information.At the moment, I see it this way:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question