pyjedai.block_building

pyjedai.block_building#

Classes

AbstractBlockBuilding()

Abstract class for the block building method

AbstractBlockProcessing()

Abstract class for the block building method

ExtendedQGramsBlocking([qgrams, threshold])

It creates one block for every combination of q-grams that represents at least two entities.

ExtendedSuffixArraysBlocking([...])

It creates one block for every substring (not just suffix) that appears in the tokens of at least two entities.

QGramsBlocking([qgrams])

Creates one block for every q-gram that is extracted from any token in the attribute values of any entity.

StandardBlocking()

Creates one block for every token in the attribute values of at least two entities.

SuffixArraysBlocking([suffix_length, ...])

It creates one block for every suffix that appears in the attribute value tokens of at least two entities.