NamedEntityRecognitionTool / tool_config.json
Chris4K's picture
Update tool_config.json
28268d6
raw
history blame contribute delete
231 Bytes
{
"description": "A named entity recognition tool that identifies and labels entities such as persons, organizations, and locations in a given text.",
"name": "ner_tool",
"tool_class": "ner_tool.NamedEntityRecognitionTool"
}