Datasets:

Languages:
English
Tags:
Not-For-All-Audiences
License:
Gaeros commited on
Commit
8b15883
1 Parent(s): 7cb079e

add remove_aliases to normalize config example

Browse files
Files changed (1) hide show
  1. normalize.toml +4 -0
normalize.toml CHANGED
@@ -70,6 +70,10 @@ remove_parens_suffix_for_categories = [
70
  # Default: "ignore" meaning do not modify the alias
71
  on_alias_conflict = "ignore"
72
 
 
 
 
 
73
  # Aliases: Define tag aliases (alternative names for the same tag)
74
  # The key is the alias, and the value is the target tag
75
  [aliases]
 
70
  # Default: "ignore" meaning do not modify the alias
71
  on_alias_conflict = "ignore"
72
 
73
+ # Remove Aliases: unregister existing aliases. This can be used to keep tags
74
+ # aliased to "invalid tag" or specialize the meaning of an already aliased tag.
75
+ remove_aliases = []
76
+
77
  # Aliases: Define tag aliases (alternative names for the same tag)
78
  # The key is the alias, and the value is the target tag
79
  [aliases]