You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,28 +43,28 @@ You’ll see how to use the latest state-of-the-art frameworks in NLP, coupled w
43
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.
44
44
45
45
<divstyle='font-size:0.5em;'>
46
-
<sup>Edition: 1st<br>
47
-
Pages: 385<br>
46
+
<sup>Edition: 2nd<br>
47
+
Pages: 674<br>
48
48
Language: English<br>
49
49
Book Title: Text Analytics with Python<br>
50
+
Book Subtitle: A Practitioner's Guide to Natural Language Processing<br>
50
51
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>
54
55
Copyright: Dipanjan Sarkar<br></div>
55
56
56
57
<br>
57
58
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
66
66
in NLP and text analytics, such as the natural language toolkit (`nltk`),
0 commit comments