Revision: 19946
          http://sourceforge.net/p/gate/code/19946
Author:   ian_roberts
Date:     2017-01-10 17:34:04 +0000 (Tue, 10 Jan 2017)
Log Message:
-----------
Version number to 5.3, merged doc changes from trunk and regenerated

Modified Paths:
--------------
    mimir/branches/5.3/build.properties
    mimir/branches/5.3/doc/mimir-guide.pdf
    mimir/branches/5.3/doc/mimir-version.tex
    mimir/branches/5.3/doc/plugins.tex

Property Changed:
----------------
    mimir/branches/5.3/
    mimir/branches/5.3/doc/

Index: mimir/branches/5.3
===================================================================
--- mimir/branches/5.3  2017-01-10 17:32:56 UTC (rev 19945)
+++ mimir/branches/5.3  2017-01-10 17:34:04 UTC (rev 19946)

Property changes on: mimir/branches/5.3
___________________________________________________________________
Modified: svn:mergeinfo
## -2,4 +2,4 ##
 /mimir/branches/4.0:15380-15383,15385-15386,15388
 /mimir/branches/4.x:14298-14348
 /mimir/branches/5.0:18071,18082
-/mimir/trunk:17278
+/mimir/trunk:17278,19944
\ No newline at end of property
Modified: mimir/branches/5.3/build.properties
===================================================================
--- mimir/branches/5.3/build.properties 2017-01-10 17:32:56 UTC (rev 19945)
+++ mimir/branches/5.3/build.properties 2017-01-10 17:34:04 UTC (rev 19946)
@@ -1,4 +1,4 @@
-app.version=5.3-SNAPSHOT
+app.version=5.3
 mimir-core.dirname=mimir-core
 mimir-client.dirname=mimir-client
 plugins.dirname=plugins

Index: mimir/branches/5.3/doc
===================================================================
--- mimir/branches/5.3/doc      2017-01-10 17:32:56 UTC (rev 19945)
+++ mimir/branches/5.3/doc      2017-01-10 17:34:04 UTC (rev 19946)

Property changes on: mimir/branches/5.3/doc
___________________________________________________________________
Modified: svn:mergeinfo
## -2,3 +2,4 ##
 /mimir/branches/4.0/doc:15380-15383,15385-15386,15388
 /mimir/branches/4.1/doc:15778-15818
 /mimir/branches/4.x/doc:14298-14348
+/mimir/trunk/doc:19944
\ No newline at end of property
Modified: mimir/branches/5.3/doc/mimir-guide.pdf
===================================================================
(Binary files differ)

Modified: mimir/branches/5.3/doc/mimir-version.tex
===================================================================
--- mimir/branches/5.3/doc/mimir-version.tex    2017-01-10 17:32:56 UTC (rev 
19945)
+++ mimir/branches/5.3/doc/mimir-version.tex    2017-01-10 17:34:04 UTC (rev 
19946)
@@ -8,4 +8,4 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
-\newcommand{\mimirversion}{5.3-SNAPSHOT}
\ No newline at end of file
+\newcommand{\mimirversion}{5.3}
\ No newline at end of file

Modified: mimir/branches/5.3/doc/plugins.tex
===================================================================
--- mimir/branches/5.3/doc/plugins.tex  2017-01-10 17:32:56 UTC (rev 19945)
+++ mimir/branches/5.3/doc/plugins.tex  2017-01-10 17:34:04 UTC (rev 19946)
@@ -33,7 +33,14 @@
 
 The supported constructor arguments are:
 \bde
-\item[annType:] the annotation type which the helper is to process.
+\item[mode:] whether to index actual GATE annotations and their features, or to
+  index a single ``virtual'' annotation spanning the whole document from
+  document-level features.  The value must be either \verb!Mode.ANNOTATION!
+  (the default) or \verb!Mode.DOCUMENT!, where \verb!Mode! is the enum type
+  \verb!gate.mimir.SemanticAnnotationHelper.Mode!
+\item[annType:] the annotation type which the helper is to process, or for
+  document-mode helpers, the ``virtual'' annotation type under which the
+  specified features will be indexed.
 \item[nominalFeatures:] the names of the features to be indexed that have
   nominal values. An annotation feature is said be nominal if the range of
   possible values is clearly defined and limited in size. There is no hard rule
@@ -50,6 +57,13 @@
   possible values).
 \item[uriFeatures:] the names of the features to be indexed that have
   URIs as values.
+\item[indexNulls:] (boolean, defaults to \verb!true!) if this is set to false
+  then instances that have no values for {\em any} of the specified features
+  will not be indexed at all.  This is something that generally only makes
+  sense for document-mode helpers, when you want to index a feature that is
+  only present on some documents.  Setting \verb!indexNulls:false! allows you
+  to use \verb!OVER {AnnType}! queries to restrict searches to only the
+  documents that have that feature.
 \ede
 
 The DB-based helper does not distinguish between text- and URI-valued features,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to