Revision: 17392
          http://sourceforge.net/p/gate/code/17392
Author:   markagreenwood
Date:     2014-02-21 20:31:54 +0000 (Fri, 21 Feb 2014)
Log Message:
-----------
remove the list of ANNIE PRs as we don't want people using it -- it's been 
deprecated for a very long time

Modified Paths:
--------------
    gate/trunk/src/main/gate/creole/ANNIEConstants.java

Modified: gate/trunk/src/main/gate/creole/ANNIEConstants.java
===================================================================
--- gate/trunk/src/main/gate/creole/ANNIEConstants.java 2014-02-21 20:08:43 UTC 
(rev 17391)
+++ gate/trunk/src/main/gate/creole/ANNIEConstants.java 2014-02-21 20:31:54 UTC 
(rev 17392)
@@ -19,25 +19,6 @@
 /** This interface defines constants used by the ANNIE processing resources. */
 public interface ANNIEConstants {
 
-  /**
-   * This is an array of strings containing all class names for all ANNIE PRs.
-   * @deprecated ANNIE must now be loaded from a gapp application file:
-   * <pre>
-   * SerialAnalyserController annie = (SerialAnalyserController)
-   *   PersistenceManager.loadObjectFromFile(new File(new File(
-   *     Gate.getPluginsHome(), ANNIEConstants.PLUGIN_DIR),
-   *       ANNIEConstants.DEFAULT_FILE));
-   * </pre>
-   */
-  public static final String[] PR_NAMES = {
-    "gate.creole.annotdelete.AnnotationDeletePR",
-    "gate.creole.tokeniser.DefaultTokeniser",
-    "gate.creole.gazetteer.DefaultGazetteer",
-    "gate.creole.splitter.SentenceSplitter",
-    "gate.creole.POSTagger",
-    "gate.creole.ANNIETransducer",
-    "gate.creole.orthomatcher.OrthoMatcher"
-  };
   public static final String PLUGIN_DIR = "ANNIE";
   public static final String DEFAULT_FILE = "ANNIE_with_defaults.gapp";
 

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


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to