Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #24078

Re: Some questions on Ant

Newsgroups comp.lang.java.programmer
Date 2013-05-15 13:27 -0700
References (2 earlier) <04616893-b376-43e9-9758-c3f5a44dcb0f@googlegroups.com> <d10ecbc1-3a65-4261-81e6-29a44bb0ba54@googlegroups.com> <7dbdc9fe-4270-44f1-a215-7ea61059d2f8@googlegroups.com> <5ef2130f-8851-43ff-8e7c-226a934737ab@googlegroups.com> <3dd0f0c4-0748-4bf7-8788-52b5c30b038c@googlegroups.com>
Message-ID <4ef6c934-a45e-48bd-a5ed-3b080ddb2e6e@googlegroups.com> (permalink)
Subject Re: Some questions on Ant
From subhabangalore@gmail.com

Show all headers | View raw


On Thursday, May 16, 2013 1:08:22 AM UTC+5:30, Lew wrote:
> subhaba...@....com wrote:
> 
> > "mallet.jar" in the "dist" directory within Mallet is also created.
> 
> > 
> 
> > But I can not do java -jar mallet-jar.
> 
> 
> 
> First of all, even if "mallet.jar" actually is an executable JAR, calling it "mallet-jar" will not 
> 
> execute it.
> 
> 
> 
> http://docs.oracle.com/javase/7/docs/technotes/tools/windows/java.html#synopsis
> 
> 
> 
> Second, even if you spell the JAR name correctly, if it isn't an executable JAR then it won't 
> 
> execute.
> 
> 
> 
> http://docs.oracle.com/javase/tutorial/deployment/jar/
> 
> http://docs.oracle.com/javase/tutorial/deployment/jar/run.html
> 
> 
> 
> -- 
> 
> Lew

Dear Group,

I was checking 
http://mallet.cs.umass.edu/quick-start.php

and now I am stuck here


Directory of C:\Users\subhabrata\Documents\mallet-2.0.7\bin

05/09/2013  03:00 AM    <DIR>          .
05/09/2013  03:00 AM    <DIR>          ..
09/02/2011  12:50 PM               635 classifier2info
09/02/2011  12:50 PM               632 csv2classify
09/02/2011  12:50 PM               631 csv2vectors
09/02/2011  12:50 PM             2,347 mallet
09/02/2011  12:50 PM             2,471 mallet.bat
09/02/2011  12:50 PM             1,771 mallethon
09/02/2011  12:50 PM                63 prepend-license.sh
09/02/2011  12:50 PM               636 svmlight2vectors
09/02/2011  12:50 PM               633 text2classify
09/02/2011  12:50 PM               632 text2vectors
09/02/2011  12:50 PM               636 vectors2classify
09/02/2011  12:50 PM               632 vectors2info
09/02/2011  12:50 PM               631 vectors2topics
09/02/2011  12:50 PM               635 vectors2vectors
              14 File(s)         12,985 bytes
               2 Dir(s)  414,373,920,768 bytes free

C:\Users\subhabrata\Documents\mallet-2.0.7\bin>mallet
Mallet 2.0 commands:
  import-dir        load the contents of a directory into mallet instances (one
per file)
  import-file       load a single file into mallet instances (one per line)
  import-svmlight   load a single SVMLight format data file into mallet instance
s (one per line)
  train-classifier  train a classifier from Mallet data files
  train-topics      train a topic model from Mallet data files
  infer-topics      use a trained topic model to infer topics for new documents
  estimate-topics   estimate the probability of new documents given a trained mo
del
  hlda              train a topic model using Hierarchical LDA
  prune             remove features based on frequency or information gain
  split             divide data into testing, training, and validation portions
Include --help with any option for more information

C:\Users\subhabrata\Documents\mallet-2.0.7\bin>

Regards,
Subhabrata.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Some questions on Ant subhabangalore@gmail.com - 2013-05-12 12:40 -0700
  Re: Some questions on Ant Arne Vajhøj <arne@vajhoej.dk> - 2013-05-12 15:57 -0400
  Re: Some questions on Ant Jeff Higgins <jeff@invalid.invalid> - 2013-05-13 09:28 -0400
    Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-13 07:25 -0700
      Re: Some questions on Ant Jeff Higgins <jeff@invalid.invalid> - 2013-05-13 13:47 -0400
        Re: Some questions on Ant Arne Vajhøj <arne@vajhoej.dk> - 2013-05-13 19:07 -0400
  Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-13 15:01 -0700
    Re: Some questions on Ant Lew <lewbloch@gmail.com> - 2013-05-13 16:05 -0700
  Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-13 16:38 -0700
    Re: Some questions on Ant Arne Vajhøj <arne@vajhoej.dk> - 2013-05-13 20:19 -0400
      Re: Some questions on Ant Lew <lewbloch@gmail.com> - 2013-05-13 17:24 -0700
    Re: Some questions on Ant Lew <lewbloch@gmail.com> - 2013-05-13 17:21 -0700
    Re: Some questions on Ant lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-05-14 09:43 +0100
  Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-14 07:19 -0700
    Re: Some questions on Ant Lew <lewbloch@gmail.com> - 2013-05-14 11:21 -0700
      Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-14 12:30 -0700
        Re: Some questions on Ant Lew <lewbloch@gmail.com> - 2013-05-14 13:08 -0700
          Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-15 12:15 -0700
            Re: Some questions on Ant Lew <lewbloch@gmail.com> - 2013-05-15 12:38 -0700
              Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-15 13:27 -0700
                Re: Some questions on Ant Joerg Meier <joergmmeier@arcor.de> - 2013-05-16 00:02 +0200
                Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-15 23:12 -0700
                Re: Some questions on Ant Joerg Meier <joergmmeier@arcor.de> - 2013-05-16 10:20 +0200
                Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-16 01:33 -0700
                Re: Some questions on Ant JLP <JLP@jlp.com> - 2013-05-16 11:25 +0200
                Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-16 03:08 -0700
                Re: Some questions on Ant Joerg Meier <joergmmeier@arcor.de> - 2013-05-16 12:45 +0200
                Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-16 04:04 -0700
                Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-16 13:26 -0700
  Re: Some questions on Ant subhabangalore@gmail.com - 2013-05-17 14:51 -0700

csiph-web