Skip to content

Commit

Permalink
Renamed 'import_mallet.sh'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchuang committed Jan 11, 2014
1 parent eee8c13 commit 9bbc390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions demo-20newsgroups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ function __train_model__ {
function __import_model__ {
echo "# Importing an LDA model..."
echo
echo "bin/import_model.sh $MODEL_PATH 20newsgroups"
echo "bin/import_mallet.sh $MODEL_PATH 20newsgroups"
echo
bin/import_model.sh $MODEL_PATH 20newsgroups
bin/import_mallet.sh $MODEL_PATH 20newsgroups
}

bin/setup.sh
Expand Down

0 comments on commit 9bbc390

Please sign in to comment.