79653965

Date: 2025-06-05 07:25:35
Score: 2.5
Natty:
Report link

The key problem is your querying text will not always be the keyword in kwx package which is auto-generate keywords with BERT,LDA, etc. algorithm( ref Fig 1.) . I think the best solution is convert your text db to vector db. And use cosine simularity to find your keyword simularity chunk. ( ref: https://spencerporter2.medium.com/understanding-cosine-similarity-and-word-embeddings-dbf19362a3c )

Fig 1.

enter image description here

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jung-Yi Tsai