Open Source Automated Text Summarization?
TrebleJunkie writes "I've spent some time recenting looking for open source projects dealing with Automated Text Summarization -- automatically generating detailed summaries from longer documents -- to no avail. I can find a lot of research papers and several commercial projects, but no open source code or projects? Does anyone out there know of any?"
I know it's not open source, but have you tried the Summarize feature in Microsoft Word? I fed it the entire contents of the GNU website and it came back with:
Try it on man pages:
man awk | perl -ne 'split;foreach(@_){print $_." " if (rand()>.9)}'
and it still makes sense! :)