I am launching a website that allows users to write a blog post, I would really like to generalize the written content and use it to fill in <meta name="description".../> -tag, for example.
What methods can I use to automatically summarize / describe the content of user-created content?
Are there any (preferably free) methods that have solved this problem?
(I saw other sites just copying the first 100 or so words, but that seems like a suboptimal solution to me.)
Jacco source share