ajitrajasekharan commited on
Commit
82392e2
1 Parent(s): c85761a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -157,6 +157,7 @@ sent_arr = [
157
  "Overexpression of EGFR occurs across a wide range of different cancers",
158
  "Stanford called",
159
  "He was diagnosed with non small cell lung cancer",
 
160
  "I met my girl friends at the pub ",
161
  "I met my New York friends at the pub",
162
  "I met my XCorp friends at the pub",
@@ -180,6 +181,7 @@ sent_arr_masked = [
180
  "Overexpression of EGFR:__entity__ occurs across a wide range of different cancers",
181
  "Stanford:__entity__ called",
182
  "He was diagnosed with non:__entity__ small:__entity__ cell:__entity__ lung:__entity__ cancer:__entity__",
 
183
  "I met my girl:__entity__ friends at the pub ",
184
  "I met my New:__entity__ York:__entity__ friends at the pub",
185
  "I met my XCorp:__entity__ friends at the pub",
157
  "Overexpression of EGFR occurs across a wide range of different cancers",
158
  "Stanford called",
159
  "He was diagnosed with non small cell lung cancer",
160
+ "Her hypophysitis secondary to ipilimumab was well managed with supplemental hormones",
161
  "I met my girl friends at the pub ",
162
  "I met my New York friends at the pub",
163
  "I met my XCorp friends at the pub",
181
  "Overexpression of EGFR:__entity__ occurs across a wide range of different cancers",
182
  "Stanford:__entity__ called",
183
  "He was diagnosed with non:__entity__ small:__entity__ cell:__entity__ lung:__entity__ cancer:__entity__",
184
+ "Her hypophysitis:__entity__ secondary to ipilimumab:__entity__ was well managed with supplemental:__entity__ hormones:__entity__",
185
  "I met my girl:__entity__ friends at the pub ",
186
  "I met my New:__entity__ York:__entity__ friends at the pub",
187
  "I met my XCorp:__entity__ friends at the pub",