Talk:Teacup rim text: Difference between revisions

Content added Content deleted
(→‎Dictionary swap?: Oh yes, quality.)
(→‎Dictionary swap?: added some comments.)
Line 57: Line 57:
:: Hadn't thought of dictionary quality - good point. I just thought that if there's a dict we use a lot, then why not use it again.
:: Hadn't thought of dictionary quality - good point. I just thought that if there's a dict we use a lot, then why not use it again.
:: 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)
:: 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:Gerard Schildberger|talk]]) 18:45, 8 August 2019 (UTC)