[nlp_shap.absence_policies]
delete = nlp_shap.masking.policies:DeletePolicy
neutral = nlp_shap.masking.policies:NeutralPolicy
pad = nlp_shap.masking.policies:PadPolicy

[nlp_shap.estimands]
banzhaf = nlp_shap.estimation.estimands.banzhaf:BanzhafAggregator
shapley = nlp_shap.estimation.estimands.shapley:ShapleyAggregator

[nlp_shap.partitions]
tokens = nlp_shap.masking.partitions:TokenPartitioner

