com.johnsnowlabs.nlp.annotators.ner
Get the Confidence threshold
Whether to ignore B tags for contiguous tokens of same entity same
Input Annotator Type : DOCUMENT, TOKEN, NAMED_ENTITY
Input Annotator Type : DOCUMENT, TOKEN, NAMED_ENTITY
Output Annotator Type : CHUNK
Output Annotator Type : CHUNK
Whether to preserve the original position of the tokens in the original document or use the modified tokens
Whether to ignore B tags for contiguous tokens of same entity same
Whether to preserve the original position of the tokens in the original document or use the modified tokens
Set the Confidence threshold
If defined, list of entities to process.
If defined, list of entities to process. The rest will be ignored. Do not include IOB prefix on labels
Confidence threshold
If defined, list of entities to process.
If defined, list of entities to process. The rest will be ignored. Do not include IOB prefix on labels
Required input and expected output annotator types
Converts IOB or IOB2 representation of NER to user-friendly. See https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)