|
|
|
|
|
by alexandercrohde
3214 days ago
|
|
Looks like there are about 255,640-460,552 truly unique (i.e. hand-written) comments roughly (1-2%). SELECT count(1) as cnt, substr(comment, 0,30) as abbrev_comment FROM [jyang:fcc_ecfs.17108_comments]
GROUP BY abbrev_comment
order by cnt DESC
LIMIT 1000000 |
|
That the contents are identical doesn't mean that real different people didn't send them.