Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superstar54/pyliterature

A Pythonic wrapper for the scientific journal, including Nature, Science, ScienceDirect, Wiley, ACS publication, RSC publication and so on.
https://github.com/superstar54/pyliterature

Last synced: about 2 months ago
JSON representation

A Pythonic wrapper for the scientific journal, including Nature, Science, ScienceDirect, Wiley, ACS publication, RSC publication and so on.

Awesome Lists containing this project

README

        

### 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

### Dependencies

* Python3
* selenium
* 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()
for keysent in liter.keysents:
print(keysent)
print('\n')
```

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