Words containing "the" substring: Difference between revisions

Content added Content deleted
Line 674: Line 674:
thenDo:#transcribeCR</lang>
thenDo:#transcribeCR</lang>


if counting is required, keep bag:
if counting is required, keep them in a bag:
<lang smalltalk>bagOfWords := Bag new.
<lang smalltalk>bagOfWords := Bag new.
'unixdict.txt' asFilename contents
'unixdict.txt' asFilename contents