I just spent some time poking at the Topics classifier (available at chrome://topics-internals/; Model version: 2206021246).
With the complete list of 349 topics in topics.txt (source), I generated some names based on the topic strings. This just takes the last component of the topic, and hyphenates it, as follows:
sed -e 's/&/ and /g;s/ */-/g;s/[,()]//g;s/.*[ \/]-*\([-a-zA-Z]*\)$/\1.com/' topics.txt