Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janothan committed Jan 4, 2022
1 parent 861f26f commit c723198
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
[![Python CI](https://github.com/janothan/kbc_rdf2vec/workflows/Python%20CI/badge.svg)](https://github.com/janothan/kbc_rdf2vec/actions)
[![Coverage Status](https://coveralls.io/repos/github/janothan/kbc_rdf2vec/badge.svg)](https://coveralls.io/github/janothan/kbc_rdf2vec)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/github/license/janothan/kbc_rdf2vec)](./LICENSE) <br/>
[![License](https://img.shields.io/github/license/janothan/kbc_rdf2vec)](./LICENSE)

A simple Python project to generate a knowledge base completion file for evaluation given a gensim model.
The file can then be evaluated using [KBC Evaluation](https://github.com/janothan/kbc_evaluation/).

Expand All @@ -17,4 +18,4 @@ The file can then be evaluated using [KBC Evaluation](https://github.com/janotha

### Development Remarks
- Docstring format: <a href="https://numpy.org/doc/stable/docs/howto_document.html">NumPy/SciPy</a>
- Code formatting: <a href="https://github.com/psf/black">black</a>
- Code formatting: <a href="https://github.com/psf/black">black</a>

0 comments on commit c723198

Please sign in to comment.