Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 664 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 664 Bytes

metaknowledge

metaknowledge is a Python3 package that simplifies bibliometric research using data from various sources. It reads a directory of plain text files containing meta-data on publications and citations, and writes to a variety of data structures that are suitable for quantitative, network, and text analyses. It handles large datasets (e.g. several million records) efficiently. You can find the documentation.

Installing

To install run python3 setup.py install