Natural Language Processing with Java - Second Edition - Helion

Tytuł oryginału: Natural Language Processing with Java - Second Edition
ISBN: 9781788993067
stron: 318, Format: ebook
Data wydania: 2018-07-31
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
Natural Language Processing (NLP) allows you to take any sentence and identify patterns, special names, company names, and more. The second edition of Natural Language Processing with Java teaches you how to perform language analysis with the help of Java libraries, while constantly gaining insights from the outcomes.
You’ll start by understanding how NLP and its various concepts work. Having got to grips with the basics, you’ll explore important tools and libraries in Java for NLP, such as CoreNLP, OpenNLP, Neuroph, and Mallet. You’ll then start performing NLP on different inputs and tasks, such as tokenization, model training, parts-of-speech and parsing trees. You’ll learn about statistical machine translation, summarization, dialog systems, complex searches, supervised and unsupervised NLP, and more.
By the end of this book, you’ll have learned more about NLP, neural networks, and various other trained models in Java for enhancing the performance of NLP applications.
Osoby które kupowały "Natural Language Processing with Java - Second Edition", wybierały także:
- Biologika Sukcesji Pokoleniowej. Sezon 3. Konflikty na terytorium 127,27 zł, (14,00 zł -89%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 93,33 zł, (14,00 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 77,78 zł, (14,00 zł -82%)
Spis treści
Natural Language Processing with Java. Techniques for building machine learning and neural network models for NLP - Second Edition eBook -- spis treści
- 1. Introduction to NLP
- 2. Finding Parts of Text
- 3. Finding Sentences
- 4. Finding People and Things
- 5. Detecting Parts of Speech
- 6. Representing text with features
- 7. Information retrieval
- 8. Classifying Texts and Documents
- 9. Topic Modeling
- 10. Using Parser to Extract Relationships
- 11. Combined Pipeline
- 12. Creating chat Bot