Quality improvment of Similar question Feature
- Dominant language
- Go
- Stars
- 15.7k
- Forks
- 1.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 7
Description
## Is your enhancement request related to a problem? Please describe
Right now it looks query condition is like '%Input_string%' this is only good first to start.
I have testing this on meta.answer.dev
## Describe the solution you'd like
Use tokenizer (quite common in Nlp) which split input text into small words (sometimes sub words) and lookup tokens in database for finding similar question
## Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by locating the similar-question implementation and its current database query, then study how question text is stored and searched. Done means a defined, reviewed tokenizer-based matching approach with evidence that it improves similar-question results over the current substring lookup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100