Revision: 14585
          http://gate.svn.sourceforge.net/gate/?rev=14585&view=rev
Author:   markagreenwood
Date:     2011-11-22 13:27:17 +0000 (Tue, 22 Nov 2011)
Log Message:
-----------
added details of a new param to the date normalizer and a note about using MM 
and not mm for month, otherwise, as Diana found out, you get minutes and not 
months :)

Modified Paths:
--------------
    userguide/trunk/misc-creole.tex

Modified: userguide/trunk/misc-creole.tex
===================================================================
--- userguide/trunk/misc-creole.tex     2011-11-22 13:19:56 UTC (rev 14584)
+++ userguide/trunk/misc-creole.tex     2011-11-22 13:27:17 UTC (rev 14585)
@@ -679,12 +679,14 @@
 runtime parameters that can be used to control it's behaviour.
 
 \begin{itemize}
+\item \textbf{annotationName:} the annotation type created by this PR, defaults
+  to Date.
 \item \textbf{dateFormat:} the format that dates should be normalized to. The
   format of this parameter is the same as that use by the Java
   
\htlink{http://download.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html}{SimpleDateFormat}
-  whose documentation describes the full range of possible formats.
-  This defaults to dd/MM/yyyy. Note that this parameter is only required
-  if the numericOuput parameter is set to false.
+  whose documentation describes the full range of possible formats (note you
+  must use MM for month and not mm). This defaults to dd/MM/yyyy.
+  Note that this parameter is only required if the numericOuput parameter is 
set to false.
 \item \textbf{failOnMissingInputAnnotations:} if the input annotations (Tokens)
   are missing should this PR fail or just not do anything, defaults to true to
   allow obvious mistakes in pipeline configuration to be captured at an early 
stage.

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to