Revision: 17300
http://sourceforge.net/p/gate/code/17300
Author: adamfunk
Date: 2014-02-13 15:37:49 +0000 (Thu, 13 Feb 2014)
Log Message:
-----------
Tidying up a few things.
Modified Paths:
--------------
gate/trunk/plugins/TermRaider/src/gate/termraider/bank/AbstractPairbank.java
gate/trunk/plugins/TermRaider/src/gate/termraider/bank/PMIBank.java
gate/trunk/plugins/TermRaider/src/gate/termraider/util/AbstractBank.java
Modified:
gate/trunk/plugins/TermRaider/src/gate/termraider/bank/AbstractPairbank.java
===================================================================
---
gate/trunk/plugins/TermRaider/src/gate/termraider/bank/AbstractPairbank.java
2014-02-13 15:20:19 UTC (rev 17299)
+++
gate/trunk/plugins/TermRaider/src/gate/termraider/bank/AbstractPairbank.java
2014-02-13 15:37:49 UTC (rev 17300)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008--2013, The University of Sheffield. See the file
+ * Copyright (c) 2008--2014, The University of Sheffield. See the file
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
*
* This file is part of GATE (see http://gate.ac.uk/), and is free
@@ -33,7 +33,6 @@
// CREOLE init parameters
protected boolean debugMode;
protected String inputASName;
- protected String namespaceBase;
protected transient List<Action> actionsList;
@@ -236,18 +235,6 @@
return this.debugMode;
}
- /* Set this in the application for consistency between termbanks;
- * otherwise it will be randomly generated. */
- @CreoleParameter(comment = "Namespace base (including '#') for ontology
generation",
- defaultValue = "")
- public void setNamespaceBase(String nsb) {
- this.namespaceBase = nsb;
- }
-
- public String getNamespaceBase() {
- return this.namespaceBase;
- }
-
}
Modified: gate/trunk/plugins/TermRaider/src/gate/termraider/bank/PMIBank.java
===================================================================
--- gate/trunk/plugins/TermRaider/src/gate/termraider/bank/PMIBank.java
2014-02-13 15:20:19 UTC (rev 17299)
+++ gate/trunk/plugins/TermRaider/src/gate/termraider/bank/PMIBank.java
2014-02-13 15:37:49 UTC (rev 17300)
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008--2012, The University of Sheffield. See the file
+ * Copyright (c) 2008--2014, The University of Sheffield. See the file
* COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
*
* This file is part of GATE (see http://gate.ac.uk/), and is free
Modified:
gate/trunk/plugins/TermRaider/src/gate/termraider/util/AbstractBank.java
===================================================================
--- gate/trunk/plugins/TermRaider/src/gate/termraider/util/AbstractBank.java
2014-02-13 15:20:19 UTC (rev 17299)
+++ gate/trunk/plugins/TermRaider/src/gate/termraider/util/AbstractBank.java
2014-02-13 15:37:49 UTC (rev 17300)
@@ -80,7 +80,7 @@
/* Default value is overridden in the implementations */
- @CreoleParameter(comment = "name of ontology score property",
+ @CreoleParameter(comment = "name of score property",
defaultValue = "score")
public void setScoreProperty(String name) {
this.scoreProperty = name;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience. Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs