Apply NLP to condense description
PaulMcInnis opened this issue · 1 comments
PaulMcInnis commented
Description
There are currently a number of state-of-the-art algorithms to summarize long passages of text.
We should apply one of these methods to produce the currently-unused short_description
JobField
Example algorithms (whatever we use must provide a good license):
- https://github.com/LazoCoder/Article-Summarizer
- https://github.com/miso-belica/sumy
- https://github.com/mbadry1/DeepLearning.ai-Summary
Steps to Reproduce
n/a
Expected behavior
We should populate short_description
with a condensed (1-3 sentences?) description generated from the longer Job.description
Actual behavior
short_description
is un-implemented.
Environment
n/a
PaulMcInnis commented
Note that previously @studentbrad implemented this in PR #57 so we can try re-implementing with gensim
as he had previously done, the issue blocking that feature was the need for what is now the SHORT_DESCRIPTION