johndpjr / AgTern

19 stars 5 forks source link

Add description text processing for tags #124

Closed johndpjr closed 1 year ago

johndpjr commented 1 year ago

Context

Since we've recently added a tags field that contains comma-separated tags (or job "keywords") to our Job database table, we should actually analyze the description text using Natural Language Processing (NLP) to find keywords of relevant interest. These tags will be displayed on the frontend and will be searchable.

TODO

Notes