Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Lakshmi-bashyam/stwfsapy into ext…
Browse files Browse the repository at this point in the history
…end_labels
  • Loading branch information
Lakshmi-bashyam committed Jan 24, 2024
2 parents 1c36405 + 7b0d47b commit 392610f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ First load your thesaurus.
from rdflib import Graph

g = Graph()
g.load('/path/to/your/thesaurus')
g.parse('/path/to/your/thesaurus')
```
First, define the type URI for descriptors.
If your thesaurus is structured into sub-thesauri by providing categories for the concepts of the thesaurus using,
Expand Down Expand Up @@ -111,4 +111,4 @@ to explain and discuss the reasons for the respective contribution.
[1] [Toepfer, Martin, and Christin Seifert. "Fusion architectures for automatic subject indexing under concept drift" International Journal on Digital Libraries (IJDL), 2018.](https://ris.utwente.nl/ws/portalfiles/portal/248044709/Toepfer2018fusion.pdf)

## Context information
This code was created as part of the subject indexing automation effort at [ZBW – Leibniz Information Centre for Economics](https://www.zbw.eu/en/). See [our homepage](https://www.zbw.eu/en/about-us/key-activities/automated-subject-indexing) for more information, publications, and contact details.
This code was created as part of the subject indexing automation effort at [ZBW – Leibniz Information Centre for Economics](https://www.zbw.eu/en/). See [our homepage](https://www.zbw.eu/en/about-us/knowledge-organisation/automation-of-subject-indexing-using-methods-from-artificial-intelligence) for more information, publications, and contact details.
29 changes: 13 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ classifiers = [
homepage = "https://github.com/zbw/stwfsapy"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.8.1"
scikit-learn = ">0.24,<1.3"
rdflib = ">=4.2,<7.0"
rdflib = "7.*"


[tool.poetry.group.dev.dependencies]
Expand All @@ -35,4 +35,4 @@ build-backend = "poetry.core.masonry.api"

[tool.bandit]
skips = ["B403", "B301"]
exclude_dirs = ["stwfsapy/tests"]
exclude_dirs = ["stwfsapy/tests"]

0 comments on commit 392610f

Please sign in to comment.