|
From: <mar...@us...> - 2013-09-27 09:01:11
|
Revision: 16946
http://sourceforge.net/p/gate/code/16946
Author: markagreenwood
Date: 2013-09-27 09:01:08 +0000 (Fri, 27 Sep 2013)
Log Message:
-----------
added a helpURL to the @CreoleResource annotation to point to the new documentation
Modified Paths:
--------------
gate/trunk/plugins/Tagger_Stanford/src/gate/stanford/Tagger.java
Modified: gate/trunk/plugins/Tagger_Stanford/src/gate/stanford/Tagger.java
===================================================================
--- gate/trunk/plugins/Tagger_Stanford/src/gate/stanford/Tagger.java 2013-09-27 09:00:26 UTC (rev 16945)
+++ gate/trunk/plugins/Tagger_Stanford/src/gate/stanford/Tagger.java 2013-09-27 09:01:08 UTC (rev 16946)
@@ -48,7 +48,7 @@
/**
* This class is a wrapper for the Stanford PoS tagger v3.2.0.
*/
-@CreoleResource(name = "Stanford POS Tagger", comment = "Stanford Part-of-Speech Tagger", icon = "pos-tagger")
+@CreoleResource(name = "Stanford POS Tagger", comment = "Stanford Part-of-Speech Tagger", icon = "pos-tagger", helpURL="http://gate.ac.uk/userguide/sec:misc:creole:stanford")
public class Tagger extends AbstractLanguageAnalyser {
private static final long serialVersionUID = -6001372186847970081L;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|