Keyword analysis in PHP

后端 未结 5 1192
走了就别回头了
走了就别回头了 2021-01-30 03:47

For a web application I\'m building I need to analyze a website, retrieve and rank it\'s most important keywords and display those.

Getting all words, their density and

5条回答
  •  青春惊慌失措
    2021-01-30 04:03

    I'd recommend instead of re-inventing the wheel, you use Apache SoIr for search and analysis. It has almost everything you might need, including stop-word detection for 30+ languages [as far as I can remember, might be even more] and do tons of stuff with data stored in it.

提交回复
热议问题