Hello Salim, The code for the book is up on github: https://github.com/tamingtext/book/tree/master/src/main/java/com/tamingtext
(I believe the URL is listed in the book?) Take care, -stu ________________________________ From: Salim <[email protected]> To: [email protected] Sent: Friday, February 3, 2012 3:11 AM Subject: Re: Diagnosing naive bayes results Stuart Smith <stu24mail <at> yahoo.com> writes: > > Hello, > > Does naive bayes always classify a document into a category? > Or will it refuse to classify something it cannot? > > For example: > > I'm working through the naive bayes tutorial in Taming Text - with my own > data. > I built a lucene index, ran extract training data, split 90/10, etc. Hello Mr.Smith, I am following the same tutorial as you, but there is a little problem, I can't find the extractTrainingData mentionned in Taming Text. can you please give me details about the location of this function? Thank you,
