Parse and process texts to extract multiple features at once.
embed_text
extract_emoji
extract_entities
extract_hashtags
extract_keywords
extract_mentions
infer_sentiment
tokenize
Examples
ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
infer_language
step.
Ideally, languages should be expressed as two-letter
ISO 639-1 language codes, such as “en”, “es” or “de” for
English, Spanish or German respectively. We also detect fully spelled out names such as “english”, “German”, “allemande”
etc., but it is not guaranteed that we will recognize all possible spellings correctly always, so ISO codes should be
preferred.Alternatively, if all texts are in the same language, it can be identified with the lang
parameter instead.Outputs
step(..., {"param": "value", ...}) -> (output)
.
Parameters