1
0
Fork 0

Preprocess email

master
neingeist 10 years ago
parent 203cbc997c
commit f0d4b4d208

@ -97,14 +97,12 @@ while ~isempty(email_contents)
% str2). It will return 1 only if the two strings are equivalent.
%
for idx = 1:length(vocabList)
if strcmp(str, vocabList{idx})
word_indices = [word_indices ; idx];
break;
end
end
% =============================================================