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 2
Detecting Parts of Speech
Content Locked
Section 2
Using NLP API’s for POS Processing
In this video you’ll understand how to use OpenNLP to perform POS processing - Learn to use the en-pos-maxent.bin file to perform POS processing - Learn to use the POSModel class to load a POS model - Learn to use the POSTaggerME class to instantiate a model and tag a sentence