I run a website that allows users to write blog-post, I would really like to summarize the written content and use it to fill the <meta name="description".../>
-tag for example.
What methods can I employ to automatically summarize/describe the contents of user generated content?
Are there any (preferably free) methods out there that have solved this problem?
(I've seen other websites just copy the first 100 or so words but this strikes me as a sub-optimal solution.)