recommeddit / labs

ML/data experiments for Recommeddit
MIT License
1 stars 0 forks source link

Cross referencing via Google search #22

Closed SwiftWinds closed 2 years ago

SwiftWinds commented 2 years ago

Write code to google: "what is \<extraction> \<category>" and check for relevant results. For example, if user searches “what is the best c++ ide” and the AI extracts “CLion” from one of the resulting comments, we’d automatically cross reference google afterwards by googling: “what is CLion c++ ide" and count the number of times the extraction and (parts of the) category show up in the title/description of the top google results might have to play around with inurl, intitle, & intext to get better results