Text Analysis Functions
Analyze sentiment
Parameters:
- `text` (str): The input text to be analyzed.
Returns:
- `float`: The sentiment score ranging from -1 (negative) to 1 (positive).Named Entity Recognition
Parameters:
- `text` (str): The input text to be analyzed.
Returns:
- `list`: A list of named entities found in the text.Last updated