Showing posts with label regex. Show all posts
Showing posts with label regex. Show all posts

Mastering Regular Expressions Review

Mastering Regular Expressions
Average Reviews:

(More customer reviews)
Are you looking to buy Mastering Regular Expressions? Here is the right place to find the great deals. we can offer discounts of up to 90% on Mastering Regular Expressions. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Mastering Regular Expressions ReviewJeffrey Friedl's "Matering Regular Expressions" does a facinating job in taking you through the jungle (and I mean jungle) of RegExp.
I am a Perl/CGI programmer, and I had considered myself good at RegExp even before I read this book. Most of the things I knew were from Programming Perl, 3rd edition (chapter 5, Pattern Matching). But I still decided to give Jeffrey a chance since I was having some trouble with my Parse::Syntax module, which is designed to parsing *any* programming language and highlighting the syntax accordingly (provided it has a syntax/grammer file written for the specific language). The accuracy of the parser (and more importantly the speed) does depend on well crafted regular expressions.
As I started reading the book, I couldn't stop. I took it to my school's cafeteria with me and no one could make me leave untill I finished the whole book. I was excited. I was pleased! Here is the outline of tha chapters:
Chapter 1 and 2 introduce you to regular expressions and give some basic regex examples. Mail utility and date matching is two of them.
Chapter 3 mostly talks about conventions that all the regex tools follow and their differences.
Chapter 4 deals with Traditional NFA, POSIX NFA and DFA regex engines and their pros and cons. What you'll like the most is the details provided by the author on each and every single example. He also uses a lot of step-by-step illustrations to take you deeper into the regex engine itself and see/feel how it works. He shows the point of backtrackings and provides awesome benchmarks. He uses such examples of matching a quote, allowing escaped quotes inside the pattern, matching C-style comments, IP addresses and many more.
Chapter 5 deals with writing efficient regular expressions for NFA engines. It also re-vists some of the examples provided in the previous chapter and fine-tunes them.
Chapter 6 and 7 deals with Tool-Language specific features of Regex engines. Chapter 6 is dedicated to Awk, Tcl and GNU Emacs, whereas chapter 7 is entirely dedicated to Perl, good over 100 pages of Perlism.
It's true that there're features that Perl 5.6 offers when it comes to regex that didn't exist at the time this book went to press, (lookbehinds, for example). But this no way makes this book dated. Just take my word for it. Jeffrey put together a great masterpiece that will not die for many years, no matter how fast the technology tends to enhance
Haven't read anything more exciting than this for many years.Mastering Regular Expressions Overview

Want to learn more information about Mastering Regular Expressions?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining) Review

Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining)
Average Reviews:

(More customer reviews)
Are you looking to buy Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining) ReviewNot just one of the best Perl books I've ever read but one of the best programming books in general.
The author does an excellent job building up your Perl skill set from basic introduction to complex regexs.
The fact that all the examples are from the literary works of Edgar Allan Poe doesn't hurt either.
Very well written and makes an excellent reference book later on A++Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining) OverviewProvides readers with the methods, algorithms, and means to perform text mining tasks
This book is devoted to the fundamentals of text mining using Perl, an open-source programming tool that is freely available via the Internet (www.perl.org). It covers mining ideas from several perspectives--statistics, data mining, linguistics, and information retrieval--and provides readers with the means to successfully complete text mining tasks on their own.
The book begins with an introduction to regular expressions, a text pattern methodology, and quantitative text summaries, all of which are fundamental tools of analyzing text. Then, it builds upon this foundation to explore:
Probability and texts, including the bag-of-words model
Information retrieval techniques such as the TF-IDF similarity measure
Concordance lines and corpus linguistics
Multivariate techniques such as correlation, principal components analysis, and clustering
Perl modules, German, and permutation tests

Each chapter is devoted to a single key topic, and the author carefully and thoughtfully introduces mathematical concepts as they arise, allowing readers to learn as they go without having to refer to additional books. The inclusion of numerous exercises and worked-out examples further complements the book's student-friendly format.
Practical Text Mining with Perl is ideal as a textbook for undergraduate and graduate courses in text mining and as a reference for a variety of professionals who are interested in extracting information from text documents.

Want to learn more information about Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...