java - Mallet topic modelling -


i have been using mallet inferring topics text file containing 100,000 lines(around 34 mb in mallet format). need run on file containing million lines(around 180mb) , getting java.lang.outofmemory exception . there way of splitting file smaller ones , build model data present in files combined?? in advance

in bin/mallet.bat increase value line:

set mallet_memory=1g 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -