issues
search
zxcvwrs
/
phishing-detection-DL-NLP
1
stars
0
forks
source link
Handling nulls, not enough tokens etc on java script side.
#20
Open
zxcvwrs
opened
1 year ago
zxcvwrs
commented
1 year ago
Check if the e-mail body is null; drop if yes.
(batch) Check duplicates if many e-mails are to be checked; drop if yes.
Check if the e-mail body is empty; drop if yes.
Check if the e-mail body cannot be decoded (decoding_error).
Check if the preprocessed e-mail body is to: "to_manual_extraction."
Check if the preprocessed e-mail body is an empty string; drop if yes.