Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.
jdi
Jdi tool uses statistical associations between words and JDs, between MHs and JDs, and between SHs and JDs, from a training set of MEDLINE citations. The word-JD scores, Mh-Jd scores, and Sh-Jd scores are pre-calculated and loaded into a database. Jdi takes the inputs, which may be text phrases, MeSH terms, or a combination. Filters are applied to text input, such as word extraction algorithms, stopwords, minimum word length, etc. Then, JDI calculates the average score for all inputs, and sends the ranked JDs with their scores to the output.
Jdi is the core methodology of TC tools. It is used in Sti and Stri program. It is used to categorize text, index contents, retrieve records, and Word Sense Disambiguation.
Follow the installation instructions to install text categorization tools and run the jdi program. Check on the following items only if you don't use the provided script to install Text Categorization tools.
Enter the command:
> jdi -p - Please input a term (type "Ctl-d" to quit) > heart valve --> Input: [heart valve] --- JD scores (x 1) and rank based on word count --- JD018|Cardiology 1|0.0858526|JD018|Cardiology 2|0.0624434|JD148|Pulmonary Medicine 3|0.0495025|JD124|Vascular Diseases 4|0.0251979|JD144|General Surgery 5|0.0209033|JD030|Diagnostic Imaging 6|0.0108041|JD120|Transplantation 7|0.0090153|JD005|Anesthesiology 8|0.0086425|JD014|Biomedical Engineering 9|0.0067363|JD100|Radiology 10|0.0064961|JD118|Therapeutics --- JD scores (x 1) and rank based on document count --- JD018|Cardiology 1|0.1564322|JD018|Cardiology 2|0.0979494|JD148|Pulmonary Medicine 3|0.0891969|JD124|Vascular Diseases 4|0.0438102|JD030|Diagnostic Imaging 5|0.0400007|JD144|General Surgery 6|0.0236169|JD005|Anesthesiology 7|0.0187880|JD120|Transplantation 8|0.0158293|JD014|Biomedical Engineering 9|0.0151241|JD092|Physiology 10|0.0133293|JD118|Therapeutics --- Overall JD rank --- JD018|Cardiology|dc
where:
jdi takes two types of input:
jdi calculates the average JD scores of the input text for both word counts and document counts, then display the top 10 JD with scores for both count. The top ranked JD by document count are shown at the end as overall JD rank.
Rank | JD Scores | JD Id | JD name |
---|
Please refer to design document