7:00 – 4:30 VTX
- Continuing paper – working on the ‘motivations’ section
- Need to set the mode to interactive after a successful load
- Need to find out where the JSON ratings are in the medicalpractitioner db? Or just rely on Jeremy’s interface? I guess it depends on what gets blown away. But it doesn’t seem like the JSON is in the db.
- Added a stanfordNLP package to JavaUtils
- NLPtoken stores all the extracted information about a token (word, lemma, index, POS, etc)
- DocumentStatistics holds token data across one or more documents
- StringAnnotator parses strings into NLPtokens.
- Fixed a bunch of math issues (in Excel, too), but here are the two versions;
am = 1.969 be = 2.523 da = 0.984 do = 1.892 i = 1.761 is = 1.130 it = 1.130 let = 1.130 not = 1.380 or = 3.523 thfor = 1.380 think = 1.380 to = 1.469 what = 1.380
And Excel:
da is it let not thfor think what to i do am be or 0.984 1.130 1.130 1.130 1.380 1.380 1.380 1.380 1.469 1.761 1.892 1.969 2.523 3.523
