Text data analysis

From: Ally27 Aug 2010 14:35
To: 99% of gargoyles look like (MR_BASTARD) 4 of 9
We already do that, to an extent. But in this case I don't already have a blacklist- I want to assemble one from the data we already have.
From: Ally27 Aug 2010 14:38
To: Kenny J (WINGNUTKJ) 5 of 9
We're on 2005, but not Enterprise. Just Standard, or whatever it's called. I suppose it won't be a critical problem to do it manually- it's not going to run often, after all.
From: 99% of gargoyles look like (MR_BASTARD)27 Aug 2010 14:53
To: Ally 6 of 9
quote: Ally
it's not going to run often, after all.

<employs legions of scammers to bust Ally's database />
From: Kenny J (WINGNUTKJ)27 Aug 2010 15:04
To: Ally 7 of 9

In that case, you won't have the fun stuff for doing pattern matching, etc. No matter! You can still do what you want in SQL rather than .net code:

 

http://stackoverflow.com/questions/881913/sql-server-function-for-displaying-word-frequency-in-a-column

 

is a good place to start

From: Ally27 Aug 2010 15:06
To: 99% of gargoyles look like (MR_BASTARD) 8 of 9
Hah. It'll run every 24 hours to establish a watch list of words. That watch list will then be used constantly.
From: Ally27 Aug 2010 15:07
To: Kenny J (WINGNUTKJ) 9 of 9
Aha. Looks perfect-thanks.