GitXplorerGitXplorer
a

python-wordcount

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d6b52a77d4b0ac54d36948693d4ef52903578088

Deliminate sentences by exclamation points and question marks rather than just periods. Allow repetition of deliminators.

aadamsc64 committed 13 years ago
Unverified
b55a93c748f097428a1ce230a8d54087a0562144

Update readme.

aadamsc64 committed 13 years ago
Unverified
a858f3af91fbaaa3517341acef157310f99a6af0

Upload first draft of basic word counter application in Python.

aadamsc64 committed 13 years ago

README

The README file for this repository.

#################

word_count.py

#################

Author: Christopher Adams Date: 11/17/2011

Summary: A basic word counter application.

Prerequisite: Python 2.4 or higher (Not Python 3)

Directory contents:

word_count.py           - python module (application code).
input.txt, input2.txt   - sample texts to parse.
readme.txt              - this readme file.

Usage Example: python word_count.py input.txt