You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/09/25 22:34:44 UTC

svn commit: r819000 - in /incubator/uima/sandbox/trunk/SandboxDistr/annotator-package: readme/README readme_src/README

Author: schor
Date: Fri Sep 25 20:34:44 2009
New Revision: 819000

URL: http://svn.apache.org/viewvc?rev=819000&view=rev
Log:
no Jira - update the Readme for 2.3.0

Modified:
    incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README
    incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme_src/README

Modified: incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README?rev=819000&r1=818999&r2=819000&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README (original)
+++ incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme/README Fri Sep 25 20:34:44 2009
@@ -1,5 +1,5 @@
             
-            Apache UIMA Annotator Package Version 2.2.2 README
+            Apache UIMA Annotator Package Version 2.3.0 README
      ----------------------------------------------------------------
 
 The Apache UIMA annotator package is an add-on package for the base UIMA release.
@@ -10,14 +10,24 @@
  - RegularExpressionAnnotator
  - Tagger
  - WhitespaceTokenizer
+ - Bean Scripting Framework (BSF) BSFAnnotator
+ - ConceptMapper
+ - ConfigurableFeatureExtractor
+ - Lucas - an interface to using UIMA with Lucene
+ - OpenCalaisAnnotator - an sample annotator using the OpenCalais Service
+ - SnowballAnnotator - an annotator making use of the snowball stemmers
+ - TikaAnnotator - an annotator using the Tika project text extractors
  
 Additionally the package contains some components to package annotators 
-and to accessing annotators as simple REST service. These are:
+and for accessing annotators as simple REST service. These are:
  - PearPackagingAntTask
- - PearPackagingMavenPlugin
  - SimpleServer
 
-Each component has a separate documentation with some usage information.
+Finally, there is an addon to the base UIMA:
+ - FsVariables
+ 
+Each component has a separate LICENSE and NOTICE files;  some also 
+have Readme and other documentation (in docs/). 
 
 Disclaimer
 -----------

Modified: incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme_src/README
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme_src/README?rev=819000&r1=818999&r2=819000&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme_src/README (original)
+++ incubator/uima/sandbox/trunk/SandboxDistr/annotator-package/readme_src/README Fri Sep 25 20:34:44 2009
@@ -1,9 +1,12 @@
+     Apache UIMA Annotator Package Version 2.3.0 README for Source Distribution
+     --------------------------------------------------------------------------
+
 For general instructions about building the Apache UIMA Sandbox projects 
 from the sources, please refer to:
 http://incubator.apache.org/uima/svn.html#building.with.maven
 
 The Sandbox project is set up to be buildable only in conjuction with the
-base UIMA project (uimaj).  Both must be placed in the same parent directory.
+base UIMA project.  Both must be placed in the same parent directory.
 The individual projects of both source distributions (for example, uimaj-distr, and
 SandboxDistr) will then end up in the same parent directory.  This arrangement, 
 which differs from the usual Maven conventions, is adopted because
@@ -14,7 +17,7 @@
 released.  
 
 To build the Sandbox projects,
-  cd to the SandboxDistr package project, and do mvn install
+  cd to SandboxDistr/annotator-package, and do mvn install
 
 To work with eclipse additionally:
   issue the command: mvn eclipse:eclipse