How can we apply NLP to condense descriptions? #153
PaulMcInnis
started this conversation in
General
Replies: 1 comment
-
Note that previously @studentbrad implemented this in PR #57 so we can try re-implementing with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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):
Steps to Reproduce
n/a
Expected behavior
We should populate
short_description
with a condensed (1-3 sentences?) description generated from the longerJob.description
Actual behavior
short_description
is un-implemented.Environment
n/a
Beta Was this translation helpful? Give feedback.
All reactions