getEntities
A function to get all entities from a text.
This function spends 10 credits per execution
- text: The text from the one to get the entities
- String: A list in a cell with all of the entities
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
- Improve your texts detecting and adding the entities of a text in order to rank better directly from Sheets
- Improve your keyword research
Last modified 3mo ago