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

Merged
claudio.atzori merged 1 commits from graph_cleaning into beta 2021-12-09 14:45:15 +01:00

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 2021-12-09 14:01:48 +01:00
claudio.atzori added 1 commit 2021-12-09 14:01:48 +01:00
claudio.atzori merged commit adf17452b0 into beta 2021-12-09 14:45:15 +01:00
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
No description provided.