I want to know if I can get for example a percentage of accuracy in my query result; for example something like this:
query:
"I love stackoverflow"
Results: (result, accuracy)
"we love stackoverflow", 80%
"I hate stackoverflow" , 70%
"They hate stackoverflow", 40%
If there is nothing like this in MySQL full-text search, can you recommend me a text search library that can easily be deployed in an existing project in MYSQL DB and PHP?