I’m creating a bot to search Chinese tutorial wiki, and send results to QQ chat group. But keyword based search result is too much, and sorting them is meanless, because search result can’t be sort by “relativity” score.
I need a search that uses TF-IDF or TextRank or word2vec, to match the precise tiddler I need. Or something similar that can sort the result using a “relativity” score.
I’m trying Extra Filter Operators v1.1.0 - Smarter searching at this moment.