Revision: 15109
          http://gate.svn.sourceforge.net/gate/?rev=15109&view=rev
Author:   nirajaswani
Date:     2012-01-18 15:14:07 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
mention of allowing users to specify annotation type for individual gazetteer 
lists

Modified Paths:
--------------
    userguide/trunk/annie.tex
    userguide/trunk/recent-changes.tex

Modified: userguide/trunk/annie.tex
===================================================================
--- userguide/trunk/annie.tex   2012-01-18 15:01:22 UTC (rev 15108)
+++ userguide/trunk/annie.tex   2012-01-18 15:14:07 UTC (rev 15109)
@@ -246,18 +246,23 @@
 \end{verbatim}\end{small}
 
 An index file (lists.def) is used to access these lists; for each list, a
-major type is specified and, optionally, a minor type \footnote{It is also
-possible to include a language in the same way, where lists for
-different languages are used, though ANNIE is only concerned
- with monolingual recognition}. In the example below,
+major type is specified and, optionally, a minor type. It is also
+possible to include a language in the same way (fourth column), 
+where lists for different languages are used, though ANNIE is 
+only concerned with monolingual recognition.  By default, the 
+Gazetteer PR creates a Lookup annotation for every gazetteer
+entry it finds in the text.  One can also specify an annotation type
+(fifth column) specific to an individual list.  In the example below, 
 the first column refers to the list name, the second column to the
-major type, and the third to the minor type. These lists are compiled
-into finite state machines. Any text tokens that are matched by these
-machines will be annotated with features specifying the major and
-minor types. Grammar rules then specify the types to be identified in
-particular circumstances. Each gazetteer list should reside in the
-same directory as the index file.
+major type, and the third to the minor type.
 
+These lists are compiled into finite state machines. Any text tokens
+that are matched by these machines will be annotated with features
+specifying the major and minor types. Grammar rules then specify
+the types to be identified in particular circumstances. Each 
+gazetteer list should reside in the same directory as the index 
+file.
+
 \begin{small}\begin{verbatim}
 currency_prefix.lst:currency_unit:pre_amount
 currency_unit.lst:currency_unit:post_amount
@@ -265,13 +270,12 @@
 day.lst:date:day
 \end{verbatim}\end{small}
 
-So, for example, if a
-specific day needs to be identified, the minor type `day' should be
-specified in the grammar, in order to match only information about specific
-days; if any kind of date needs to be identified,the major type `date'
-should be specified, to enable tokens annotated with any information about
-dates to be identified. More information about this can be found in
-the following section.
+So, for example, if a specific day needs to be identified, the minor
+type `day' should be specified in the grammar, in order to match 
+only information about specific days; if any kind of date needs to be
+identified,the major type `date' should be specified, to enable tokens
+annotated with any information about dates to be identified. More
+information about this can be found in the following section.
 
 In addition, the gazetteer allows arbitrary feature values to be associated
 with particular entries in a single list.  ANNIE does not use this capability,

Modified: userguide/trunk/recent-changes.tex
===================================================================
--- userguide/trunk/recent-changes.tex  2012-01-18 15:01:22 UTC (rev 15108)
+++ userguide/trunk/recent-changes.tex  2012-01-18 15:14:07 UTC (rev 15109)
@@ -47,6 +47,11 @@
 Developer. This is useful when working with languages such as Arabic and Urdu. 
Please
 see Section \ref{sec:developer:documents} for more information.
 
+The Default ANNIE Gazetteer now allows a user to specify different annotation 
types
+to be used for annotating entries from different lists. For example, a user 
may want to 
+find city names mentioned in a gazetteer list (e.g. city.lst) and annotate the 
matching 
+strings as City. Please see Section \ref{sec:annie:gazetteer} for more details.
+
 \rcSubsect{December 2011}
 
 Segment Processing PR has two additional run-time parameters called 

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to