Sha256: 90e27d8428641737ae85916a1a2e3c4467491a6429c7cd017b8c91565ecf19b7
Contents?: true
Size: 166 Bytes
Versions: 83
Compression:
Stored size: 166 Bytes
Contents
Given a phrase, count the occurrences of each word in that phrase. For example for the input `"olly olly in come free"` ```plain olly: 2 in: 1 come: 1 free: 1 ```
Version data entries
83 entries across 83 versions & 1 rubygems