I am using supervised embeddings pipeline. The entities extracted are case sensitive. Is there any way to make the entity extraction case insensitive?
I am using supervised embeddings pipeline. The entities extracted are case sensitive. Is there any way to make the entity extraction case insensitive?
Add the option case_sensitive: False
to your tokenizer.
Previously i have been using supervised embeddings pipeline. But now since I have to use a tokenizer, I need to change my config file. Can you please suggest how to update my config file?