This chapter will cover text summarization using natural language processing techniques. Different types of text summarization techniques will be introduced with examples. You will gain the intuition behind summarization and be able to apply it to your iOS projects. After gaining the principal knowledge, we will use the built-in NLP capabilities in iOS to develop a smart iOS application that can summarize the given article.
What Is Text Summarization?
Text summarization is the process of shortening text computationally, to create a subset that represents the most ...