不区分大小写的匹配策略#

langchain_experimental.data_anonymizer.deanonymizer_matching_strategies.case_insensitive_matching_strategy(text: str, deanonymizer_mapping: Dict[str, Dict[str, str]]) str[source]#

用于去匿名化的不区分大小写的匹配策略。

It replaces all the anonymized entities with the original ones

无论其字母大小写。

Parameters:
  • text (str) – 要反匿名的文本

  • deanonymizer_mapping (Dict[str, Dict[str, str]]) – 匿名化实体与原始实体之间的映射

Return type:

字符串

Examples of matching:

基努·里维斯 -> Keanu Reeves 约翰·F·肯尼迪 -> John F. Kennedy