Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 398 Bytes

File metadata and controls

9 lines (5 loc) · 398 Bytes

This is a python package for common utility functions for natural language processing of scientific literature

##Installation

navigate to the base repository folder with the desired environment activated and run

python setup.py develop

Note that develop makes it so changes in the package can be made without having to run python setup.py install again (the normal installation method).