Skip to content

Instantly share code, notes, and snippets.

View acrymble's full-sized avatar

Adam Crymble acrymble

  • London
View GitHub Profile
@acrymble
acrymble / gist:3601723
Created September 2, 2012 17:16
MALLET train topics
bin\mallet train-topics --input tutorial.mallet
@acrymble
acrymble / gist:3601648
Created September 2, 2012 17:12
Heap Space Error - MALLET
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
@acrymble
acrymble / gist:3601371
Created September 2, 2012 16:46
MALLET import and remove stop words - Mac
./bin/mallet import-dir --input /users/username/database/ --output tutorial.mallet --keep-sequence --remove-stopwords
@acrymble
acrymble / gist:3601350
Created September 2, 2012 16:44
MALLET import and remove stop words
bin\mallet import-dir --input pathway\to\the\directory\with\the\files --output tutorial.mallet --keep-sequence --remove-stopwords
@acrymble
acrymble / gist:3601194
Created September 2, 2012 16:30
MALLET help
bin\mallet import-dir --help
@acrymble
acrymble / gist:3601185
Created September 2, 2012 16:29
MALLET help -error
import-dir --help
@acrymble
acrymble / gist:3601105
Created September 2, 2012 16:22
MALLET command sample
./bin/mallet
@acrymble
acrymble / cd unix
Created June 28, 2012 07:57
cd unix
cd [directory]
@acrymble
acrymble / mkdir unix
Created June 28, 2012 07:56
mkdir unix
mkdir wget-activehistory
@acrymble
acrymble / OS X Hidden files
Created June 28, 2012 07:37
OS X Hidden files
defaults write com.apple.Finder AppleShowAllFiles YES