Re: reading MS word file

2007-05-18 Thread Henry Lu
Where do i download the org.textmining package? -Henry Dmitry Goldenberg wrote: Henry, There are a few things you can try. 1. Take a look at org.textmining's Word text extractor: org.textmining.text.extraction.WordExtractor All you have to do is this: new

Re: reading MS word file

2007-05-18 Thread Henry Lu
Can somwone tell me where to download the svn package for POI? -Henry - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project:

Re: reading MS word file

2007-05-18 Thread Nick Burch
On Fri, 18 May 2007, Henry Lu wrote: Can somwone tell me where to download the svn package for POI? You can either do a svn checkout yourself, and build it with ant: http://jakarta.apache.org/site/cvsindex.html Or download nightly builds from:

RE: reading MS word file

2007-05-18 Thread Dmitry Goldenberg
http://textmining.org/ From: Henry Lu [mailto:[EMAIL PROTECTED] Sent: Fri 5/18/2007 7:22 AM To: POI Users List Subject: Re: reading MS word file Where do i download the org.textmining package? -Henry Dmitry Goldenberg wrote: Henry, There are a few

RE: reading MS word file

2007-05-17 Thread Dmitry Goldenberg
Henry, There are a few things you can try. 1. Take a look at org.textmining's Word text extractor: org.textmining.text.extraction.WordExtractor All you have to do is this: new WordExtractor().extractText(inputStream) 2. There is also the POI extractor: