Revision: 19282
http://sourceforge.net/p/gate/code/19282
Author: markagreenwood
Date: 2016-05-09 12:21:36 +0000 (Mon, 09 May 2016)
Log Message:
-----------
cleaned up all the license headers to use GNU GPL to be compatible with the
Stanford libs and added some appropriate documentation
Modified Paths:
--------------
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/DependencyMode.java
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/DependencyRelation.java
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/NER.java
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Parser.java
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/StanfordSentence.java
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tagger.java
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tokenizer.java
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/apps/EnglishDependencies.java
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/apps/EnglishPOSDependencies.java
Added Paths:
-----------
gate/trunk/plugins/Stanford_CoreNLP/README.TXT
Removed Paths:
-------------
gate/trunk/plugins/Stanford_CoreNLP/doc/updating-instructions.txt
Property Changed:
----------------
gate/trunk/plugins/Stanford_CoreNLP/
gate/trunk/plugins/Stanford_CoreNLP/doc/
Index: gate/trunk/plugins/Stanford_CoreNLP
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP 2016-05-09 08:38:24 UTC (rev 19281)
+++ gate/trunk/plugins/Stanford_CoreNLP 2016-05-09 12:21:36 UTC (rev 19282)
Property changes on: gate/trunk/plugins/Stanford_CoreNLP
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,2 ##
+classes
+gate-stanford.jar
Added: gate/trunk/plugins/Stanford_CoreNLP/README.TXT
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/README.TXT
(rev 0)
+++ gate/trunk/plugins/Stanford_CoreNLP/README.TXT 2016-05-09 12:21:36 UTC
(rev 19282)
@@ -0,0 +1,2 @@
+This plugin makes a number of libraries developed by the Stanford NLP group
+available within GATE. For more details see http://nlp.stanford.edu/software/
\ No newline at end of file
Index: gate/trunk/plugins/Stanford_CoreNLP/doc
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/doc 2016-05-09 08:38:24 UTC (rev
19281)
+++ gate/trunk/plugins/Stanford_CoreNLP/doc 2016-05-09 12:21:36 UTC (rev
19282)
Property changes on: gate/trunk/plugins/Stanford_CoreNLP/doc
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+javadoc
Deleted: gate/trunk/plugins/Stanford_CoreNLP/doc/updating-instructions.txt
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/doc/updating-instructions.txt
2016-05-09 08:38:24 UTC (rev 19281)
+++ gate/trunk/plugins/Stanford_CoreNLP/doc/updating-instructions.txt
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,12 +0,0 @@
-How to release upgrade with new Stanford CoreNLP version:
-- download and unpack new: Tagger, NER, Parser
-- update Stanford_CoreNLP jars with new names
-- update Stanford_CoreNLP creole paths
-- update Stanford_CoreNLP parser, ner, pos tagger model files
-- maybe update Stanford_CoreNLP PRs with new model file names
-- rebuilt Stanford_CoreNLP jar
-- put new jar in twitter postraining dir
-- rebuild twitter models
-- copy twitter models into gate-code
-- copy twitter models into standalone
-- rebuild twitie_tag
\ No newline at end of file
Modified:
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/DependencyMode.java
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/DependencyMode.java
2016-05-09 08:38:24 UTC (rev 19281)
+++ gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/DependencyMode.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,13 +1,21 @@
/*
- * Copyright (c) 2006-2012, 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
- * software, licenced under the GNU Library General Public License,
- * Version 2, June 1991 (in the distribution as file licence.html,
- * and also available at http://gate.ac.uk/gate/licence.html).
- *
- * $Id: DependencyMode.java 15609 2012-03-21 11:00:31Z adamfunk $
+ * Copyright (c) 2006-2016, The University of Sheffield. See the file
+ * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ *
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * $Id: DependencyMode.java 15609 2012-03-21 11:00:31Z adamfunk $
*/
package gate.stanford;
Modified:
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/DependencyRelation.java
===================================================================
---
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/DependencyRelation.java
2016-05-09 08:38:24 UTC (rev 19281)
+++
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/DependencyRelation.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,12 +1,20 @@
/*
- * Copyright (c) 2006-2012, The University of Sheffield. See the file
- * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ * Copyright (c) 2006-2016, The University of Sheffield. See the file
+ * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ *
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
*
- * This file is part of GATE (see http://gate.ac.uk/), and is free
- * software, licenced under the GNU Library General Public License,
- * Version 2, June 1991 (in the distribution as file licence.html,
- * and also available at http://gate.ac.uk/gate/licence.html).
- *
* $Id: DependencyRelation.java 15600 2012-03-19 15:40:56Z adamfunk $
*/
package gate.stanford;
Modified: gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/NER.java
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/NER.java
2016-05-09 08:38:24 UTC (rev 19281)
+++ gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/NER.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,12 +1,20 @@
/*
- * Copyright (c) 1995-2013, The University of Sheffield. See the file
+ * Copyright (c) 2006-2016, 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 software,
- * licenced under the GNU Library General Public License, Version 2, June 1991
- * (in the distribution as file licence.html, and also available at
- * http://gate.ac.uk/gate/licence.html).
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
*
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Leon Derczynski, 22 Oct 2013
*
* $Id: NER.java 15468 2013-10-22 21:13:15Z $
@@ -14,17 +22,12 @@
package gate.stanford;
+import edu.stanford.nlp.ie.AbstractSequenceClassifier;
+import edu.stanford.nlp.ie.crf.CRFClassifier;
import edu.stanford.nlp.ling.CoreAnnotations;
import edu.stanford.nlp.ling.CoreLabel;
-import edu.stanford.nlp.ling.TaggedWord;
-import edu.stanford.nlp.ling.Word;
-import edu.stanford.nlp.ie.*;
-import edu.stanford.nlp.ie.crf.CRFClassifier;
-
import gate.Annotation;
import gate.AnnotationSet;
-import gate.Factory;
-import gate.FeatureMap;
import gate.Resource;
import gate.Utils;
import gate.creole.AbstractLanguageAnalyser;
@@ -35,7 +38,6 @@
import gate.creole.metadata.Optional;
import gate.creole.metadata.RunTime;
import gate.creole.metadata.Sharable;
-import gate.util.GateRuntimeException;
import gate.util.InvalidOffsetException;
import gate.util.OffsetComparator;
import gate.util.SimpleFeatureMapImpl;
@@ -206,7 +208,9 @@
String previousLabel = outsideLabel;
Long previousEnd = new Long(-1);
Long entityStart = new Long(-1);
- Long entityEnd = new Long(-1);
+
+ //No idea why this was there so lets comment it out
+ //Long entityEnd = new Long(-1);
Annotation annot;
String nerLabel = "";
Modified: gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Parser.java
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Parser.java
2016-05-09 08:38:24 UTC (rev 19281)
+++ gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Parser.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,12 +1,20 @@
/*
- * Copyright (c) 2006-2012, The University of Sheffield. See the file
- * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ * Copyright (c) 2006-2016, The University of Sheffield. See the file
+ * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ *
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
*
- * This file is part of GATE (see http://gate.ac.uk/), and is free
- * software, licenced under the GNU Library General Public License,
- * Version 2, June 1991 (in the distribution as file licence.html,
- * and also available at http://gate.ac.uk/gate/licence.html).
- *
* $Id: Parser.java 17831 2014-04-15 09:37:23Z ian_roberts $
*/
package gate.stanford;
@@ -23,7 +31,6 @@
import gate.AnnotationSet;
import gate.Factory;
import gate.FeatureMap;
-import gate.Gate;
import gate.ProcessingResource;
import gate.Resource;
import gate.creole.ANNIEConstants;
@@ -242,7 +249,7 @@
}
sentencesDone++;
- fireProgressChanged((int)(100 * sentencesDone / nbrSentences));
+ fireProgressChanged(100 * sentencesDone / nbrSentences);
}
@@ -278,8 +285,8 @@
if (reusePosTags) {
int nbrMissingTags = stanfordSentence.numberOfMissingPosTags();
if (nbrMissingTags > 0) {
- double percentMissing = Math.ceil(100.0 * ((float) nbrMissingTags) /
- ((float) stanfordSentence.numberOfTokens()) );
+ double percentMissing = Math.ceil(100.0 * (nbrMissingTags) /
+ (stanfordSentence.numberOfTokens()) );
System.err.println("Warning (sentence " + sentCtr + "): " + (int)
percentMissing
+ "% of the Tokens are missing POS tags." );
}
Modified:
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/StanfordSentence.java
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/StanfordSentence.java
2016-05-09 08:38:24 UTC (rev 19281)
+++ gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/StanfordSentence.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,12 +1,20 @@
/*
- * Copyright (c) 2006-2012, The University of Sheffield. See the file
- * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ * Copyright (c) 2006-2016, The University of Sheffield. See the file
+ * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ *
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
*
- * This file is part of GATE (see http://gate.ac.uk/), and is free
- * software, licenced under the GNU Library General Public License,
- * Version 2, June 1991 (in the distribution as file licence.html,
- * and also available at http://gate.ac.uk/gate/licence.html).
- *
* $Id: StanfordSentence.java 15600 2012-03-19 15:40:56Z adamfunk $
*/
package gate.stanford;
Modified: gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tagger.java
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tagger.java
2016-05-09 08:38:24 UTC (rev 19281)
+++ gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tagger.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,12 +1,20 @@
/*
- * Copyright (c) 1995-2013, The University of Sheffield. See the file
+ * Copyright (c) 2006-2016, 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 software,
- * licenced under the GNU Library General Public License, Version 2, June 1991
- * (in the distribution as file licence.html, and also available at
- * http://gate.ac.uk/gate/licence.html).
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
*
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Leon Derczynski, 11 Jun 2012
*
* $Id: Tagger.java 15468 2012-02-25 14:41:15Z $
@@ -226,8 +234,7 @@
Iterator<Annotation> tokIter = tokensInCurrentSentence.iterator();
while(resIter.hasNext()) {
Annotation annot = tokIter.next();
- addFeatures(annot, TOKEN_CATEGORY_FEATURE_NAME, ((String)resIter
- .next().tag()));
+ addFeatures(annot, TOKEN_CATEGORY_FEATURE_NAME,
(resIter.next().tag()));
}
fireProgressChanged(sentIndex++ * 100 / sentCnt);
}// while(sentencesIter.hasNext())
@@ -269,8 +276,7 @@
Iterator<Annotation> tokIter = tokensInCurrentSentence.iterator();
while(resIter.hasNext()) {
Annotation annot = tokIter.next();
- addFeatures(annot, TOKEN_CATEGORY_FEATURE_NAME, ((String)resIter
- .next().tag()));
+ addFeatures(annot, TOKEN_CATEGORY_FEATURE_NAME,
(resIter.next().tag()));
}
}// if(currentToken != null)
fireProcessFinished();
@@ -329,7 +335,7 @@
new ArrayList<Annotation>(annotations.get());
boolean found = false;
for(int i = 0; i < tempList.size(); i++) {
- Annotation annotation = (Annotation)tempList.get(i);
+ Annotation annotation = tempList.get(i);
if(annotation.getStartNode().getOffset().intValue() == start &&
annotation.getEndNode().getOffset().intValue() == end) {
// this is the one
Modified: gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tokenizer.java
===================================================================
--- gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tokenizer.java
2016-05-09 08:38:24 UTC (rev 19281)
+++ gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/Tokenizer.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,12 +1,20 @@
/*
- * Copyright (c) 1995-2013, The University of Sheffield. See the file
+ * Copyright (c) 1995-2016, 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 software,
- * licenced under the GNU Library General Public License, Version 2, June 1991
- * (in the distribution as file licence.html, and also available at
- * http://gate.ac.uk/gate/licence.html).
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
*
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Leon Derczynski, 22 Oct 2013
*
* $Id: Tokenizer.java 15468 2013-10-22 21:13:15Z $
@@ -16,16 +24,10 @@
import edu.stanford.nlp.ling.CoreLabel;
-import edu.stanford.nlp.ling.HasWord;
import edu.stanford.nlp.process.CoreLabelTokenFactory;
import edu.stanford.nlp.process.PTBTokenizer;
-
-import gate.Annotation;
import gate.AnnotationSet;
-import gate.Factory;
-import gate.FeatureMap;
import gate.Resource;
-import gate.Utils;
import gate.creole.AbstractLanguageAnalyser;
import gate.creole.ExecutionException;
import gate.creole.ResourceInstantiationException;
@@ -33,23 +35,12 @@
import gate.creole.metadata.CreoleResource;
import gate.creole.metadata.Optional;
import gate.creole.metadata.RunTime;
-import gate.creole.metadata.Sharable;
-import gate.util.GateRuntimeException;
import gate.util.InvalidOffsetException;
-import gate.util.OffsetComparator;
import gate.util.SimpleFeatureMapImpl;
import java.io.StringReader;
-import java.io.IOException;
-import java.net.URL;
import java.text.NumberFormat;
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.List;
-import java.util.ListIterator;
-import org.apache.log4j.Level;
import org.apache.log4j.Logger;
/**
Modified:
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/apps/EnglishDependencies.java
===================================================================
---
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/apps/EnglishDependencies.java
2016-05-09 08:38:24 UTC (rev 19281)
+++
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/apps/EnglishDependencies.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2006-2016, The University of Sheffield. See the file
+ * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ *
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package gate.stanford.apps;
import gate.creole.PackagedController;
Modified:
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/apps/EnglishPOSDependencies.java
===================================================================
---
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/apps/EnglishPOSDependencies.java
2016-05-09 08:38:24 UTC (rev 19281)
+++
gate/trunk/plugins/Stanford_CoreNLP/src/gate/stanford/apps/EnglishPOSDependencies.java
2016-05-09 12:21:36 UTC (rev 19282)
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2006-2016, The University of Sheffield. See the file
+ * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt
+ *
+ * This program is free software: you can redistribute it and/or modify it
under
+ * the terms of the GNU General Public License as published by the Free
Software
+ * Foundation, either version 3 of the License, or (at your option) any later
+ * version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package gate.stanford.apps;
import gate.creole.PackagedController;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs