|
1 | | -# Text Analytics with Python - Second Edition |
| 1 | +# Text Analytics with Python |
| 2 | +### A Practical Real-World Approach to Gaining Actionable Insights from your Data |
| 3 | + |
| 4 | +Text analytics can be a bit overwhelming and frustrating at times |
| 5 | +with the unstructured and noisy nature of textual data and the |
| 6 | +vast amount of information available. |
| 7 | +"Text Analytics with Python" is a book packed with 385 pages of useful information |
| 8 | +based on techniques, algorithms, experiences and various lessons learnt over time |
| 9 | +in analyzing text data. This repository contains datasets and code used in this book. |
| 10 | +I will also be adding various notebooks and bonus content here from time to time. |
| 11 | +Keep watching this space! |
| 12 | + |
| 13 | +## Get the book |
| 14 | +<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"/> |
| 17 | +</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"/> |
| 20 | +</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"/> |
| 23 | +</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"/> |
| 26 | +</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"/> |
| 29 | +</a> |
| 30 | +<br> |
| 31 | +</div> |
| 32 | + |
| 33 | +<br><br> |
| 34 | + |
| 35 | +## 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"/> |
| 38 | +</a> |
| 39 | + |
| 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. |
| 43 | + |
| 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. |
| 56 | + |
| 57 | +<div style='font-size:0.5em;'> |
| 58 | +<sup>Edition: 1st<br> |
| 59 | +Pages: 385<br> |
| 60 | +Language: English<br> |
| 61 | +Book Title: Text Analytics with Python<br> |
| 62 | +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> |
| 66 | +Copyright: Dipanjan Sarkar<br></div> |
| 67 | + |
| 68 | +<br> |
| 69 | + |
| 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 |
| 78 | + in NLP and text analytics, such as the natural language toolkit (`nltk`), |
| 79 | + `gensim`, `scikit-learn`, `spaCy` and `Pattern` |
| 80 | + |
| 81 | + |
| 82 | + |
2 | 83 |
|
3 | | -### Work underway, code will be up by this weekend sorry for the delay had lost the code when I was switching computers and finally got a backup |
|
0 commit comments