Talk:Changeable words: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 56: Line 56:
:--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 08:48, 17 December 2020 (UTC)
:--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 08:48, 17 December 2020 (UTC)


::Can I just say that web.archive.org is blocked for me, whereas www.puzzlers.org is not. If you want a very specific file, then you have to figure out a way to get it onto rosettacode.org --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 11:23, 17 December 2020 (UTC)
::Can I just say that web.archive.org is blocked for me, whereas www.puzzlers.org is not. If you want a very specific file, then you have to figure out a way to get it onto rosettacode.org Also, I just don't see "delete a letter" being part of this task. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 11:23, 17 December 2020 (UTC)

Revision as of 11:26, 17 December 2020

Duplicate task

This task is a less sophisticated version of https://rosettacode.org/wiki/Text_completion. --Chunes (talk) 01:07, 6 December 2020 (UTC)

Could you expand on what/how it is a duplicate? Normally we try to not have "duplicate" tasks on RC. --Paddy3118 (talk) 13:51, 7 December 2020 (UTC)


Misspelling?

Two of the best online dictionaries, Collins, and Merriam-Webster don't have changeable without the first e. They do however have it with the e here and here. Several other sites rank "changable" as a common misspelling. Lets not perpetuate that on RC.

Since the spelling is made a point of, we should stick with the preferred spelling in the task name and description. --Paddy3118 (talk) 08:57, 7 December 2020 (UTC)

P.S. The misspelling isn't in unixdict.txt either. --Paddy3118 (talk) 09:06, 7 December 2020 (UTC)


Varying answers

Does that wordlist change? There are answers with 52, 54 and others with far less than 50 word pairs found? --Paddy3118 (talk) 12:13, 15 December 2020 (UTC)

One reason is that at least one of the computer programming entries (Python) used a minimum length of   11   instead of   12.       (With a minimum length of 11,   there are 108 changeable words.)   -- Gerard Schildberger (talk) 13:00, 15 December 2020 (UTC)
This is one reason that I suggested (elsewhere) that a summary count be provided at the end of the list to save people counting up the words in the output.   Also suggested was to have a count of words found in the dictionary   (and which dictionary is being used, i.e., the filename of the dictionary).   My points were not well received.     -- Gerard Schildberger (talk) 13:00, 15 December 2020 (UTC)
I had read '>11' as '>=11' in the Python entry and now get 26 words from swapping one char for another and 6 words from removing a char as another interpretation of changing a char in a word. Thanks.
The task specifies the directory (which I downloaded). I provide counts, but I agree that the task might suggest that solutions do so, (as others do too).
--Paddy3118 (talk) 14:28, 15 December 2020 (UTC)


task requirement wording

I would re-word the task's requirements as:


Using the dictionary   unixdict.txt,   change one letter in a word   (to different letter),   and if the changed word occurs in the dictionary,
then display the original word   and   the changed word here (on this page).

Also, provide of summary count of words changed that yielded another (changed) word.

Optional:   show the name (filename) of the dictionary being used as well as a count of words found (read) in that dictionary.

-- Gerard Schildberger (talk) 14:40, 15 December 2020 (UTC)
I have no problems with the original wording, and the link to unixdict.txt defines a specific file already - it doesn't allow for a file of the same name - it links to a specific file that should be used. I would emphasize aspects of the original task rather than change it - something like:
Task
Using the dictionary   unixdict.txt,   change one letter in a word,   and if the changed word occurs in the dictionary,

then display the original word   and   the changed word here (on this page).
The length of any word shown should have a length   >  11.
Note
  • A copy of the specific unixdict.txt linked to should be used for consistency of results.
  • Words >  11 are required, ie of 12 characters or more.
I wouldn't necessarily add a clarification on whether single character deletions are allowed or not.
--Paddy3118 (talk) 08:48, 17 December 2020 (UTC)
Can I just say that web.archive.org is blocked for me, whereas www.puzzlers.org is not. If you want a very specific file, then you have to figure out a way to get it onto rosettacode.org Also, I just don't see "delete a letter" being part of this task. --Pete Lomax (talk) 11:23, 17 December 2020 (UTC)