Skip to content
This repository was archived by the owner on Nov 6, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 349 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 349 Bytes

concordance

Solution to the DHM Concordance problem.

Problem Statement

Given an arbitrary text document written in English, write a program that will generate a concordance, i.e. an alphabetical list of all word occurrences, labeled with word frequencies. Bonus: label each word with the sentence numbers in which each occurrence appeared.