Hi everyone,
I had built my own entity extractor similar to Lookup Tables. but this is not machine-learned but will try to extract entities from a list of data just like lookup tables but here it will try to do text matching from a list of examples. But how this will help the entity extraction process? so you don’t need to train the NLU model for the know list of examples but rather just pass it as a list and let the extractor extract the entities from the list of examples during prediction.
Code Repo: https://github.com/JiteshGaikwad/LookupEntityExtractor
For the demo purpose I have used @koaning’s Pokemon Demo Bot, you can get it here:
https://github.com/JiteshGaikwad/pokedex-demo
Demo Video:
Hope this helps