Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
add result content to pregnancy task
Browse files Browse the repository at this point in the history
  • Loading branch information
charhart committed Dec 9, 2019
1 parent 4ddc657 commit 7a33b2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nlp/custom_tasks/PregnancyTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ def run_custom_task(self, temp_file, mongo_client: MongoClient):
'sentence': sentence,
'highlights': highlights,
'start':[start],
'end':[end]
'end':[end],
'result_content':sentence
}
}

Expand Down

0 comments on commit 7a33b2e

Please sign in to comment.