Talk:Textonyms: Difference between revisions

From Rosetta Code
Content added Content deleted
m (→‎Example word list has 'odd' words: Reject non-representable words.)
Line 11: Line 11:
Those 'words' seem random to me.
Those 'words' seem random to me.


I suggest we use the word list from task [[Ordered words]] i.e. this [http://www.puzzlers.org/pub/wordlists/unixdict.txt dictionary]. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 07:19, 6 February 2015 (UTC)
I suggest we use the word list from task [[Ordered words]] i.e. this [http://www.puzzlers.org/pub/wordlists/unixdict.txt dictionary] although words with non a-zA-Z chars in them such as 10th will have to be rejected. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 07:19, 6 February 2015 (UTC)

Revision as of 07:39, 6 February 2015

Needs specifics

I think this task is good except that it needs something specific to show to help verify and show how to use the functions we program. Maybe something like "show the number of keypad combinations that map to 10 words and show what other words have the same keypad combination as 'CAT'". Just something to sync the examples up. --Mwn3d (talk) 14:45, 3 February 2015 (UTC)

Example word list incomplete

It ends in the middle of "P". --Ledrug (talk) 19:48, 5 February 2015 (UTC)

Example word list has 'odd' words

I calculated the number having the most words and got:

27: ['ap', 'aq', 'ar', 'as', 'ar', 'as', 'bp', 'br', 'bs', 'br', 'cp', 'cq', 'cr', 'cr', 'cs']

Those 'words' seem random to me.

I suggest we use the word list from task Ordered words i.e. this dictionary although words with non a-zA-Z chars in them such as 10th will have to be rejected. --Paddy3118 (talk) 07:19, 6 February 2015 (UTC)