[graph cleaning] consider terms as synonyms in the vocabulary lookup #170

Merged
claudio.atzori merged 1 commits from graph_cleaning into beta 2 years ago
Owner

The cleaning workflow currently distinguishes terms and synonyms in a neat manner. This results that values already indicating the term are not found as the lookup operation works on the set of synonyms, causing the output to be still uncleaned.

This PR extends the synonym set construction phase, includind also the term labels among them, so that the lookup operation can resolve them.

The cleaning workflow currently distinguishes terms and synonyms in a neat manner. This results that values already indicating the term are not found as the lookup operation works on the set of synonyms, causing the output to be still uncleaned. This PR extends the synonym set construction phase, includind also the term labels among them, so that the lookup operation can resolve them.
claudio.atzori added the
bug
label 2 years ago
claudio.atzori added 1 commit 2 years ago
claudio.atzori merged commit adf17452b0 into beta 2 years ago
The pull request has been merged as adf17452b0.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b graph_cleaning beta
git pull origin graph_cleaning

Step 2:

Merge the changes and update on Gitea.
git checkout beta
git merge --no-ff graph_cleaning
git push origin beta
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dnet-hadoop#170
Loading…
There is no content yet.