RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

2014-07-10 Thread Miller, Timothy
I was able to run the binary without issues this time.
I also downloaded the resources from sourceforge and integrated into the bin 
release and ran with the ctakes dictionary.

I did get some weird exceptions thrown that didn't seem to affect the run -- 
looks like some hardcoded file paths in LVG? (See below)

Tim


Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data (No such file 
or directory)
** Error: problem of opening/reading stop words file: 
'/export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.data (No such 
file or directory)
** Error: problem of opening/reading non-Info words file: 
'/export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.data (No such 
file or directory)
** Error: problem of opening/reading conjunction words file: 
'/export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.data'.
** ERR: problem of opening/reading diacritics file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.data (No such 
file or directory)
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.data (No such 
file or directory)
** Error: problem of opening/reading ligature file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.data'.
** Error: problem of opening/reading symbol synonym file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.data (No such 
file or directory)
**Error: problem of opening/reading file 
'/export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data (No such file or 
directory)
** Error: problem of opening/reading Unicode symbol file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.data (No such 
file or directory)
** Error: problem of opening/reading Unicode file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.data (No such 
file or directory)
** Error: problem of opening/reading nonStripMap file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.data (No such 
file or directory)
java.sql.SQLException: File input/output error 
/export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properties 
java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properties.new (No 
such file or directory)


From: Masanz, James J. [masanz.ja...@mayo.edu]
Sent: Wednesday, July 09, 2014 2:26 PM
To: 'dev@ctakes.apache.org'
Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

So far for rc2, I've

Verified MD5  and signatures of .zip archives
Verified that source at tag matches source in.zip
Imported source from archive into eclipse as maven project(s) and compiled 
without any Errors.

--  James


-Original Message-
From: Pei Chen [mailto:chen...@apache.org]
Sent: Tuesday, July 08, 2014 5:11 PM
To: dev@ctakes.apache.org
Subject: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

Hi all,

The main difference between rc1 and rc2 is that we removed the lvg-res
and assertion-res.jar from the distro.  They still need to be
unpacked.

This is a call for a vote on releasing the following candidate (rc2)
as Apache cTAKES 3.2.0.
The major changes include:
- New optional YTEX component(s) (Yale Extensions to cTAKES)
- New optional improved/faster dictionary lookup (dictionary-lookup-fast)
- New optional Temporal component (Time + Event extraction.  Relations
will be including in a future release.)
- Other bug fixes/enhancements from Jira

[TODO: Online documentation still needs to be updated on wiki]

For more detailed information on the changes/release notes, please visit:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313621version=12324066

The release was made using the cTAKES release process documented here:
http://ctakes.apache.org/ctakes-release-guide.html

The candidate is available at:
http://people.apache.org/~chenpei/RCs/ctakes-3.2.0-rc2/apache-ctakes-3.2.0-src.tar.gz
/.zip

The tag to be voted on:
http://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.2.0-rc2

The MD5 

RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

2014-07-10 Thread Finan, Sean
+1 for the ytex method of handling a umls login before download of the umls 
resources.  While this also doesn't truly prevent people from sharing files 
(data) without a umls account, it is a little bit of a nicer mechanism.

Aside ...  Does anybody out there have experience with izpack?  (izpack.org)  
Creation of an InstallAnywhere style module is under consideration ...

 -Original Message-
 From: vijay garla [mailto:vnga...@gmail.com]
 Sent: Wednesday, July 09, 2014 10:30 AM
 To: dev@ctakes.apache.org
 Subject: Re: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
 
 ctakes-ytex-lib-3.1.2-SNAPSHOT.zip
 https://ytex.googlecode.com/files/ctakes-ytex-lib-3.1.2-SNAPSHOT.zip - this
 contains non-asf compliant ytex libs.  I would like to add it to the 
 sourceforge
 site / or add it to the ctakes resources directly (that way users simply have 
 to
 unzip a single zip file)
 
 ctakes-ytex-resources-3.1.2-SNAPSHOT.zip
 http://www.ytex-nlp.org/umls.download/secure/3.1/ctakes-ytex-resources-
 3.1.2-SNAPSHOT.zip
 -
 this contains data derived from the UMLS - concept graphs and dictionary
 lookup tables.  downloading this requires a UTS login.  It is conceptually no
 different from the ctakes resources, so I believe it would be OK to add it to 
 that
 zip file, but I'm not a lawyer.
 
 On another note: I think forcing users to specify the UTS username/password
 and contacting NIH every time you run cTAKES is problematic, and doesn't
 prevent users who don't have a valid UTS login from viewing the data contained
 in the lucene index dictionary.  I personally believe requiring a UTS login to
 download would be the best way to make resources derived from the UMLS
 available to users (this is what I'm doing for ytex-resources).
 
 to summarize: for now, I would like to add the ytex libs to the ctakes 
 resources
 zip.
 
 -vj
 
 
 
 
 On Wed, Jul 9, 2014 at 4:04 PM, Chen, Pei pei.c...@childrens.harvard.edu
 wrote:
 
  The maven artifacts are also available in the staging area:
  https://repository.apache.org/content/repositories/orgapachectakes-100
  1
  VJ: Just curious- how did you envision ytex users downloading the
  jars/war? From the distro bin.zip or from maven central?
 
  --Pei
 
   -Original Message-
   From: Pei Chen [mailto:chen...@apache.org]
   Sent: Tuesday, July 08, 2014 6:11 PM
   To: dev@ctakes.apache.org
   Subject: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
  
   Hi all,
  
   The main difference between rc1 and rc2 is that we removed the
   lvg-res
  and
   assertion-res.jar from the distro.  They still need to be unpacked.
  
   This is a call for a vote on releasing the following candidate (rc2)
   as
  Apache
   cTAKES 3.2.0.
   The major changes include:
   - New optional YTEX component(s) (Yale Extensions to cTAKES)
   - New optional improved/faster dictionary lookup
   (dictionary-lookup-fast)
   - New optional Temporal component (Time + Event extraction.
   Relations
  will
   be including in a future release.)
   - Other bug fixes/enhancements from Jira
  
   [TODO: Online documentation still needs to be updated on wiki]
  
   For more detailed information on the changes/release notes, please visit:
  
  https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313
  621
   version=12324066
  
   The release was made using the cTAKES release process documented here:
   http://ctakes.apache.org/ctakes-release-guide.html
  
   The candidate is available at:
   http://people.apache.org/~chenpei/RCs/ctakes-3.2.0-rc2/apache-ctakes
   -
   3.2.0-src.tar.gz
   /.zip
  
   The tag to be voted on:
   http://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.2.0-rc2
  
   The MD5 checksum of the tarball can be found at:
   http://people.apache.org/~chenpei/RCs/ctakes-3.2.0-rc2/apache-ctakes
   -
   3.2.0-src.tar.gz.md5
   /.zip.md5
  
   The signature of the tarball can be found at:
   http://people.apache.org/~chenpei/RCs/ctakes-3.2.0-rc2/apache-ctakes
   -
   3.2.0-src.tar.gz.asc
   /.zip.asc
  
   Apache cTAKES' KEYS file, containing the PGP keys used to sign the
  release:
   https://dist.apache.org/repos/dist/release/ctakes/KEYS
  
   Please vote on releasing these packages as Apache cTAKES 3.2.0. The
   vote
  is
   open for at least the next 72 hours.
   Only votes from the cTAKES PMC are binding, but folks are welcome to
  check
   the release candidate and voice their approval or disapproval.
   The vote passes if at least three binding +1 votes are cast.
  
   [ ] +1 Release the packages as Apache cTAKES 3.2.0 [ ] -1 Do not
   release
  the
   packages because...
  
   Also, the convenience binary can be found at:
   http://people.apache.org/~chenpei/RCs/ctakes-3.2.0-rc2/apache-ctakes
   -
   3.2.0-bin.tar.gz
   /.zip
  
   Note: It's temporarily on people.a.o because the artifacts were too
  large for
   https://dist.apache.org/repos/dist/dev/ctakes (Working with infra on
   increasing the limit).
  
  
   Thanks!
 


RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

2014-07-10 Thread Masanz, James J.
Hi Tim,

When you say that it didn't seem to affect the run, where you comparing output 
to last release or just checking if data seemed OK at a glance?

-Original Message-
From: Miller, Timothy [mailto:timothy.mil...@childrens.harvard.edu] 
Sent: Thursday, July 10, 2014 7:29 AM
To: dev@ctakes.apache.org
Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

I was able to run the binary without issues this time.
I also downloaded the resources from sourceforge and integrated into the bin 
release and ran with the ctakes dictionary.

I did get some weird exceptions thrown that didn't seem to affect the run -- 
looks like some hardcoded file paths in LVG? (See below)

Tim


Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data (No such file 
or directory)
** Error: problem of opening/reading stop words file: 
'/export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.data (No such 
file or directory)
** Error: problem of opening/reading non-Info words file: 
'/export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.data (No such 
file or directory)
** Error: problem of opening/reading conjunction words file: 
'/export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.data'.
** ERR: problem of opening/reading diacritics file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.data (No such 
file or directory)
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.data (No such 
file or directory)
** Error: problem of opening/reading ligature file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.data'.
** Error: problem of opening/reading symbol synonym file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.data (No such 
file or directory)
**Error: problem of opening/reading file 
'/export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data (No such file or 
directory)
** Error: problem of opening/reading Unicode symbol file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.data (No such 
file or directory)
** Error: problem of opening/reading Unicode file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.data (No such 
file or directory)
** Error: problem of opening/reading nonStripMap file: 
'/export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.data'.
Exception: java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.data (No such 
file or directory)
java.sql.SQLException: File input/output error 
/export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properties 
java.io.FileNotFoundException: 
/export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properties.new (No 
such file or directory)


From: Masanz, James J. [masanz.ja...@mayo.edu]
Sent: Wednesday, July 09, 2014 2:26 PM
To: 'dev@ctakes.apache.org'
Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

So far for rc2, I've

Verified MD5  and signatures of .zip archives
Verified that source at tag matches source in.zip
Imported source from archive into eclipse as maven project(s) and compiled 
without any Errors.

--  James


-Original Message-
From: Pei Chen [mailto:chen...@apache.org]
Sent: Tuesday, July 08, 2014 5:11 PM
To: dev@ctakes.apache.org
Subject: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

Hi all,

The main difference between rc1 and rc2 is that we removed the lvg-res
and assertion-res.jar from the distro.  They still need to be
unpacked.

This is a call for a vote on releasing the following candidate (rc2)
as Apache cTAKES 3.2.0.
The major changes include:
- New optional YTEX component(s) (Yale Extensions to cTAKES)
- New optional improved/faster dictionary lookup (dictionary-lookup-fast)
- New optional Temporal component (Time + Event extraction.  Relations
will be including in a future release.)
- Other bug fixes/enhancements from Jira

[TODO: Online documentation still needs to be updated on wiki]

For more detailed information on the changes/release notes, please visit:

Re: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

2014-07-10 Thread Miller, Timothy
Sorry, I should've been more specific. I just meant that it didn't
prevent the pipeline from running and that it recognized the named
entities in the small examples I gave it.

It could be that it is causing the LVG annotator to operate incorrectly
in a way that didn't obviously affect downstream components at a glance.

Tim

On 07/10/2014 11:59 AM, Masanz, James J. wrote:
 Hi Tim,

 When you say that it didn't seem to affect the run, where you comparing 
 output to last release or just checking if data seemed OK at a glance?

 -Original Message-
 From: Miller, Timothy [mailto:timothy.mil...@childrens.harvard.edu] 
 Sent: Thursday, July 10, 2014 7:29 AM
 To: dev@ctakes.apache.org
 Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

 I was able to run the binary without issues this time.
 I also downloaded the resources from sourceforge and integrated into the bin 
 release and ran with the ctakes dictionary.

 I did get some weird exceptions thrown that didn't seem to affect the run -- 
 looks like some hardcoded file paths in LVG? (See below)

 Tim


 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data (No such 
 file or directory)
 ** Error: problem of opening/reading stop words file: 
 '/export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data'.
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.data (No such 
 file or directory)
 ** Error: problem of opening/reading non-Info words file: 
 '/export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.data'.
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.data (No 
 such file or directory)
 ** Error: problem of opening/reading conjunction words file: 
 '/export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.data'.
 ** ERR: problem of opening/reading diacritics file: 
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.data'.
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.data (No 
 such file or directory)
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.data (No 
 such file or directory)
 ** Error: problem of opening/reading ligature file: 
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.data'.
 ** Error: problem of opening/reading symbol synonym file: 
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.data'.
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.data (No such 
 file or directory)
 **Error: problem of opening/reading file 
 '/export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data'.
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data (No such file 
 or directory)
 ** Error: problem of opening/reading Unicode symbol file: 
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.data'.
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.data (No such 
 file or directory)
 ** Error: problem of opening/reading Unicode file: 
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.data'.
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.data (No such 
 file or directory)
 ** Error: problem of opening/reading nonStripMap file: 
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.data'.
 Exception: java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.data (No 
 such file or directory)
 java.sql.SQLException: File input/output error 
 /export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properties 
 java.io.FileNotFoundException: 
 /export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properties.new 
 (No such file or directory)

 
 From: Masanz, James J. [masanz.ja...@mayo.edu]
 Sent: Wednesday, July 09, 2014 2:26 PM
 To: 'dev@ctakes.apache.org'
 Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

 So far for rc2, I've

 Verified MD5  and signatures of .zip archives
 Verified that source at tag matches source in.zip
 Imported source from archive into eclipse as maven project(s) and compiled 
 without any Errors.

 --  James


 -Original Message-
 From: Pei Chen [mailto:chen...@apache.org]
 Sent: Tuesday, July 08, 2014 5:11 PM
 To: dev@ctakes.apache.org
 Subject: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

 Hi all,

 The main difference between rc1 and rc2 is that we removed the lvg-res
 and assertion-res.jar from the distro.  They still need to be
 unpacked.

 This is a call for a vote on releasing the following candidate (rc2)
 as Apache cTAKES 3.2.0.
 The major changes include:
 - New optional YTEX 

RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

2014-07-10 Thread Chen, Pei
I think this is due to the fact that the default lvg.properties also exits in 
the ctakes-resources project, so if you download and replace, it will override 
the ctakes configured one.
I think it's a bug, but probably always been there...  
I'll fix up ctakes-resources on sourceforge nethertheless but it shouldn't 
require any changes to the release candidates.

 -Original Message-
 From: Masanz, James J. [mailto:masanz.ja...@mayo.edu]
 Sent: Thursday, July 10, 2014 11:59 AM
 To: 'dev@ctakes.apache.org'
 Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
 
 Hi Tim,
 
 When you say that it didn't seem to affect the run, where you comparing
 output to last release or just checking if data seemed OK at a glance?
 
 -Original Message-
 From: Miller, Timothy [mailto:timothy.mil...@childrens.harvard.edu]
 Sent: Thursday, July 10, 2014 7:29 AM
 To: dev@ctakes.apache.org
 Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
 
 I was able to run the binary without issues this time.
 I also downloaded the resources from sourceforge and integrated into the
 bin release and ran with the ctakes dictionary.
 
 I did get some weird exceptions thrown that didn't seem to affect the run --
 looks like some hardcoded file paths in LVG? (See below)
 
 Tim
 
 
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data
 (No such file or directory)
 ** Error: problem of opening/reading stop words file:
 '/export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.data
 (No such file or directory)
 ** Error: problem of opening/reading non-Info words file:
 '/export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.dat
 a'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.d
 ata (No such file or directory)
 ** Error: problem of opening/reading conjunction words file:
 '/export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.
 data'.
 ** ERR: problem of opening/reading diacritics file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.da
 ta'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.da
 ta (No such file or directory)
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.da
 ta (No such file or directory)
 ** Error: problem of opening/reading ligature file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.da
 ta'.
 ** Error: problem of opening/reading symbol synonym file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.
 data'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.d
 ata (No such file or directory)
 **Error: problem of opening/reading file
 '/export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data (No
 such file or directory)
 ** Error: problem of opening/reading Unicode symbol file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.da
 ta'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.dat
 a (No such file or directory)
 ** Error: problem of opening/reading Unicode file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.d
 ata'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.da
 ta (No such file or directory)
 ** Error: problem of opening/reading nonStripMap file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.d
 ata'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.d
 ata (No such file or directory)
 java.sql.SQLException: File input/output error
 /export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properti
 es java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properti
 es.new (No such file or directory)
 
 
 From: Masanz, James J. [masanz.ja...@mayo.edu]
 Sent: Wednesday, July 09, 2014 2:26 PM
 To: 'dev@ctakes.apache.org'
 Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
 
 So far for rc2, I've
 
 Verified MD5  and signatures of .zip archives Verified that source at tag
 matches source in.zip Imported source from archive into eclipse as maven
 project(s) and compiled without any Errors.
 
 --  James
 
 
 -Original Message-
 From: Pei Chen [mailto:chen...@apache.org]
 Sent: Tuesday, July 08, 2014 5:11 PM
 To: dev@ctakes.apache.org
 Subject: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
 
 Hi all,
 
 The main difference between rc1 and rc2 is that we removed the lvg-res and
 

RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

2014-07-10 Thread Masanz, James J.
Can you also give ctakesresources the number 3.2 or 3.2.0 instead of 3.1.3

-Original Message-
From: Chen, Pei [mailto:pei.c...@childrens.harvard.edu] 
Sent: Thursday, July 10, 2014 2:12 PM
To: dev@ctakes.apache.org
Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)

I think this is due to the fact that the default lvg.properties also exits in 
the ctakes-resources project, so if you download and replace, it will override 
the ctakes configured one.
I think it's a bug, but probably always been there...  
I'll fix up ctakes-resources on sourceforge nethertheless but it shouldn't 
require any changes to the release candidates.

 -Original Message-
 From: Masanz, James J. [mailto:masanz.ja...@mayo.edu]
 Sent: Thursday, July 10, 2014 11:59 AM
 To: 'dev@ctakes.apache.org'
 Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
 
 Hi Tim,
 
 When you say that it didn't seem to affect the run, where you comparing
 output to last release or just checking if data seemed OK at a glance?
 
 -Original Message-
 From: Miller, Timothy [mailto:timothy.mil...@childrens.harvard.edu]
 Sent: Thursday, July 10, 2014 7:29 AM
 To: dev@ctakes.apache.org
 Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
 
 I was able to run the binary without issues this time.
 I also downloaded the resources from sourceforge and integrated into the
 bin release and ran with the ctakes dictionary.
 
 I did get some weird exceptions thrown that didn't seem to affect the run --
 looks like some hardcoded file paths in LVG? (See below)
 
 Tim
 
 
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data
 (No such file or directory)
 ** Error: problem of opening/reading stop words file:
 '/export/home/lu/Development/LVG/lvg2008/data/misc/stopWords.data'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.data
 (No such file or directory)
 ** Error: problem of opening/reading non-Info words file:
 '/export/home/lu/Development/LVG/lvg2008/data/misc/nonInfoWords.dat
 a'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.d
 ata (No such file or directory)
 ** Error: problem of opening/reading conjunction words file:
 '/export/home/lu/Development/LVG/lvg2008/data/misc/conjunctionWord.
 data'.
 ** ERR: problem of opening/reading diacritics file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.da
 ta'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/diacriticMap.da
 ta (No such file or directory)
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.da
 ta (No such file or directory)
 ** Error: problem of opening/reading ligature file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/ligatureMap.da
 ta'.
 ** Error: problem of opening/reading symbol synonym file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.
 data'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/synonymMap.d
 ata (No such file or directory)
 **Error: problem of opening/reading file
 '/export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/misc/removeS.data (No
 such file or directory)
 ** Error: problem of opening/reading Unicode symbol file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.da
 ta'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/symbolMap.dat
 a (No such file or directory)
 ** Error: problem of opening/reading Unicode file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.d
 ata'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/unicodeMap.da
 ta (No such file or directory)
 ** Error: problem of opening/reading nonStripMap file:
 '/export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.d
 ata'.
 Exception: java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/Unicode/nonStripMap.d
 ata (No such file or directory)
 java.sql.SQLException: File input/output error
 /export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properti
 es java.io.FileNotFoundException:
 /export/home/lu/Development/LVG/lvg2008/data/HSqlDb/lvg2008.properti
 es.new (No such file or directory)
 
 
 From: Masanz, James J. [masanz.ja...@mayo.edu]
 Sent: Wednesday, July 09, 2014 2:26 PM
 To: 'dev@ctakes.apache.org'
 Subject: RE: [VOTE] Release Apache cTAKES 3.2.0 (rc2)
 
 So far for rc2, I've
 
 Verified MD5  and signatures of .zip archives Verified that source at tag
 matches source in.zip Imported source from archive into eclipse as maven
 project(s) and compiled without any Errors.
 
 --  James
 
 
 -Original