4 Information extraction
This chapter covers
- Extracting information from raw text
- Exploring useful NLP techniques, such as part-of-speech tagging, lemmatization, and parsing
- Building a language-processing pipeline with spaCy
In the previous chapter, you looked into ways of finding texts that talk about particular concepts or facts. You’ve built an information-retrieval system that can search for texts answering particular questions. For example, if you were wondering what information science is or what methods information-retrieval systems use, you needed to provide your information-retrieval system with the queries like “What is information science?” or “What methods do information-retrieval systems use?” and the system found for you relevant ...
Get Getting Started with Natural Language Processing now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.