• Welcome to Valhalla Legends Archive.
 

ZombieMeter.org

Started by iago, October 03, 2007, 03:35 PM

Previous topic - Next topic

warz

hehe. implementing an aggregator for news content takes only a few minutes to do. my site already grabs news articles from dozens of feeds. the automated categorization of sentences, and stuff, based on their contents, is what i'm trying to do.

i'm using python, and there's several modules out there that supposedly do things similar to this - one, even, that supposedly does exactly this. i have yet to play with them though. i haven't touched my site in a few months. :(

Denial

Quote from: iago on October 09, 2007, 04:14 PM
Quote from: betawarz on October 09, 2007, 02:12 PM
That's what I thought it was, at first. I was pretty blown away. But now I know it's just you! :P
What I meant was, that's exactly what it does, but I'm charging $1000 for the source.

Disclaimer: no guarantee I'll send you anything.

You got a deal. but no guarantee the money will be real or the money is real.
Actus non facit reum nisi mens sit rea

iago

Quote from: betawarz on October 09, 2007, 05:53 PM
hehe. implementing an aggregator for news content takes only a few minutes to do. my site already grabs news articles from dozens of feeds. the automated categorization of sentences, and stuff, based on their contents, is what i'm trying to do.

i'm using python, and there's several modules out there that supposedly do things similar to this - one, even, that supposedly does exactly this. i have yet to play with them though. i haven't touched my site in a few months. :(
I actually wrote a program that categorizes Slashdot stories into science, politics, and IT. It used a Bayesian filter (much like spam filters use). You might be able to adapt it, if you felt inclined. I'm pretty sure I still have the code.
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


warz

Yeah. I have a Bayesian filter module that I've been waiting to play with. That's one of the things that I've found that might work. :P