RosettaCodeData/Task/Word-frequency/Groovy/word-frequency-2.groovy

3 lines
101 B
Groovy
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def rawText = "http://www.gutenberg.org/files/135/135-0.txt".toURL().text
topWordCounts(rawText, 10)