Is the lookup table case sensitive?

Hey guys! I was working with a name table and have a question. What if a user enters lower case name and I have all names in normal name format ( :slight_smile: ). So It’s not taking entity when I say:

Is akshit online? But working when I say: Is Akshit online?

Is there something I can change in pipeline?

I think the lookup table is case-sensitive or i hope it is, otherwise acronyms lookup may fail horribly. Acronyms are really useful in a lookup table, since it isn’t always easy to make sense out of it.

What you can do in your case is extend the pipeline to lower case your query before it is fed to the entity recognizer.

1 Like

so lookup table is case sensitive? I am using Tensorflow.