svn commit: r1490195 - in /uima/sandbox/ruta/trunk/ruta-ep-textruler/src/main/java/org/apache/uima/ruta/textruler: core/TextRulerBasicLearner.java core/TextRulerWordConstraint.java learner/whisk/gener

2013-06-06 Thread pkluegl
Author: pkluegl Date: Thu Jun 6 08:30:59 2013 New Revision: 1490195 URL: http://svn.apache.org/r1490195 Log: UIMA-2777 - improvements for whisk - faster and better anchoring - do not start with regexp, but add it to remove false negatives!!! Modified:

svn commit: r1490245 - in /uima/sandbox/ruta/trunk/ruta-ep-textruler/src/main/java/org/apache/uima/ruta/textruler: core/ learner/whisk/generic/

2013-06-06 Thread pkluegl
Author: pkluegl Date: Thu Jun 6 11:58:54 2013 New Revision: 1490245 URL: http://svn.apache.org/r1490245 Log: UIMA-2777 - alloc new cas if config may have changed - improvements for whisk - support feature matches, added preference Modified:

svn commit: r1490288 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main: java/org/apache/uima/ducc/ws/server/ webapp/root/ webapp/root/js/

2013-06-06 Thread degenaro
Author: degenaro Date: Thu Jun 6 13:58:51 2013 New Revision: 1490288 URL: http://svn.apache.org/r1490288 Log: UIMA-2949 DUCC webserver (WS) javascript performance improvements Added: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/uima-initialization-report.html

svn commit: r1490307 - in /uima/sandbox/ruta/trunk/ruta-ep-textruler/src/main/java/org/apache/uima/ruta/textruler: core/ extension/ learner/lp2/ tools/

2013-06-06 Thread pkluegl
Author: pkluegl Date: Thu Jun 6 14:49:04 2013 New Revision: 1490307 URL: http://svn.apache.org/r1490307 Log: UIMA-2344 - support boundaries by expanding type systems Removed:

svn commit: r1490328 - in /uima/sandbox/ruta/trunk/ruta-ep-textruler/src/main/java/org/apache/uima/ruta/textruler: core/TextRulerBasicLearner.java ui/TextRulerView.java

2013-06-06 Thread pkluegl
Author: pkluegl Date: Thu Jun 6 15:49:44 2013 New Revision: 1490328 URL: http://svn.apache.org/r1490328 Log: UIMA-2344 - we are sharing cases, so give the boundary types are learner since the next one may need them Modified:

svn commit: r1490415 - /uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/BaseAnalysisEngineController.java

2013-06-06 Thread cwiklik
Author: cwiklik Date: Thu Jun 6 20:09:13 2013 New Revision: 1490415 URL: http://svn.apache.org/r1490415 Log: UIMA-2751 Modify to send notification about successful initialization from the top level service only Modified:

svn commit: r1490435 - /uima/uima-as/trunk/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/BaseAnalysisEngineController.java

2013-06-06 Thread cwiklik
Author: cwiklik Date: Thu Jun 6 20:46:22 2013 New Revision: 1490435 URL: http://svn.apache.org/r1490435 Log: UIMA-2751 modified to make sure only one instance of callback listener is registered Modified: