Revision: 18968
          http://sourceforge.net/p/gate/code/18968
Author:   adamfunk
Date:     2015-10-26 09:48:03 +0000 (Mon, 26 Oct 2015)
Log Message:
-----------
segment in DocumentFrequencyBank

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

Modified: userguide/trunk/misc-creole.tex
===================================================================
--- userguide/trunk/misc-creole.tex     2015-10-26 09:42:01 UTC (rev 18967)
+++ userguide/trunk/misc-creole.tex     2015-10-26 09:48:03 UTC (rev 18968)
@@ -3374,11 +3374,17 @@
 A document frequency bank can be constructed from one or more corpora, from one
 or more existing document frequency banks, or from a combination of both, so
 that document frequency counts from different sources can be compiled together.
-It therefore has one additional parameter:
+
+It has two additional parameters:
 %%
 \begin{itemize}
 \item \textbf{inputBanks} zero or more other instances of
   \emph{DocumentFrequencyBank}.
+\item \textbf{segmentAnnotationType} if this is left blank (the default), a
+  term's frequency is determined by the number of whole documents in which it 
is
+  found; if an annotation type is specified, the frequency is the number of
+  instances of that annotation type in which the term is found (and terms found
+  outside of the segments are ignored).
 \end{itemize}
 
 

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
GATE-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to