Skip to content

Commit dd4756f

Browse files
authored
Update README.md
1 parent f8ce2a5 commit dd4756f

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ 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>
@@ -43,28 +43,28 @@ You’ll see how to use the latest state-of-the-art frameworks in NLP, coupled w
4343
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.
4444

4545
<div style='font-size:0.5em;'>
46-
<sup>Edition: 1st<br>
47-
Pages: 385<br>
46+
<sup>Edition: 2nd<br>
47+
Pages: 674<br>
4848
Language: English<br>
4949
Book Title: Text Analytics with Python<br>
50+
Book Subtitle: A Practitioner's Guide to Natural Language Processing<br>
5051
Publisher: Apress (a part of Springer)<br>
51-
Print ISBN: 978-1-4842-2387-1<br>
52-
Online ISBN: 978-1-4842-2388-8<br>
53-
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>
5455
Copyright: Dipanjan Sarkar<br></div>
5556

5657
<br>
5758

58-
This book:
59-
- Provides complete coverage of the major concepts and
60-
techniques of natural language processing (NLP) and text analytics
61-
- Includes practical real-world examples of techniques for implementation,
62-
such as building a text classification system to categorize news articles,
63-
analyzing app or game reviews using topic modeling and text summarization,
64-
and clustering popular movie synopses and analyzing the sentiment of movie reviews
65-
- 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
6666
in NLP and text analytics, such as the natural language toolkit (`nltk`),
67-
`gensim`, `scikit-learn`, `spaCy` and `Pattern`
67+
`gensim`, `scikit-learn`, `spaCy`, `keras` and `tensorflow`
6868

6969

7070

0 commit comments

Comments
 (0)