You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,13 +125,7 @@ mybroker/bin/artemis stop
125
125
## Input and output structure
126
126
127
127
Given the structure of the summarized gold timelines and the shared task data, the Docker assumes that the input in the `input`
128
-
folder will take the form of a collection of notes comprising all the patients of a given cancer type cohort (for the shared task one of melanoma or ovarian or breast cancers), the base filenames of which will correspond to the scheme:
Where the year month and date correspond to the creation time of the file. All the files in the shared task dataset follow this schema so for our data there is nothing you need to do.
133
-
134
-
Assuming successful processing, the output file will be a tab separated value (`tsv`) file in the `output` folder.
128
+
folder will take the form of a collection of notes comprising all the patients of a given cancer type cohort. Assuming successful processing, the output file will be a tab separated value (`tsv`) file in the `output` folder.
Copy file name to clipboardExpand all lines: timelines/instance-generator/src/user/resources/org/apache/ctakes/timelines/timelines_py/src/timelines/timeline_delegator.py
+57-6Lines changed: 57 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -377,6 +377,7 @@ def process(self, cas: Cas):
377
377
iflen(proc_mentions) >0:
378
378
self._write_raw_timelines(cas, proc_mentions)
379
379
else:
380
+
self._add_empty_discovery(cas)
380
381
patient_id, note_name=pt_and_note(cas)
381
382
print(
382
383
f"No chemotherapy mentions ( using TUI: {CHEMO_TUI} ) found in patient {patient_id} note {note_name} - skipping"
0 commit comments