Talk:Teacup rim text: Difference between revisions

→‎Dictionary swap?: restored the "end" of my signature (which included the date and time) which was chopped off (shortened).
(→‎Dictionary swap?: restored the "end" of my signature (which included the date and time) which was chopped off (shortened).)
Line 58:
:: I tend to stay clear of the scrabble type dictionaries when actually playing word games as they tend to include really odd letter combinations as words (such as qi and qat - which I now know), but which expands my vocabulary in odd directions. --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 10:25, 8 August 2019 (UTC)
 
::: A good (quality) dictionary would have uppercase words, so   '''god'''   ''and''   '''God'''   would both be present, which are different words and the inclusion of them would preclude shortcuts that most computer programs seem to have taken and assume that all words are lowercase   (unfortunately, this is the case for at least two dictionaries used for this Rosetta Code task).   Also, the commonly known abbreviations such as   '''PTA'''   and others should be included;   it is ''not''   '''pta'''.   Not to mention the inclusion of hyphenated words,   not the least of which would be such words as   '''twenty-one''',   '''21''',   and   '''pow-wow'''   (as well as   '''powwow''').   Also, abbreviations such as   '''A.S.P.C.A.,'''   '''U.S.''',   '''US''', and   '''us'''.   Also, words such as   '''C/N'''   and some common apostrophised (apostrophized) words   ('''it's'''   and   '''ain't''').   There also would be words that have decimal digits in them.   This would test the ability of computer programming solutions to handle mixed case and other characters.   And I would like a few words like   '''antidisestablishmentarianism'''   sprinkled around to stretch the (computer program) limits (if any) for the sizes of the words (strings).   As for the size, I have a much larger dictionary that I use, and it doesn't hinder the testing.   But if the size (for testing purposes) is a problem, insert a circuit-breaker in the program that facilitates testing.   (By the way, is there any limit on soap-box time?)   In short, a good quality dictionary would mimic a "real" dictionary, if not in size, but at least in scope.     -- -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:GerGerard Schildberger|talk]]) 18:45, 8 August 2019 (UTC)
 
:::: Gerard, if you have a big dictionary I would prefer to use that than the unixdict one. I had only opted for that because, well, "we've (mostly) always used that one." Oh, and if you have any others in other languages, that'd be good too. But getting back to the casing issue: the original illustration used uppercase. I'm very much inclined to say "uppercase only." I may yet actually be so bold. [[User:Axtens|Axtens]] ([[User talk:Axtens|talk]]) 10:42, 9 August 2019 (UTC)