zer-blocking 1.0.0

Blocking strategies and inverted index for candidate pair generation in zer
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Blocking strategies and inverted index for candidate pair generation.

pub mod blocker;
pub mod factory;
pub mod index;
pub mod keys;
pub mod normalize;

pub use blocker::CompositeBlocker;
pub use factory::{BlockerFactory, CustomSchemaCategory, SchemaCategory};
pub use index::InvertedIndex;