Skip to content

Commit 10ad990

Browse files
committed
Add downloads count.
1 parent 6ef23ce commit 10ad990

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Build Status](https://github.com/csurfer/rake-nltk/actions/workflows/pytest.yml/badge.svg?branch=master)](https://github.com/csurfer/rake-nltk/actions)
66
[![codecov](https://codecov.io/gh/csurfer/rake-nltk/branch/master/graph/badge.svg?token=ghRhWVec9X)](https://codecov.io/gh/csurfer/rake-nltk)
77
[![Licence](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/csurfer/rake-nltk/master/LICENSE)
8+
[![Downloads](https://pepy.tech/badge/rake-nltk)](https://pepy.tech/project/rake-nltk)
89

910
RAKE short for Rapid Automatic Keyword Extraction algorithm, is a domain independent keyword extraction algorithm which tries to determine key phrases in a body of text by analyzing the frequency of word appearance and its co-occurance with other words in the text.
1011

README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rake-nltk
22
=========
33

4-
|pypiv| |pyv| |Licence| |Build Status| |Coverage Status|
4+
|pypiv| |pyv| |Build Status| |Coverage Status| |Licence| |Downloads|
55

66
RAKE short for Rapid Automatic Keyword Extraction algorithm, is a domain
77
independent keyword extraction algorithm which tries to determine key
@@ -136,3 +136,5 @@ If you found the utility helpful you can buy me a cup of coffee using
136136
:target: https://pypi.python.org/pypi/rake-nltk
137137
.. |pyv| image:: https://img.shields.io/pypi/pyversions/rake-nltk.svg
138138
:target: https://pypi.python.org/pypi/rake-nltk
139+
.. |Downloads| image:: https://pepy.tech/badge/rake-nltk
140+
:target: https://pepy.tech/project/rake-nltk
-13 Bytes
Binary file not shown.
758 Bytes
Binary file not shown.

docs/_build/html/_sources/index.rst.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rake-nltk
1111
=========
1212

13-
|pypiv| |pyv| |Licence| |Build Status| |Coverage Status|
13+
|pypiv| |pyv| |Build Status| |Coverage Status| |Licence| |Downloads|
1414

1515
RAKE short for Rapid Automatic Keyword Extraction algorithm, is a domain
1616
independent keyword extraction algorithm which tries to determine key
@@ -166,4 +166,6 @@ If you found the utility helpful you can buy me a cup of coffee using
166166
.. |pypiv| image:: https://img.shields.io/pypi/v/rake-nltk.svg
167167
:target: https://pypi.python.org/pypi/rake-nltk
168168
.. |pyv| image:: https://img.shields.io/pypi/pyversions/rake-nltk.svg
169-
:target: https://pypi.python.org/pypi/rake-nltk
169+
:target: https://pypi.python.org/pypi/rake-nltk
170+
.. |Downloads| image:: https://pepy.tech/badge/rake-nltk
171+
:target: https://pepy.tech/project/rake-nltk

docs/_build/html/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h3 id="searchlabel">Quick search</h3>
9797
</div>
9898
<section id="rake-nltk">
9999
<h1>rake-nltk<a class="headerlink" href="#rake-nltk" title="Permalink to this headline"></a></h1>
100-
<p><a class="reference external" href="https://pypi.python.org/pypi/rake-nltk"><img alt="pypiv" src="https://img.shields.io/pypi/v/rake-nltk.svg" /></a> <a class="reference external" href="https://pypi.python.org/pypi/rake-nltk"><img alt="pyv" src="https://img.shields.io/pypi/pyversions/rake-nltk.svg" /></a> <a class="reference external" href="https://raw.githubusercontent.com/csurfer/rake-nltk/master/LICENSE"><img alt="Licence" src="https://img.shields.io/badge/license-MIT-blue.svg" /></a> <a class="reference external" href="https://github.com/csurfer/rake-nltk/actions"><img alt="Build Status" src="https://github.com/csurfer/rake-nltk/actions/workflows/pytest.yml/badge.svg" /></a> <a class="reference external" href="https://codecov.io/gh/csurfer/rake-nltk"><img alt="Coverage Status" src="https://codecov.io/gh/csurfer/rake-nltk/branch/master/graph/badge.svg?token=ghRhWVec9X" /></a></p>
100+
<p><a class="reference external" href="https://pypi.python.org/pypi/rake-nltk"><img alt="pypiv" src="https://img.shields.io/pypi/v/rake-nltk.svg" /></a> <a class="reference external" href="https://pypi.python.org/pypi/rake-nltk"><img alt="pyv" src="https://img.shields.io/pypi/pyversions/rake-nltk.svg" /></a> <a class="reference external" href="https://github.com/csurfer/rake-nltk/actions"><img alt="Build Status" src="https://github.com/csurfer/rake-nltk/actions/workflows/pytest.yml/badge.svg" /></a> <a class="reference external" href="https://codecov.io/gh/csurfer/rake-nltk"><img alt="Coverage Status" src="https://codecov.io/gh/csurfer/rake-nltk/branch/master/graph/badge.svg?token=ghRhWVec9X" /></a> <a class="reference external" href="https://raw.githubusercontent.com/csurfer/rake-nltk/master/LICENSE"><img alt="Licence" src="https://img.shields.io/badge/license-MIT-blue.svg" /></a> <a class="reference external" href="https://pepy.tech/project/rake-nltk"><img alt="Downloads" src="https://pepy.tech/badge/rake-nltk" /></a></p>
101101
<p>RAKE short for Rapid Automatic Keyword Extraction algorithm, is a domain
102102
independent keyword extraction algorithm which tries to determine key
103103
phrases in a body of text by analyzing the frequency of word appearance

docs/index.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rake-nltk
1111
=========
1212

13-
|pypiv| |pyv| |Licence| |Build Status| |Coverage Status|
13+
|pypiv| |pyv| |Build Status| |Coverage Status| |Licence| |Downloads|
1414

1515
RAKE short for Rapid Automatic Keyword Extraction algorithm, is a domain
1616
independent keyword extraction algorithm which tries to determine key
@@ -166,4 +166,6 @@ If you found the utility helpful you can buy me a cup of coffee using
166166
.. |pypiv| image:: https://img.shields.io/pypi/v/rake-nltk.svg
167167
:target: https://pypi.python.org/pypi/rake-nltk
168168
.. |pyv| image:: https://img.shields.io/pypi/pyversions/rake-nltk.svg
169-
:target: https://pypi.python.org/pypi/rake-nltk
169+
:target: https://pypi.python.org/pypi/rake-nltk
170+
.. |Downloads| image:: https://pepy.tech/badge/rake-nltk
171+
:target: https://pepy.tech/project/rake-nltk

0 commit comments

Comments
 (0)