| nlp_annotation | R Documentation | 
A Spark NLP annotation S3 object has the following fields:
annotatorType: the type of annotation (String)
begin: the index of the first character under this annotation (integer)
end: the index after the last character under this annotation (integer)
metadata: associated metadata for this annotation (Map(String, String))
result: the main output of the annotation (String)
embeddings: vector of embeddings (Array(Float))
nlp_annotation(x)
x | 
 a spark_jobj that is an Annotation object or a named list  | 
See https://nlp.johnsnowlabs.com/docs/en/concepts#annotation
a local nlp_annotation object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.