5 ms·
If you are doing a ham/spam type classification, then you won't need the alien language. I am almost a total tech novice and I was able to do well with just som
by food79 19y ago
If you are doing a ham/spam type classification, then you won't need the alien language. I am almost a total tech novice and I was able to do well with just some bash scripts. Of course the docs will teach you about better ways to train the system, if you are interested in going from 98% correct classification to 99.5% correct.
learn ham.css < file_to_learn.txt
learn spam.css < file_to_learn.txt
classify < file_to_classify.txt
- fiaz 19y agoI am NOT doing ham/spam type classification. I need to define some classifications for specific types of content.