Talk:Find words which contain the most consonants: Difference between revisions

 
(4 intermediate revisions by 2 users not shown)
Line 6:
 
:That does not make any sense to me. How does a word such as "crystallography" ''not'' have repeated r,y,l? --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 21:52, 26 July 2022 (UTC)
 
::A couple of ambiguities I think. "the most consonants" – are we listing only words which contain the largest observed set of unique consonants ? The maximum observed cardinality of such a set is 9. How then, does this description lead us to listing words with consonant sets of cardinality 8 ? A bit unclear, and submissions diverge.
::Part of the problem, I think, is that over-familiarity with the language and style of task descriptions in the rest of the Calmosoft task corpus tends to undermine confidence about the intention of "should appear only once in a word". That phrase is the only indication that "most consonants" does not mean "maximum string length after vowel deletion". Are we sure that it was intended to carry '''double''' weight ?
:: Largest '''set''' of consonants (no repetitions contribute to the cardinality of the set) + '''additionally''' no words containing any consonant repetitions are of interest, regardless of the size of their set of consonants ? Probably, but it could do with a bit of tidying, to resolve uncertainty about whether "'''in a word'''" refers to the set of consonants used in that word, or to the list of characters in that word.
:: The Phix output prefix captures it well – "Most consonant words" could label a number of quite different sets. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 03:50, 27 July 2022 (UTC)
 
:: If the preferred argument is "Don't do as Calmosoft says – do as Calmosoft does", then perhaps the task description should include a phrase like "(see Ring entry)" ?.
:: (A little burdensome – and also costs redundant server load – to expect everyone to figure out who the author of an unclear description is, and which submission(s) is/are theirs) [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 04:07, 27 July 2022 (UTC)
 
== No need to delete versions on Rosetta Code ==
Line 15 ⟶ 23:
:: Indeed, and that's why the final output of that variant excludes words with repeated consonants.
:: I find the preceding (unfiltered) listing interesting though, and I'm inclined to leave it, while the task formulation remains ambiguous, as a reminder that a bit of reformulation still seems desirable. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 19:57, 26 July 2022 (UTC)
 
::: However, "each consonant should appear only once" was added very early on, when only Ring existed (and ''never'' claimed that "crystallography" was somehow "correct"), so that can hardly be used as an excuse for the Haskell and Python entries 17 months later, can it? --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 22:08, 26 July 2022 (UTC)
9,659

edits