Agility Kata "Word Count II"

Not all words are relevant for counting. A list of stop words (provided in the file "stopwords.txt") defines which words are not counted. Example of stopwords.txt, where each line contains a stop word:

the
a
on
off

Application example:

$ wordcount
Enter text: Mary had a little lamb
Number of words: 4
$
en_USEnglish

Vorherige Iteration bearbeitet?

Du öffnest gerade eine Agility Kata. Hast du den vorhergehenden Teil bereits bearbeitet?

Bitte öffne diese Übung nur, wenn du die vorhergehenden Teile bereits bearbeitet hast. Die Idee der Agility Katas ist es, zusätzliche Anforderungen an bestehendem Code zu implementieren. Wenn du dir zuerst alle Anforderungen anschaust, geht der Effekt der Agility Katas verloren.

Inkremente