1. Annotate an English support snippet
Support analystBackground
A support analyst wants to inspect a short English note and identify contact information in the text.
Problem
The note needs token-level annotation, stopword removal, linguistic normalization, and entity detection.
How to use
Paste `The quick fox emailed [email protected].`, select English and JSON, and leave stopword removal, stemming, lemmatization, and entity detection enabled.
Language: English; Output Format: JSON; Remove Stopwords: enabled; Stemming: enabled; Lemmatization: enabled; Detect Entities: enabled; N-gram Size: 2.Outcome
The result reports English annotations, a token count, and an EMAIL entity in structured JSON.