Book Image

A Quick Guide to iOS 11's New Features [Video]

By : Jonathan Daley
Book Image

A Quick Guide to iOS 11's New Features [Video]

By: Jonathan Daley

Overview of this book

<p><span id="description" class="sugar_field">Many new features were introduced in iOS 11. This course will guide you through implementing new features in SiriKit, the new Drag and Drop feature on the iPhone and iPad, Natural Language Processing, and UI considerations for the iPhone X.</span></p> <p><span id="description" class="sugar_field">This course covers implementing SiriKit's new Notes Domain, and how to create Notes using your voice and the power of Siri. You will also see how to implement Drag and Drop in your application in the UITableView for use on both the iPad and iPhone. These new features are demonstrated using simple and easy-to-understand exercises and real-world examples.</span></p> <p><span id="description" class="sugar_field">You will utilize Parts of Speech, Lemmatization, and Named Entity Recognition in your apps. Finally, you will also see how you can take advantage of Natural Language Processing to improve your app's user experience.</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 friendly course takes you through the latest features in iOS 11. It is packed with step-by-step instructions and working examples. </span></span></p> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This comprehensive course is divided into clear bite-size chunks, so you can learn at your own pace and focus on the areas of most interest to you.</span></span></p>
Table of Contents (4 chapters)
Chapter 4
Natural Language Processing in Your Application
Content Locked
Section 3
Using Lemmatization
Using Natural Language Processing, it is possible to identify the root, or lemma, of particular words. - Setup an instance of NSLinguisticTagger to identify the lemmas of words - Use an NSLinguisticTagger instance to find the lemma for certain words - Display found lemmas to the user