Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
This dataset was contributed by the creators of the Bayesian spam filter SpamAssassin and can be found at [SA] in various separate files.
|
| 5 |
+
I think the latest readme total count is off by 1, as I found 6,046 messages, of which 1,897 are labeled as spam.
|
| 6 |
+
The messages include all headers, although the contributors did apply some address obfuscation and hostname replacements.
|
| 7 |
+
I aggregated all messages into a single CSV file, including a column with the original file name of each email.
|
| 8 |
+
As I am focussing on the NLP aspect, I combined the Subject field with the Contents of each email into one column in the CSV file.
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
[SA] https://spamassassin.apache.org/old/publiccorpus/
|
| 12 |
+
|
| 13 |
+
|