How to auto-tag content, algorithms and suggestions needed

后端 未结 8 1858
我在风中等你
我在风中等你 2020-12-22 18:51

I am working with some really large databases of newspaper articles, I have them in a MySQL database, and I can query them all.

I am now searching for ways to help m

8条回答
  •  佛祖请我去吃肉
    2020-12-22 18:58

    Assuming you have pre-defined set of tags, you can use the Elasticsearch Percolator API like this answer suggests:

    Elasticsearch - use a "tags" index to discover all tags in a given string

提交回复
热议问题