Skip to content

Commit

Permalink
Merge pull request #147 from severinsimmler/master
Browse files Browse the repository at this point in the history
Fix typos in command description
  • Loading branch information
mimno authored Feb 26, 2019
2 parents 4686c33 + 64f432d commit 286db36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/mallet
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Mallet 2.0 commands:
import-svmlight load SVMLight format data files into Mallet instances
info get information about Mallet instances
train-classifier train a classifier from Mallet data files
classify-dir classify data from a single file with a saved classifier
classify-file classify the contents of a directory with a saved classifier
classify-dir classify the contents of a directory with a saved classifier
classify-file classify data from a single file with a saved classifier
classify-svmlight classify data from a single file in SVMLight format
train-topics train a topic model from Mallet data files
infer-topics use a trained topic model to infer topics for new documents
Expand Down
4 changes: 2 additions & 2 deletions bin/mallet.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ echo import-file load a single file into mallet instances (one per line)
echo import-svmlight load a single SVMLight format data file into mallet instances (one per line)
echo info get information about Mallet instances
echo train-classifier train a classifier from Mallet data files
echo classify-dir classify data from a single file with a saved classifier
echo classify-file classify the contents of a directory with a saved classifier
echo classify-dir classify the contents of a directory with a saved classifier
echo classify-file classify data from a single file with a saved classifier
echo classify-svmlight classify data from a single file in SVMLight format
echo train-topics train a topic model from Mallet data files
echo infer-topics use a trained topic model to infer topics for new documents
Expand Down

0 comments on commit 286db36

Please sign in to comment.