The world is awash in content, especially written content. Google Cloud’s Natural Language API includes the ability to classify content to help manage the never-ending input of information. In this hands-on lab, you’ll use the Natural Language API to index a selection of emails and classify them into various categories.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Enable the API
Enable the Natural Language API.
- Authenticate the Service Account
Use the generated JSON file to authenticate the already created service account.
- Index the Example Files
Use the provided Python application to index the example files.
- Query the Index
Query the results supplied in the index via the provide Python app.