Skip to main content

A Python web wrapper and text mining package for the scientific journal, including Nature, Science, ScienceDirect, Wiley, ACS publication, RSC publication and so on.

Project description

###pyliterature A Python web wrapper and text mining package for the scientific journal, including Nature, Science, ScienceDirect, Wiley, ACS publication, RSC publication and so on.

###Author * Xing Wang <xingwang1991@gmail.com>

###Dependencies

  • Python >=27

  • spynner

  • beautifulsoup4

  • nltk

####Examples

`python >>> from pyliterature import Pyliterature >>> url = 'http://www.nature.com/nature/journal/v541/n7635/full/nature20782.html' >>> keyword = 'DFT' >>> liter = Pyliterature(url, keyword) >>> liter.parser() >>> liter.text >>> for sent in liter.keysents: ... print(sent) ... `

If you want to add features/improvement or report issues, feel free to send a pull request!

###TODO * read bib list * determine sentence from which article

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

pyliterature-0.1.4.tar.gz (3.1 kB 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