Skip to content

Commit 3fd0010

Browse files
authored
Update README.md
1 parent dd4756f commit 3fd0010

File tree

1 file changed

+32
-44
lines changed

1 file changed

+32
-44
lines changed

New-Second-Edition/README.md

Lines changed: 32 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,70 @@
1-
# Text Analytics with Python
2-
### A Practical Real-World Approach to Gaining Actionable Insights from your Data
1+
# Text Analytics with Python - 2nd Edition
2+
### A Practitioner's Guide to Natural Language Processing
33

44
Text analytics can be a bit overwhelming and frustrating at times
55
with the unstructured and noisy nature of textual data and the
66
vast amount of information available.
7-
"Text Analytics with Python" is a book packed with 385 pages of useful information
7+
"Text Analytics with Python" is a book packed with 674 pages of useful information
88
based on techniques, algorithms, experiences and various lessons learnt over time
99
in analyzing text data. This repository contains datasets and code used in this book.
1010
I will also be adding various notebooks and bonus content here from time to time.
1111
Keep watching this space!
1212

1313
## Get the book
1414
<div>
15-
<a target="_blank" href="http://www.apress.com/us/book/9781484223871">
16-
<img src="./media/banners/apress_logo.png" alt="apress" align="left"/>
15+
<a target="_blank" href="https://www.apress.com/gp/book/9781484243534">
16+
<img src="https://i.imgur.com/FI3L387.png" alt="apress" align="left"/>
1717
</a>
18-
<a target="_blank" href="http://link.springer.com/book/10.1007%2F978-1-4842-2388-8">
19-
<img src="./media/banners/springer_logo.png" alt="springer" align="left"/>
18+
<a target="_blank" href="https://link.springer.com/book/10.1007/978-1-4842-4354-1">
19+
<img src="https://i.imgur.com/twty9FD.png" alt="springer" align="left"/>
2020
</a>
21-
<a target="_blank" href="https://www.amazon.com/Text-Analytics-Python-Real-World-Actionable/dp/148422387X/ref=sr_1_1?ie=UTF8&qid=1481143141&sr=8-1&keywords=text+analytics+with+python">
22-
<img src="./media/banners/amazon_logo.jpg" alt="amazon" align="left"/>
21+
<a target="_blank" href="https://www.amazon.com/Text-Analytics-Python-Practitioners-Processing/dp/1484243536/ref=sr_1_1?dchild=1&keywords=Text+Analytics+with+Python&qid=1599726217&sr=8-1">
22+
<img src="https://i.imgur.com/CRWnPje.png" alt="amazon" align="left"/>
2323
</a>
24-
<a target="_blank" href="https://books.google.co.in/books?id=IimgDQAAQBAJ&dq=text+analytics+with+python&source=gbs_navlinks_s">
25-
<img src="./media/banners/googlebooks_logo.png" alt="google" align="left"/>
24+
<a target="_blank" href="https://www.google.com/books/edition/Text_Analytics_with_Python/arWZDwAAQBAJ?hl=en&gbpv=0">
25+
<img src="https://i.imgur.com/x3AEDsf.png" alt="google" align="left"/>
2626
</a>
27-
<a target="_blank" href="https://play.google.com/store/books/details/Dipanjan_Sarkar_Text_Analytics_with_Python?id=IimgDQAAQBAJ">
28-
<img src="./media/banners/googleplay_logo.png" alt="google" align="left"/>
27+
<a target="_blank" href="https://play.google.com/store/books/details/Dipanjan_Sarkar_Text_Analytics_with_Python?id=arWZDwAAQBAJ">
28+
<img src="https://i.imgur.com/vKEIiRp.png" alt="google" align="left"/>
2929
</a>
3030
<br>
3131
</div>
3232

3333
<br><br>
3434

3535
## About the book
36-
<a target="_blank" href="https://www.amazon.com/Text-Analytics-Python-Real-World-Actionable/dp/148422387X/ref=sr_1_1?ie=UTF8&qid=1481143141&sr=8-1&keywords=text+analytics+with+python">
37-
<img src="./media/banners/cover_front.png" alt="Book Cover" width="250" align="left"/>
36+
<a target="_blank" href="https://www.amazon.com/Text-Analytics-Python-Practitioners-Processing/dp/1484243536/ref=sr_1_1?dchild=1&keywords=Text+Analytics+with+Python&qid=1599726217&sr=8-1">
37+
<img src="https://i.imgur.com/aLk4L4h.png" alt="Book Cover" width="270" align="left"/>
3838
</a>
3939

40-
Derive useful insights from your data using Python.
41-
Learn the techniques related to natural language processing and text analytics,
42-
and gain the skills to know which technique is best suited to solve a particular problem.
40+
Leverage Natural Language Processing (NLP) in Python and learn how to set up your own robust environment for performing text analytics. This second edition has gone through a major revamp and introduces several significant changes and new topics based on the recent trends in NLP.
4341

44-
Text Analytics with Python teaches you both basic and advanced concepts,
45-
including text and language syntax, structure, semantics.
46-
You will focus on algorithms and techniques, such as text classification,
47-
clustering, topic modeling, and text summarization
48-
49-
A structured and comprehensive approach is followed in this book so that
50-
readers with little or no experience do not find themselves overwhelmed.
51-
You will start with the basics of natural language and Python and move on
52-
to advanced analytical and machine learning concepts. You will look at each
53-
technique and algorithm with both a bird's eye view to understand how it
54-
can be used as well as with a microscopic view to understand the mathematical
55-
concepts and to implement them to solve your own problems.
42+
You’ll see how to use the latest state-of-the-art frameworks in NLP, coupled with machine learning and deep learning models for supervised sentiment analysis powered by Python to solve actual case studies. Start by reviewing Python for NLP fundamentals on strings and text data and move on to engineering representation methods for text data, including both traditional statistical models and newer deep learning-based embedding models. Improved techniques and new methods around parsing and processing text are discussed as well.
43+
Text summarization and topic models have been overhauled so the book showcases how to build, tune, and interpret topic models in the context of an interest dataset on NIPS conference papers. Additionally, the book covers text similarity techniques with a real-world example of movie recommenders, along with sentiment analysis using supervised and unsupervised techniques. There is also a chapter dedicated to semantic analysis where you’ll see how to build your own named entity recognition (NER) system from scratch. While the overall structure of the book remains the same, the entire code base, modules, and chapters has been updated to the latest Python 3.x release.
5644

5745
<div style='font-size:0.5em;'>
58-
<sup>Edition: 1st<br>
59-
Pages: 385<br>
46+
<sup>Edition: 2nd<br>
47+
Pages: 674<br>
6048
Language: English<br>
6149
Book Title: Text Analytics with Python<br>
50+
Book Subtitle: A Practitioner's Guide to Natural Language Processing<br>
6251
Publisher: Apress (a part of Springer)<br>
63-
Print ISBN: 978-1-4842-2387-1<br>
64-
Online ISBN: 978-1-4842-2388-8<br>
65-
DOI: 10.1007/978-1-4842-2388-8<br>
52+
Print ISBN: 978-1-4842-4353-4<br>
53+
Online ISBN: 978-1-4842-4354-1<br>
54+
DOI: 10.1007/978-1-4842-4354-1<br>
6655
Copyright: Dipanjan Sarkar<br></div>
6756

6857
<br>
6958

70-
This book:
71-
- Provides complete coverage of the major concepts and
72-
techniques of natural language processing (NLP) and text analytics
73-
- Includes practical real-world examples of techniques for implementation,
74-
such as building a text classification system to categorize news articles,
75-
analyzing app or game reviews using topic modeling and text summarization,
76-
and clustering popular movie synopses and analyzing the sentiment of movie reviews
77-
- Shows implementations based on Python and several popular open source libraries
59+
With this book you will:
60+
- Understanding NLP and text syntax, semantics and structure
61+
- Discover text cleaning and feature engineering strategies
62+
- Learn and implement text classification and text clustering
63+
- Understand and build text summarization and topic models
64+
- Learn about the promise of deep learning and transfer learning for NLP
65+
- Implement hands-on examples based on Python and several popular open source libraries
7866
in NLP and text analytics, such as the natural language toolkit (`nltk`),
79-
`gensim`, `scikit-learn`, `spaCy` and `Pattern`
67+
`gensim`, `scikit-learn`, `spaCy`, `keras` and `tensorflow`
8068

8169

8270

0 commit comments

Comments
 (0)