Datasets:
Tasks:
Token Classification
Languages:
English
Size:
10K<n<100K
Tags:
Not-For-All-Audiences
License:
add remove_aliases to normalize config example
Browse files- 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]
|