A semantic search library
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Dear everyone; First of all, I hope my question is not off topic. And i would be grateful for any assistance. I am looking for a semantic search engine library which is written in c++. The idea is really simple: Given a user query ("A set of keywords"), I want to search some pieces of text (paragraphs). For each paragraph, I need to assign a degree of similarity between the set of keywords and that particular paragraph. And yes i am looking for both literal matching and semantic matching. I have no clue from where to start :doh:, as I am sure that people have thought of developing libraries for this purpose i would be grateful if suggestions are given. Thank you
llp00na