Could use elasticsearch to do keyword extraction

Want to extract some keyword from texts , could use tf-idf or textrank algorithm to implement it , e.g. scikit-learn tf-idf
Could use Elasticsearch to implement this purpose(keyword extraction), that is put text into index, then call some Api could find top N keywords?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.