From 674846e208db0df40ccb5f39cee847210c9db5c0 Mon Sep 17 00:00:00 2001 From: Jonas Geertsen Lund Date: Mon, 11 Dec 2023 08:54:21 +0100 Subject: [PATCH] Added link to TripleConstruction API --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2feef84..fefcb1f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ PreprocessingLayer TripleConstruction is responsible for creating triples that c The triples will be data stored in the form of a subject (entity IRI), predicate, and object (entity IRI), where the subject has some relation to the object. ## Documentation +[TripleConstruction API | Knox Wiki](http://wiki.knox.aau.dk/en/relation-extraction/tripleconstruction-api) + [Relation Extraction | Knox Wiki](http://wiki.knox.aau.dk/en/relation-extraction) [Concept Linking | Knox Wiki](http://wiki.knox.aau.dk/en/concept-linking)