Skip to content

Commit a59c3d8

Browse files
committed
Some tweaks to the README
1 parent a5eb376 commit a59c3d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
[![Version](https://img.shields.io/pypi/v/litstudy)](https://pypi.org/project/litstudy/)
99
[![Build and Test](https://github.com/NLeSC/litstudy/actions/workflows/python-app.yml/badge.svg)](https://github.com/NLeSC/litstudy/actions/)
1010

11-
LitStudy is a Python package that enables analysis of scientific literature from the comfort of a Jupyter notebook. It provides the ability to select scientific publications and study their metadata through the use of visualizations, network analysis, and natural language processing.
11+
**LitStudy** is a Python package for analyzing scientific literature right from the comfort of a Jupyter Notebook. It lets you gather publications and explore their metadata through visualizations, network analysis, and natural-language processing.
1212

13-
In essence, this package offers five main features:
13+
The package offers five main features:
1414

15-
* Extract metadata from scientific documents sourced from various locations. The data is presented in a standardized interface, allowing for the combination of data from different sources.
16-
* Filter, select, deduplicate, and annotate collections of documents.
17-
* Compute and plot general statistics for document sets, such as statistics on authors, venues, and publication years.
18-
* Generate and plot various bibliographic networks as interactive visualizations.
19-
* Topic discovery using natural language processing (NLP) allows for the automatic discovery of popular topics.
15+
* **Extract** metadata from scientific documents sourced from various locations. A uniform interface allows combining different data sources.
16+
* **Filter**, **select**, **deduplicate**, and **annotate** document collections.
17+
* Compute and plot general **statistics** for document sets (authors, venues, publication years, and more).
18+
* Generate and plot various **bibliographic networks** as interactive visualizations.
19+
* Discover topics using **natural-language processing** (NLP) to automatically identify popular themes.
2020

2121
## Frequently Asked Questions
2222

0 commit comments

Comments
 (0)