Skip to content

hsiaoyi0504/cancer_dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cancer Dictionary

Pull data from NCI dictionary of cancer terms.

Notes

The crawling result is saved in a result.json file with terms as keys and definitions as values. You can get a copy of that json file in release page.

Prerequisite

  • Python 3.7
  • pipenv

Installation

pipenv install

Run the Script

pipenv run pull  # crawl the data
pipenv run process  # post-processing