Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 8, 2024
1 parent c3158da commit 6ff24aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
# ydata-profiling don't support "3.12" yet

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

# 🔎 CSVW OntoMap 🗺️

[![PyPI - Version](https://img.shields.io/pypi/v/csvw-ontomap.svg?logo=pypi&label=PyPI&logoColor=silver)](https://pypi.org/project/csvw-ontomap/)
<!-- [![PyPI - Version](https://img.shields.io/pypi/v/csvw-ontomap.svg?logo=pypi&label=PyPI&logoColor=silver)](https://pypi.org/project/csvw-ontomap/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/csvw-ontomap.svg?logo=python&label=Python&logoColor=silver)](https://pypi.org/project/csvw-ontomap/)
[![license](https://img.shields.io/pypi/l/csvw-ontomap.svg?color=%2334D058)](https://github.com/vemonet/csvw-ontomap/blob/main/LICENSE.txt)
[![Publish package](https://github.com/vemonet/csvw-ontomap/actions/workflows/publish.yml/badge.svg)](https://github.com/vemonet/csvw-ontomap/actions/workflows/publish.yml) -->

[![Test package](https://github.com/vemonet/csvw-ontomap/actions/workflows/test.yml/badge.svg)](https://github.com/vemonet/csvw-ontomap/actions/workflows/test.yml)
[![Publish package](https://github.com/vemonet/csvw-ontomap/actions/workflows/publish.yml/badge.svg)](https://github.com/vemonet/csvw-ontomap/actions/workflows/publish.yml)

[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy)

Expand Down Expand Up @@ -69,7 +69,7 @@ from csvw_ontomap import CsvwProfiler, OntomapConfig
import json

profiler = CsvwProfiler(
ontology_url="https://semanticscience.org/ontology/sio.owl",
ontologies=["https://semanticscience.org/ontology/sio.owl"],
vectordb_path="data/vectordb",
config=OntomapConfig( # Optional
comment_best_matches=3, # Add the ontology matches as comment
Expand Down

0 comments on commit 6ff24aa

Please sign in to comment.