pyjedai.block_building#
Classes
|
Abstract class for the block building method |
|
Abstract class for the block building method |
|
It creates one block for every combination of q-grams that represents at least two entities. |
|
It creates one block for every substring (not just suffix) that appears in the tokens of at least two entities. |
|
Creates one block for every q-gram that is extracted from any token in the attribute values of any entity. |
|
Creates one block for every token in the attribute values of at least two entities. |
|
It creates one block for every suffix that appears in the attribute value tokens of at least two entities. |