register_matching_exhaustive#
- register_matching_exhaustive(matching, matching_setup, matching_scoring)[source]#
Registers a new matching scheme.
- Parameters:
- matchingstr
Name of the matching method.
- matching_setupCallable
Corresponding setup function.
- matching_scoringCallable
Corresponing scoring function.
- Raises:
- ValueError
If a function with the name
matchingalready exists in the registry.