you are correct but Lipitor is in there though.
I figured there isn’t a prebuilt file that I can use so I figured I could try to extend the existing DICT to have the drugs.
I have downloaded a list of the 200 top drugs; their registered names, their generic name, and their drug category. After doing a little RegEx on it I have created a series of lines that look like this:
( Atorvastatin is Lipitor )
( Lipitor is Cholesterol_drug )
( Cholesterol_drug is medication~1 )
I figure I can add this to the facts.txt file in one of the languages ENGLISH or BASIC and voila!
however,
When I add the above lines to the top of the DICT\ENGLISH\facts.txt file and delete the facts.bin and start up CS I am getting…
dict changed on read of facts 4 in my exitlog.txt No other errors or messages.