Re: Using NLTK in Java

2008-09-02 Thread bearophileHUGS
On Sep 1, 12:30 pm, [EMAIL PROTECTED]: >in Jython (which is assumed to replace Python), I don't think so. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list

Re: Using NLTK in Java

2008-09-02 Thread hussainsaiger
On 1 Sep, 16:21, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On 1 Sep, 11:55, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] schrieb: > > >> > I am trying to convert a python module (that contains the use of > >> > NLTK.Corpus) by jythonc. It i

Re: Using NLTK in Java

2008-09-01 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > On 1 Sep, 11:55, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] schrieb: >> >> > I am trying to convert a python module (that contains the use of >> > NLTK.Corpus) by jythonc. It is not able to include nltk dependencies >> > within the java class it c

Re: Using NLTK in Java

2008-09-01 Thread hussainsaiger
On 1 Sep, 11:55, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] schrieb: > > > I am trying to convert a python module (that contains the use of > > NLTK.Corpus) by jythonc. It is not able to include nltk dependencies > > within the java class it creates. So when i use this class

Re: Using NLTK in Java

2008-09-01 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: I am trying to convert a python module (that contains the use of NLTK.Corpus) by jythonc. It is not able to include nltk dependencies within the java class it creates. So when i use this class in java, it fails to recognize nltk. Can anyone please let me know how should

Using NLTK in Java

2008-08-31 Thread hussainsaiger
I am trying to convert a python module (that contains the use of NLTK.Corpus) by jythonc. It is not able to include nltk dependencies within the java class it creates. So when i use this class in java, it fails to recognize nltk. Can anyone please let me know how should i use nltk in python/jython