Skip to content

Commit aadd033

Browse files
authored
Update README.md
1 parent 151be76 commit aadd033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*Kex* is a python library for unsurpervised keyword extractions, supporting the following features:
33
- [Easy interface for keyword extraction with a variety of algorithms](https://github.com/asahi417/kex#extract-keywords-with-kex)
44
- [Quick benchmarking over 15 English public datasets](https://github.com/asahi417/kex#benchmark-on-15-public-datasets)
5-
- [Custom keyword extractor implementation support]((https://github.com/asahi417/kex#implement-custom-extractor-with-kex)
5+
- [Custom keyword extractor implementation support](https://github.com/asahi417/kex#implement-custom-extractor-with-kex)
66

77
## Get Started
88
Install via pip
@@ -77,7 +77,7 @@ Priors are cached and can be loaded on the fly as
7777
Currently algorithms are available only in English, but soon we will relax the constrain to allow other language to be supported.
7878

7979
## Benchmark on 15 Public Datasets
80-
Users can fetch 15 public keyword extraction datasets via [`kex.get_benchmark_dataset`](./kex/_get_dataset.py#L41).
80+
Users can fetch 15 public keyword extraction datasets via [`kex.get_benchmark_dataset`](https://github.com/asahi417/kex/blob/master/kex/_get_dataset.py#L41).
8181

8282
```python
8383
>>> import kex

0 commit comments

Comments
 (0)