Revision: 15897
          http://gate.svn.sourceforge.net/gate/?rev=15897&view=rev
Author:   adamfunk
Date:     2012-06-22 14:34:14 +0000 (Fri, 22 Jun 2012)
Log Message:
-----------
Removed obsolete library from eclipse build path; fixed typo in
POSTagger error message.

Modified Paths:
--------------
    gate/trunk/.classpath
    gate/trunk/src/gate/creole/POSTagger.java

Modified: gate/trunk/.classpath
===================================================================
--- gate/trunk/.classpath       2012-06-22 01:28:51 UTC (rev 15896)
+++ gate/trunk/.classpath       2012-06-22 14:34:14 UTC (rev 15897)
@@ -28,6 +28,7 @@
        <classpathentry kind="src" output="plugins/LingPipe/build" 
path="plugins/LingPipe/src"/>
        <classpathentry kind="src" output="plugins/Ontology/build" 
path="plugins/Ontology/src"/>
        <classpathentry kind="src" output="plugins/Format_PubMed/classes" 
path="plugins/Format_PubMed/src"/>
+       <classpathentry kind="src" path="plugins/Language_Identification/src"/>
        <classpathentry exported="true" kind="lib" path="lib/jdom.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/ant.jar"/>

Modified: gate/trunk/src/gate/creole/POSTagger.java
===================================================================
--- gate/trunk/src/gate/creole/POSTagger.java   2012-06-22 01:28:51 UTC (rev 
15896)
+++ gate/trunk/src/gate/creole/POSTagger.java   2012-06-22 14:34:14 UTC (rev 
15897)
@@ -31,6 +31,8 @@
         comment = "Mark Hepple's Brill-style POS tagger")
 public class POSTagger extends AbstractLanguageAnalyser {
 
+  private static final long serialVersionUID = 7680938864165071808L;
+
   public static final String
     TAG_DOCUMENT_PARAMETER_NAME = "document";
 
@@ -62,7 +64,7 @@
   @RunTime
   @Optional
   @CreoleParameter(
-    comment = "Throw and exception when there are none of the required input 
annotations",
+    comment = "Throw an exception when there are none of the required input 
annotations",
     defaultValue = "true")  
   public void setFailOnMissingInputAnnotations(Boolean fail) {
     failOnMissingInputAnnotations = fail;

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to