Skip to content

Commit 1271562

Browse files
committed
Initial commit
0 parents  commit 1271562

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__author__ = 'eliot'

malletpython.py

Whitespace-only changes.

readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This is a python based API for interacting with the Mallet topic modeling software.
2+
3+
4+
INSTALLATION
5+
git clone git://github.com/lucasnoah/mallet-python.git
6+
cd mallet-python
7+
wget http://mallet.cs.umass.edu/dist/mallet-2.0.7.tar.gz
8+
tar xvfz mallet-2.0.7.tar.gz

setup.py

Whitespace-only changes.

0 commit comments

Comments
 (0)