-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users should have some way to edit keyword aliases #5
Comments
Hi @mattcheah I would like to work on this issue. |
@abhishek-iitj Sounds great! Let me know if you need any help? |
Hey @abhishek-iitj, how are you doing on this? |
I would like to help. Please let me know what needs to be done |
hi @vasunep0306, thank you for helping! |
Currently, if a job description lists
PHP7
and a user's category isphp
, the description parser will not pick this up as a keyword. Same for similar things likeruby/rails
vsrails
, orecmascript6
vses6
.In order to make the parser more efficient at finding the most relevant keywords/categories, we need to have an option to edit categories to have an array of aliases that will also trigger a snippet's categories when the application parses the job description.
What this will most likely involve:
DatabaseService
for editing the category database.ParseDescriptionService
to check each word against a category's alias array.If you'd like to help out, leave a comment and I'd be more than happy to walk you through or share some opinions. Thanks!
The text was updated successfully, but these errors were encountered: