From 70112da1f542dc52f974baa55a8471035bd83db8 Mon Sep 17 00:00:00 2001 From: Nishant Shukla Date: Sat, 31 May 2014 14:38:24 -0400 Subject: [PATCH] Fixed wording in README --- Ch02/README.md | 2 +- Ch03/README.md | 2 +- Ch04/README.md | 2 +- Ch05/README.md | 2 +- Ch06/README.md | 2 +- Ch07/README.md | 2 +- Ch08/README.md | 2 +- Ch09/README.md | 2 +- Ch10/README.md | 2 +- Ch11/README.md | 2 +- Ch12/README.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Ch02/README.md b/Ch02/README.md index 269fd53..be02c26 100644 --- a/Ch02/README.md +++ b/Ch02/README.md @@ -2,7 +2,7 @@ Chapter 2, **Integrity and Inspection**, explains the importance of cleaning data through recipes about **trimming whitespace**, **lexing**, and **regular expression matching**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch03/README.md b/Ch03/README.md index 86fa0e3..b32bd60 100644 --- a/Ch03/README.md +++ b/Ch03/README.md @@ -2,7 +2,7 @@ Chapter 3, **The Science of Words**, introduces common string manipulation algorithms including **base conversions**, **substring matching**, and **computing the edit distance**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch04/README.md b/Ch04/README.md index 52a3630..4ba65df 100644 --- a/Ch04/README.md +++ b/Ch04/README.md @@ -2,7 +2,7 @@ Chapter 4, **Data Hashing**, covers essential hashing functions such as **MD5**, **SHA256**, **GeoHashing**, and **perceptual hashing**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch05/README.md b/Ch05/README.md index abc7fd5..3331f22 100644 --- a/Ch05/README.md +++ b/Ch05/README.md @@ -2,7 +2,7 @@ Chapter 5, **A Dance with Trees**, establishes an understanding of the tree data structure through examples including **tree traversals**, **balancing trees**, and **Huffman coding**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch06/README.md b/Ch06/README.md index 1721817..9dfc855 100644 --- a/Ch06/README.md +++ b/Ch06/README.md @@ -2,7 +2,7 @@ Chapter 6, **Graph Fundamentals**, manifests rudimentary algorithms for graphical networks such as **graph traversals**, **visualization**, and **maximal clique detection**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch07/README.md b/Ch07/README.md index b715565..097e4b1 100644 --- a/Ch07/README.md +++ b/Ch07/README.md @@ -2,7 +2,7 @@ Chapter 7, **Statistics and Analysis**, begins the investigation of important data analysis techniques encompassing **regression algorithms**, **Bayesian networks**, and **neural networks**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch08/README.md b/Ch08/README.md index 5364865..da3967e 100644 --- a/Ch08/README.md +++ b/Ch08/README.md @@ -2,7 +2,7 @@ Chapter 8, **Clustering and Classification**, involves quintessential analysis methods involving **k-means clustering**, **hierarchical clustering**, **constructing decision trees**, and **implementing the k-Nearest Neighbors classifier**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch09/README.md b/Ch09/README.md index e45b997..6dfbc58 100644 --- a/Ch09/README.md +++ b/Ch09/README.md @@ -2,7 +2,7 @@ Chapter 9, **Parallel and Concurrent Design**, introduces advance topics in Haskell such as **forking IO actions**, **mapping over lists in parallel**, and **benchmarking performance**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch10/README.md b/Ch10/README.md index 4ec8df5..3389e4f 100644 --- a/Ch10/README.md +++ b/Ch10/README.md @@ -2,7 +2,7 @@ Chapter 10, **Real-time Fugue**, incorporates streamed data interactions from **Twitter**, **Internet Relay Chat (IRC)**, and **sockets**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch11/README.md b/Ch11/README.md index 46fe188..88c9895 100644 --- a/Ch11/README.md +++ b/Ch11/README.md @@ -2,7 +2,7 @@ Chapter 11, **Stunning Visuals**, comprises of sundry approaches to plotting graphs including **line charts**, **bar graphs**, **scatter plots**, and **D3.js visualizations**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.

diff --git a/Ch12/README.md b/Ch12/README.md index d656d1e..99d6e80 100644 --- a/Ch12/README.md +++ b/Ch12/README.md @@ -2,7 +2,7 @@ Chapter 12, **The Final Exporting**, concludes the book with an enumeration of algorithms for exporting data to **CSV**, **JSON**, **HTML**, **MongoDB**, and **SQLite**. This is the accompanying source code for [Haskell Data Analysis Cookbook](http://haskelldata.com). -Refer to the book for step-by-step documentation. +Refer to the book for step-by-step explanations.