Skip to content

Commit 3bf0247

Browse files
authored
updated badges
1 parent 72f6e8e commit 3bf0247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Biterm Topic Model
22

3-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/maximtrp/bitermplus/package-test.yml)
3+
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/maximtrp/bitermplus/package-test.yml)](https://github.com/maximtrp/bitermplus/actions)
44
[![Documentation Status](https://readthedocs.org/projects/bitermplus/badge/?version=latest)](https://bitermplus.readthedocs.io/en/latest/?badge=latest)
5-
![Codacy grade](https://img.shields.io/codacy/grade/192b6a75449040ff868932a15ca28ce9)
5+
[![Codacy grade](https://img.shields.io/codacy/grade/192b6a75449040ff868932a15ca28ce9)](https://app.codacy.com/gh/maximtrp/bitermplus/dashboard)
66
[![Issues](https://img.shields.io/github/issues/maximtrp/bitermplus.svg)](https://github.com/maximtrp/bitermplus/issues)
77
[![Downloads](https://static.pepy.tech/badge/bitermplus)](https://pepy.tech/project/bitermplus)
8-
![PyPI](https://img.shields.io/pypi/v/bitermplus)
8+
[![PyPI](https://img.shields.io/pypi/v/bitermplus)](https://pypi.org/project/bitermplus/)
99

1010
**Bitermplus** is a high-performance implementation of the [Biterm Topic Model](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.402.4032&rep=rep1&type=pdf) for short text analysis, originally developed by Xiaohui Yan, Jiafeng Guo, Yanyan Lan, and Xueqi Cheng. Built on a cythonized version of [BTM](https://github.com/xiaohuiyan/BTM), it features OpenMP parallelization and a modern scikit-learn compatible API for seamless integration into ML workflows.
1111

0 commit comments

Comments
 (0)