Skip to main content

No project description provided

Project description

Knowledge Extraction for COVID-19 Publications (KEP)

Content

This package provides the functionality of extracting and displaying key knowledge to enable a rapid understanding of COVID-19 publications. Current focuses include key topics and top disease and location mentions of the input COVID-19 publication. More functions are on the way.

Prerequisites

Install packages before use (with tested versions):

Default:

  • re
  • string
  • os
  • urllib
  • xml

Local package:

Instruction

Load the KEP package

pip install KEP

Sample code

from KEP import To_Generate_Disease,To_Generate_Key_Word,To_Generate_Location,To_Generate_All 

To_Generate_All(7824075)



# If multiple publications at a time, uncomment the following lines and replace the PMC ID:
# To_Generate_All(7824075)
# To_Generate_All(7824470)
# To_Generate_All(6988269)
# ...

Input

Input the PMC ID of a publication (or a set of PMC IDs)

(For example: input "7824075" representing the publication https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7824075/)

Output

  1. The bar graph and word cloud of the key topics
  2. The bar graph of the top disease mentions
  3. The bar graph of the top location mentions

References

  1. Chen, Q., Allot, A., & Lu, Z. (2020). Keep up with the latest coronavirus research. Nature, 579(7798), 193-194.
  2. Comeau, D. C., Wei, C. H., Islamaj Doğan, R., & Lu, Z. (2019). PMC text mining subset in BioC: about three million full-text articles and growing. Bioinformatics, 35(18), 3533-3535.
  3. BioC API for PMC: https://www.ncbi.nlm.nih.gov/research/bionlp/APIs/BioC-PMC/
  4. Part of the functionality is based on the en-ner-bc5cdr-md, en-core-web-sm, and gensim packages.

Citation

TBA.

Report an issue

Should you have any questions or comments, please feel free to contact the author.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

KEP-1.0.0.tar.gz (1.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page