Skip to content

gmihalea/Constraint-basedEntityMatching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntityMatching

Constraint-based entity matching algorithm

Entity matching is the problem of deciding if two given objects or data instances, refer to the same entity. This task has an important role in many domains such information integration, natural language understanding, information processing on the World Wide Web or emerging Semantic Web.

Input:

A Entities B Entities Constraints
entityA1 entityB1 constraint1
entityA2 entityB2 constraint2
... ... ...
entityAn entityBm constraintp

Output:

Entity A Matches
entityAi entityBj, entityBk, ..., entityBs
entityAe entityBy, entityBh, ..., entityBr
... ...
entityAg entityBl, entityBq, ..., entityBd

It also computes statistics based on the input data.

About

Constraint-based entity matching algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages