From d69722497c764efa6218cec40d0cf8117a296633 Mon Sep 17 00:00:00 2001 From: "madhu.svel" Date: Wed, 4 Sep 2019 15:08:22 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index af5f61d..30b812f 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,7 @@ Our implementation can be used to exploring the capabilities of AgreementMakerLi 5. Edit the combination of properties in the `main()` in the file `OntoMatch.py`. 6. Run the code. 7. You would see results in `count_result` and `result` file. + +### Using Knowledge Bases to improve matching +The AgreementMakerLight has options to different matching steps, the default one being "Background Knowledge Matcher". An owl file of any ontology has to be copied in the following root folder of the tool: ./store/knowledge. The, in the tool, go to Match>Custom Match>Match Options>Settings>Matching Settings, and select your loaded knowledge base prior to initiating the matching. +