Skip to content

jakelever/pubrunner

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PubRunner

PubRunner is a framework to keep text mining tools running on the latest publications.

Installation

PubRunner uses Python3 and can be installed via pip from PyPI.

pip install pubrunner

Usage

To run Pubrunner, you just need to provide it with a path to a biomedical text mining tool (e.g. a Github repo or a local directory). The flag --test tells Pubrunner to execute the test set. Omitting that gets Pubrunner to run the tool on the full corpus (which for Ab3P is PubMed).::

pubrunner --test https://github.com/jakelever/Ab3P

Is PubRunner for me?

Are you a biomedical text mining tool developer? Then likely yes. PubRunner makes it easy to run a text mining tool across PubMed and keep it working!

Examples

Check out the examples directory to see a small number of projects that use PubRunner on Pubmed.

Documentation

Documentation including a tutorial can be found at the readthedocs page.

Contributing

Contributions are very welcome.

License

Distributed under the terms of the MIT license, "pubrunner" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.