"automatically infer tag": tokenize / shingle q&a, ORDER token+bigrams BY TF-IDF(token + bigrams)
In both cases a global IDF estimate can be held in memory using a Counting Bloom Filter (or a traditional solr index).
"automatically infer tag": tokenize / shingle q&a, ORDER token+bigrams BY TF-IDF(token + bigrams)
In both cases a global IDF estimate can be held in memory using a Counting Bloom Filter (or a traditional solr index).