Revision: 19529
          http://sourceforge.net/p/gate/code/19529
Author:   markagreenwood
Date:     2016-08-20 06:49:44 +0000 (Sat, 20 Aug 2016)
Log Message:
-----------
these javadoc errors are everywhere

Modified Paths:
--------------
    
gate/branches/sawdust2/plugins/Stanford_CoreNLP/src/main/java/gate/stanford/DependencyRelation.java

Modified: 
gate/branches/sawdust2/plugins/Stanford_CoreNLP/src/main/java/gate/stanford/DependencyRelation.java
===================================================================
--- 
gate/branches/sawdust2/plugins/Stanford_CoreNLP/src/main/java/gate/stanford/DependencyRelation.java
 2016-08-20 01:23:30 UTC (rev 19528)
+++ 
gate/branches/sawdust2/plugins/Stanford_CoreNLP/src/main/java/gate/stanford/DependencyRelation.java
 2016-08-20 06:49:44 UTC (rev 19529)
@@ -25,7 +25,7 @@
  * Simple data structure representing a single dependency relation. The 
"target"
  * is the Annotation ID of the dependent; the "type" is the dependency tag (<a
  * href="http://nlp.stanford.edu/software/parser-faq.shtml#c";>the Stanford
- * Parser documentation</a> contains links to the tagset</a>; for example, 
nsubj
+ * Parser documentation</a> contains links to the tagset; for example, nsubj
  * = "nominal subject", dobj = "direct object).
  */
 public class DependencyRelation implements Serializable {

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