Revision: 14910
          http://gate.svn.sourceforge.net/gate/?rev=14910&view=rev
Author:   adamfunk
Date:     2012-01-06 15:42:56 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
The requirements for using the GLC are more explicit now.

Modified Paths:
--------------
    userguide/trunk/gazetteers.tex

Modified: userguide/trunk/gazetteers.tex
===================================================================
--- userguide/trunk/gazetteers.tex      2012-01-06 15:35:00 UTC (rev 14909)
+++ userguide/trunk/gazetteers.tex      2012-01-06 15:42:56 UTC (rev 14910)
@@ -568,31 +568,37 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \sect[sec:gazetteers:listscollector]{Gazetteer List Collector}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+The gazetteer list collector, found in the Tools plugin, collects occurrences 
of
+entities directly from a set of annotated training documents and populates
+gazetteer lists with the entities. The entity types and structure of the
+gazetteer lists are defined as necessary by the user. Once the lists have been
+collected, a semantic grammar can be used to find the same entities in new
+texts.
 
-The gazetteer list collector  collects occurrences of entities directly from a 
set of
-annotated training texts, and populates gazetteer lists with the entities. The
-entity types and structure of the gazetteer lists are defined as necessary by
-the user. Once the lists have been collected, a semantic grammar can be used to
-find the same entities in new texts.
+The target gazetteer must contain a list corresponding exactly to each
+annotation type to be collection (for example, \texttt{Person.lst} for the
+\texttt{Person} annotations, \texttt{Organization.lst} for the
+\texttt{Organization} annotations, etc.).  You can use the gazetteer editor to
+create new empty lists for types that are not already in your gazetteer.  Note
+that if you do this, you will need to ``Save and Reinitialise'' the gazetteer
+later (the collector updates the \texttt{*.lst} files on disk, but not the
+\texttt{lists.def} file).
 
-An empty list must be created first for each annotation type, if no list exists
-already. The set of lists must be loaded into GATE before the PR can be run.
-If a list already exists, the list will simply be augmented with any
-new entries. The list collector will only collect one occurrence of each 
entry: it
-first checks that the entry is not present already before adding a new one.
+If a list in the gazetteer already contains entries, the collector will add new
+entries, but it will only collect one occurrence of each new entry; it checks
+that the entry is not present already before adding it.
 
 
 There are 4 runtime parameters:
 \begin{itemize}
-\item annotationTypes:  a list of the annotation types that
-should be collected
+\item annotationTypes: a list of the annotation types that should be collected
 \item gazetteer: the gazetteer where the results will be stored (this must be
-already loaded in GATE)
+  already loaded in GATE)
 \item markupASname: the annotation set from which the annotation types should 
be
-collected
+  collected
 \item theLanguage: sets the language feature of the gazetteer lists to be
-created to the appropriate language (in the case where lists are collected for
-different languages)
+  created to the appropriate language (in the case where lists are collected 
for
+  different languages)
 \end{itemize}
 
 Figure \ref{fig:list_collector_snapshot} shows a screenshot of a set of lists
@@ -600,8 +606,7 @@
 Organisation, Location and a list of stopwords. Each list has a majorType whose
 value is the type of list, a minorType `inferred' (since the lists have been
 inferred from the text), and the language `Hindi'.
-
-
+%%
 \begin{figure*}[htbp]
 \begin{center}
 \includegraphics[scale=0.5]{list_collector_snapshot.png}
@@ -610,6 +615,7 @@
 \label{fig:list_collector_snapshot}
 \end{figure*}
 
+
 The list collector also has a facility to split the Person names that it
 collects into their individual tokens, so that it adds both the entire name to
 the list, and adds each of the tokens to the list (i.e. each of the first 
names,
@@ -624,9 +630,7 @@
 names can be combined together in different ways. The facility for splitting
 Person names is hardcoded in the file
 gate/src/gate/creole/GazetteerListsCollector.java and is commented.
-
-
-
+%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \sect[sec:gazetteers:ontoRootGaz]{OntoRoot Gazetteer}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to