README ¶ wordcount wordcount is a cli tool that counts the number of words from input sentence and outputs TOP 3 words in descending order. Usage wordcount [sentence] Example $ wordcount "dog dog dog. cat. fish fish. go go go go." go dog fish $ echo "dog dog dog. cat. fish fish. go go go go." | wordcount go dog fish Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files cli.go main.go ranking.go Click to show internal directories. Click to hide internal directories.