RE: graphical maven dependency viewer? FW: svn commit: r1485235 - /ctakes/trunk/ctakes-assertion/pom.xml

2013-05-22 Thread Chen, Pei
I haven't tried it, but the below seems interesting: http://www.summa-tech.com/blog/2011/04/12/a-visual-maven-dependency-tree-view/ Essentially, it takes the output of mvn dependency:tree into graphml... --Pei > -Original Message- > From: Masanz, James J. [mailto:masanz.ja...@mayo.edu] >

graphical maven dependency viewer? FW: svn commit: r1485235 - /ctakes/trunk/ctakes-assertion/pom.xml

2013-05-22 Thread Masanz, James J.
Anyone have a favorite graphical maven dependency viewer? Wondering if the Component Dependencies [1] diagram can be autogenerated, or at least start with something autogenerated and then add our note/comments about required vs. optional etc. [1] https://cwiki.apache.org/CTAKES/ctakes-30-com

Re: sentence detector newline behavior

2013-05-22 Thread Jörn Kottmann
On 05/22/2013 01:17 PM, Miller, Timothy wrote: That's awesome! It might be worth trying at least. How does the training process change? Previously the training data would be one sentence per line, but with newlines as possible mid-sentence characters that could be trouble, is there a new represen

Re: sentence detector newline behavior

2013-05-22 Thread Miller, Timothy
That's awesome! It might be worth trying at least. How does the training process change? Previously the training data would be one sentence per line, but with newlines as possible mid-sentence characters that could be trouble, is there a new representation for training data? Or would we have to use

Re: sentence detector newline behavior

2013-05-22 Thread Jörn Kottmann
On 05/21/2013 08:00 PM, Steven Bethard wrote: So perhaps we could re-train it to disambiguate newline characters as well? Yes, the OpenNLP Sentence Detector now supports that in the new 1.5.3 version out of the box, you can specify the set of EOS chars to use, but the default is still: !?. If