Customer Reviews


7 Reviews
5 star:
 (4)
4 star:
 (2)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


9 of 10 people found the following review helpful:
5.0 out of 5 stars Good book to bootstrap yourself into Text Mining
I am a Java web/search programmer who wanted to "get into" text mining. I found this book an excellent resource for this. Text Mining is a field in which active research is still going on, and other Text Mining books I have looked at reflect this - the authors expect you to have a certain degree of mathematical background to understand what they are saying. This book...
Published on May 3, 2008 by Sujit Pal

versus
2.0 out of 5 stars Not a "complete solution to experiment with"
The book claims to "show step-by-step implementations of text mining solutions, and provides complete solutions for users to experiment with".
It is NOT. The CD ROM provided with the book would not install out of the box. Installation is painstaking and requires actual debugging of Perl and looking into Apache log for error messages. For example, access to the main...
Published 7 months ago by Alex


Most Helpful First | Newest First

9 of 10 people found the following review helpful:
5.0 out of 5 stars Good book to bootstrap yourself into Text Mining, May 3, 2008
This review is from: Text Mining Application Programming (Programming Series) (Paperback)
I am a Java web/search programmer who wanted to "get into" text mining. I found this book an excellent resource for this. Text Mining is a field in which active research is still going on, and other Text Mining books I have looked at reflect this - the authors expect you to have a certain degree of mathematical background to understand what they are saying. This book explains briefly the math behind each of the approaches, but it focuses more on the algorithms that result from the math, so it is easier to read.

Of course, a side effect of this is that the approaches described are not necessarily the state of the art for solving any given problem, but once you get the basic approach to solving a problem, it is relatively easy to find and understand the documentation on the web for the more advanced approaches, since you now know what you are looking for and how it differs from your basic solution.

The book does have a (fairly long) chapter where it covers the math background necessary to get started with Text Mining. If you understand the stuff in there, you will actually be able to think up solutions to text mining problems that are unique to your own situation.

The algorithms in the book are in pseudo-code, but the book comes with a CD (or download from the author's sourceforge project textmine.sf.net) where you can see working Perl code.

Overall, I think this is one of the most useful books that I have purchased in a while. It should appeal most to programmer types who have programmed in their language(s) of choice for a while in areas other than text mining, wants to get into text mining, and doesn't want to spend a lot of time relearning high school and college math before starting off.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent!, July 4, 2008
By 
Amazon Verified Purchase(What's this?)
This review is from: Text Mining Application Programming (Programming Series) (Paperback)
This is a well written book, code is easy to download, and a number of topics. All in all though, the writing is clear and easily understood so it's well worth the money...
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
4.0 out of 5 stars A Great Subject, March 29, 2008
By 
C. Hivert (San Francisco, CA, USA) - See all my reviews
(REAL NAME)   
This review is from: Text Mining Application Programming (Programming Series) (Paperback)
Text mining is one of the most exciting subjects of the web, and too few books are dealing with it. This one is one of them, and it gives quite a few examples of text mining applications, like spam filters or search engine ranking algorithms. The style is easy to follow, and the concepts easy to understand given some maths background.

However, I expected more details, and a richer content overall, thus the four stars. This is still a good book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2.0 out of 5 stars Not a "complete solution to experiment with", June 30, 2011
This review is from: Text Mining Application Programming (Programming Series) (Paperback)
The book claims to "show step-by-step implementations of text mining solutions, and provides complete solutions for users to experiment with".
It is NOT. The CD ROM provided with the book would not install out of the box. Installation is painstaking and requires actual debugging of Perl and looking into Apache log for error messages. For example, access to the main page requires password and user name which are not mentioned anywhere in the book (for theose who wont to know the user is "fmuser" and password "fmpass"). CGI scripts will attempt to access directories it does not have access to. It will try to create files on the drive it was installed from (i.e. CD) and all kind of nonsense like that. After you go through all this hurdle you will find that even though there are CD signs beside some articles, there is no information which links the article with actual implementation.
It very much looks like the book was written by someone who haven't done any programming in years and software was written by a bunch of first year college students, who did not even care to install the whole package once to see how it works.
I would not recommend it for those who want to familiarize themselves with relatively new area of Text Mining and try to build a simple sample using provided libraries.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 7 people found the following review helpful:
5.0 out of 5 stars An excellent guide to mining the Net, July 2, 2006
This review is from: Text Mining Application Programming (Programming Series) (Paperback)
Software developers learn how to mine information on the Web and turn it into valuable data; but developers need to understand how data mining works. For a programmer's application-oriented review, Text Mining Application Programming is the item of choice: it reviews text data, how it's found, and how search engines locate and gather it. Next, it teaches how to build spiders to crawl the Web, how to use the information, and how to monitoring it. Perl developers will find its Perl-based code useful, but it's not necessary to know Perl to run the software herein. An excellent guide to mining the Net.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
4.0 out of 5 stars good historical and current review of the technology but ..., December 14, 2010
Amazon Verified Purchase(What's this?)
This review is from: Text Mining Application Programming (Programming Series) (Paperback)
~
1) all pseudo-code examples (in fact it is the general mindset of the algorithms) assumes that texts are handled as streams of characters. I would rather go for a corpora-based approach
~
2) since I primarily code in Java|ANSII C|C++ I wasn't really interested about the software included in the CD-ROM, until I read a few things that made me look for it, to find that:
~
2.1) CD-ROM had been ripped from book cover (I am not sure who did this ...)
~
2.2) charlesrivermedia.com is not the company that published the book
~
2.3) charlesriver.com doesn't exist anymore
~
2.4) I could not contact the author himself
~
Can anyone lend me a hand on this?
~
Thank you
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 12 people found the following review helpful:
5.0 out of 5 stars How to Find Information, June 6, 2006
This review is from: Text Mining Application Programming (Programming Series) (Paperback)
There is an old expression that half of knowing anything is knowing where to find it. And there is little more frustrating to be looking at 'My Computer' trying to find what you know you have stored in a file somewhere. Well, perhaps just as frustrating is to go to one of the search engines and try to find something that you know is there but just don't know the proper words to find it.

In this book Dr. Konchady talks about how to go find data that is in text form on your system, on your network or out on the web somewhere. It talks about search engines, but also about other techniques that can be used only by programming.

The CD that comes with the book contains several Perl software snippets that help to find named entities, parts of speech, phrases and gives a summary of text documents. This area includes developing web crawlers that can be adapted by individual users to go out and find specialized information. It further contains an Open Source software package called Text Mine that is designed for mining operations. In addition it has utilities to build and enhance Text Mine and utilities to build and manage MySQL database tables. This is an excellent book on everything from the basic hints and types through some of the mathematics that underlies text mining.

His section on the nature of an English language Question and Answer system is the best I've ever seen.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Text Mining Application Programming (Programming Series)
Text Mining Application Programming (Programming Series) by Manu Konchady (Paperback - May 4, 2006)
$59.95 $34.81
In Stock
Add to cart Add to wishlist