There is an LDA example in the MLlib examples. You can run it like this:

./bin/run-example mllib.LDAExample --stopwordFile <stopwords> <input documents>

stop words is a file of stop words, 1 on each line. Input documents are the 
text of each document, 1 document per line. To see all the options just run 
with no options or inputs.
> On 3 May 2015, at 09:52, Praveen Kumar Muthuswamy <muthusamy...@gmail.com> 
> wrote:
> 
> Hi All,
> I am looking to run LDA for topic modeling and page rank algorithms that
> comes with GraphX
> for some data analysis. Are there are any examples (GraphX) that I can take
> a look  ?
> 
> Thanks
> Praveen

Reply via email to