From 7164f730357c936f7114a2e94bc0d30210eb10ec Mon Sep 17 00:00:00 2001 From: Vildan <64216738+Meryem1425@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:06:03 -0400 Subject: [PATCH] Updated Documentation (#1537) --- docs/en/licensed_annotators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/licensed_annotators.md b/docs/en/licensed_annotators.md index 93dff0ac51..3b63616d08 100644 --- a/docs/en/licensed_annotators.md +++ b/docs/en/licensed_annotators.md @@ -98,7 +98,7 @@ Check out the [Spark NLP Annotators page](https://nlp.johnsnowlabs.com/docs/en/a {% include templates/licensed_table_entry.md name="ReIdentification" summary="Reidentifies obfuscated entities by DeIdentification."%} {% include templates/licensed_table_entry.md name="RelationExtraction" summary="Extracts and classifies instances of relations between named entities."%} {% include templates/licensed_table_entry.md name="RelationExtractionDL" summary="Extracts and classifies instances of relations between named entities."%} -{% include templates/licensed_table_entry.md name="REChunkMerger" summary= Merges relation chunks to create a new chunk."%} +{% include templates/licensed_table_entry.md name="REChunkMerger" summary="Merges relation chunks to create a new chunk."%} {% include templates/licensed_table_entry.md name="RENerChunksFilter" summary="Filters and outputs combinations of relations between extracted entities, for further processing."%} {% include templates/licensed_table_entry.md name="Replacer" summary="This annotator allows to replace entities in the original text with the ones extracted by the annotators `NameChunkObfuscatorApproach` or `DateNormalizer`."%} {% include templates/licensed_table_entry.md name="Resolution2Chunk" summary="This annotator is responsible for converting the annotations generated by entity resolver models (typically labeled as ENTITY) into a format compatible with subsequent stages of the pipeline, such as the ChunkMapperModel."%}