Skip to content

Commit

Permalink
Fixed ont mapping mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
denBruneBarone committed Dec 8, 2023
1 parent ffc0512 commit 9ff7445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concept_linking/solutions/UntrainedSpacy/untrainedSpacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ def generateTriplesFromJSON(input_data, output_sentence_test_run):
labels_dict = {
"event": "https://dbpedia.org/ontology/Event",
"fac": "https://dbpedia.org/ontology/Building",
"gpe": "https://dbpedia.org/ontology/Country",
"gpe": "https://dbpedia.org/ontology/PopulatedPlace",
"language": "https://dbpedia.org/ontology/Language",
"law": "https://dbpedia.org/ontology/Law",
"loc": "https://dbpedia.org/ontology/Location",
"loc": "https://dbpedia.org/ontology/Place",
"norp": "https://dbpedia.org/ontology/Group",
"org": "https://dbpedia.org/ontology/Organisation",
"product": "https://www.w3.org/2002/07/owl#/thing",
Expand Down

0 comments on commit 9ff7445

Please sign in to comment.