pull/63/head
Asabeneh 5 years ago
parent 1080325438
commit 316b61c826

@ -514,7 +514,7 @@ distance = 12
```js
console.log(mostFrequentWords(cleanedText))
[(3, 'I'), (2, 'teaching'), (2, 'teacher')]
[{word:'I', count:3}, {word:'teaching', count:2}, {word:'teacher', count:2}]
```

Loading…
Cancel
Save