Revision: 17529
          http://sourceforge.net/p/gate/code/17529
Author:   markagreenwood
Date:     2014-03-04 15:11:30 +0000 (Tue, 04 Mar 2014)
Log Message:
-----------
made a note of the ANNIC query parser bug

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

Modified: userguide/trunk/recent-changes.tex
===================================================================
--- userguide/trunk/recent-changes.tex  2014-03-04 14:41:51 UTC (rev 17528)
+++ userguide/trunk/recent-changes.tex  2014-03-04 15:11:30 UTC (rev 17529)
@@ -21,11 +21,28 @@
 
 \rcSect[next-release]{Next Release}
 
+\rcSubsect{March 2014}
+
+Fixed a bug in the ANNIC query parser related to the escaping of reserved
+characters within feature values.
+
 \rcSubsect{February 2014}
 
 The Twitter JSON document format and corpus population tool are now documented
 in the Twitter plugin (Section~\ref{sec:creole:tweet}).
 
+There has been a fairly extensive clean out of old deprecated and unsupported
+code from the main code base. In general this should not cause any problems,
+as the code has been deprecated for a long time, with sensible replacements
+provided. The one change that might cause problems is the removal of the
+\verb|annotations| parameters from the right hand side of JAPE rules. If you 
try
+loading an old JAPE grammar and it fails with an error along the lines of
+\verb|Error: annotations cannot be resolved at line X| then you will need to
+fix the JAPE files before they will load. Either update the code to correctly
+use the \verb|inputAS| and \verb|outputAS| parameters or if this looks too
+complex simply add the following line to the beginning of the right hand side
+code block: \verb|AnnotationSet annotations = outputAS;|
+
 \rcSubsect{January 2014}
 
 A new plugin that allows for document normalization has been added. This

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


------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to