Skip to content

Entity Recognition from Search Queries #12451

Discussion options

You must be logged in to vote

Hey atalnarayan,

In general the approach you are taking seems to be on the right track, but your question is a bit general for a discussion here. Let me point you to some relevant material:

  1. Finding video game titles with sense2vec: https://www.youtube.com/watch?v=EoYHbUHr0fM
  2. Detailed example about using the entity ruler to find museum names: https://www.youtube.com/watch?v=Ds18bQAzygo.
  3. Rather than the EntityRuler we recommend using the SpanRuler in the future: https://spacy.io/api/spanruler
  4. Using dependency tree for extracting information: https://www.youtube.com/watch?v=BoyLPiXXEYA&t=429s.
  5. For more in-depth information about entity extraction I recommend this Chapter: https://web.stanfo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@atalnarayan
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / ner Feature: Named Entity Recognizer
2 participants