Book Image

Finding Elements of Text with NLP in Java [Video]

By : Richard Reese
Book Image

Finding Elements of Text with NLP in Java [Video]

By: Richard Reese

Overview of this book

<p><span id="description" class="sugar_field">Natural Language Processing (NLP) is used in many applications to provide capabilities that were previously not possible. It involves analyzing text to obtain intent and meaning, which can then be used to support an application. </span></p> <p><span id="description" class="sugar_field">Using NLP within an application requires a combination of standard Java techniques and often specialized libraries frequently based on models that have been trained. Developers need to know what is available, how these technologies can be used, and when they should be used. </span></p> <p><span id="description" class="sugar_field">This video course will start by building on the basic NLP tasks of data normalization, tokenization, and SBD to perform more specialized NLP tasks. You will be able to do more than simply find a word in the text. Also, identify specific elements such as a person’s name or a location from the text. </span></p> <p><span id="description" class="sugar_field">Learn to split a sentence into basic grammatical units is another task that enables you to extract meaning and relationships from text. Towards the end of this course, you will also be able to classify text and determine the intent of the text.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This comprehensive video tutorial will get you up-and-running with advanced tasks using Natural Language Processing Techniques with Java.</span></span></p>
Table of Contents (4 chapters)
Chapter 3
Classifying Texts and Documents
Content Locked
Section 1
Text Classification and Sentiment Analysis
The aim if this video is to make you understand the applications of models in text classification - Understand the nature of text classification - Learn about the utility of text classification - Learn about the importance of models in text classification