Skip to content

Commit

Permalink
More README stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Marsh committed May 13, 2014
1 parent 17a3f93 commit 73a7901
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ Wordless authorship recognition using topic models. MAD implements a multivalent

## Dependencies

See requirements.txt for Python dependencies.
See requirements.txt for a list of Python dependencies.

In addition, the following NLTK libraries are required:
In addition, the following NLTK libraries are required for feature extraction:

- cmudict
- punkt
- maxent_treebank_pos_tagger

The GSL library for C++ is required.
Finally, the GSL library for C++ is necessary for running the actual MAD model.

## Data

Expand Down

0 comments on commit 73a7901

Please sign in to comment.