Page MenuHomePhabricator

Implement suggestion blocklist for Computer-aided tagging tool
Closed, InvalidPublic

Description

The Computer-aided tagging tool suggests many always bad suggestions like theoretical concepts or wrong matches due to translation problems.
A solution for this could be a blocklist.
For easy changes of this list the list should be on Wiki in the MediaWiki or Module namespace.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
GPSLeo renamed this task from Implement blacklist for Computer-aided tagging tool to Implement suggestion blacklist for Computer-aided tagging tool.Feb 12 2020, 2:21 PM

(If this was implemented then I'd appreciate if it was called "Blocklist" instead. Because that is what it actually does, instead of applying a color.)

@GPSLeo a blacklist already exists

https://github.com/wikimedia/operations-mediawiki-config/blob/master/wmf-config/InitialiseSettings.php#L25601

It's in code rather than on-wiki though. Do you specifically mean on-wiki? If so I'll update the tikcet title/description

@Cparle - I think it would make sense if the blocklist were on-wiki rather than in a config variable. That would allow the community to maintain it and free y'all from having to worry about it. It should be relatively easy to implement this with the JsonConfig extension (which now has a nice tabular editing interface, BTW).

Frostly renamed this task from Implement suggestion blacklist for Computer-aided tagging tool to Implement suggestion blocklist for Computer-aided tagging tool.May 5 2022, 3:26 AM
Frostly updated the task description. (Show Details)
Jdforrester-WMF subscribed.

Extension has been archived per T352884.