getEntities

Overview

A function to get all entities from a text.

Credits cost per execution

This function spends 10 credits per execution

Video example

Arguments

  • text: The text from the one to get the entities

Expected output

  • String: A list in a cell with all of the entities

Text example

getEntities("John Doe has been working for Microsoft in Seattle since 1999.", "en_core_web_lg", "")
// John Doe, PERSON
// Microsoft, ORG
// Seattle, GPE
// 1999, DATE

Use cases

  • Improve your texts detecting and adding the entities of a text in order to rank better directly from Sheets

  • Improve your keyword research

Last updated