Revision: 19279
http://sourceforge.net/p/gate/code/19279
Author: markagreenwood
Date: 2016-05-09 06:45:01 +0000 (Mon, 09 May 2016)
Log Message:
-----------
an app wrapper and remove the javadoc as that shouldn't be checked in
Modified Paths:
--------------
gate/trunk/plugins/Tagger_GATE-Time/.classpath
gate/trunk/plugins/Tagger_GATE-Time/resources/ml-events/savedFiles/logFileForNLPLearning.save
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/HeideltimeWrapper.java
Added Paths:
-----------
gate/trunk/plugins/Tagger_GATE-Time/src/gate/
gate/trunk/plugins/Tagger_GATE-Time/src/gate/creole/
gate/trunk/plugins/Tagger_GATE-Time/src/gate/creole/time/
gate/trunk/plugins/Tagger_GATE-Time/src/gate/creole/time/TimeMLEventDetection.java
Removed Paths:
-------------
gate/trunk/plugins/Tagger_GATE-Time/doc/javadoc/
Modified: gate/trunk/plugins/Tagger_GATE-Time/.classpath
===================================================================
--- gate/trunk/plugins/Tagger_GATE-Time/.classpath 2016-05-09 01:22:42 UTC
(rev 19278)
+++ gate/trunk/plugins/Tagger_GATE-Time/.classpath 2016-05-09 06:45:01 UTC
(rev 19279)
@@ -5,5 +5,5 @@
<classpathentry kind="lib" path="lib/uima-core.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/GATE"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="output" path="classes"/>
</classpath>
Modified:
gate/trunk/plugins/Tagger_GATE-Time/resources/ml-events/savedFiles/logFileForNLPLearning.save
===================================================================
---
gate/trunk/plugins/Tagger_GATE-Time/resources/ml-events/savedFiles/logFileForNLPLearning.save
2016-05-09 01:22:42 UTC (rev 19278)
+++
gate/trunk/plugins/Tagger_GATE-Time/resources/ml-events/savedFiles/logFileForNLPLearning.save
2016-05-09 06:45:01 UTC (rev 19279)
@@ -8364,3 +8364,13 @@
Learner nick name: PAUM
Learner parameter settings: PAUM
Surroud mode (or chunk learning): true
+09-May-2016 07:36:44:
+
+*************************
+A new session for NLP learning is starting:
20160509_073644file:/home/mark/gate-top/externals/gate/plugins/Tagger_GATE-Time/resources/ml-events/event-config.xml
(saved 20160503_172358, 483166secs ago)The initiliased time of NLP learning:
Mon May 09 07:36:44 BST 2016
+Working directory:
/home/mark/gate-top/externals/gate/plugins/Tagger_GATE-Time/resources/ml-events
+The feature files and models are saved at:
/home/mark/gate-top/externals/gate/plugins/Tagger_GATE-Time/resources/ml-events/savedFiles
+Learner name: PAUM
+Learner nick name: PAUM
+Learner parameter settings: PAUM
+Surroud mode (or chunk learning): true
Modified:
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/HeideltimeWrapper.java
===================================================================
---
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/HeideltimeWrapper.java
2016-05-09 01:22:42 UTC (rev 19278)
+++
gate/trunk/plugins/Tagger_GATE-Time/src/de/mpii/nlp/gate/heideltime/HeideltimeWrapper.java
2016-05-09 06:45:01 UTC (rev 19279)
@@ -161,7 +161,6 @@
* -- tokenAnnotationType
* -- posAnnotationAsTokenAttribute
* The document creation time has to be set separately.
- * @return
*/
@Override
public Resource init() throws InitializationException{
Added:
gate/trunk/plugins/Tagger_GATE-Time/src/gate/creole/time/TimeMLEventDetection.java
===================================================================
---
gate/trunk/plugins/Tagger_GATE-Time/src/gate/creole/time/TimeMLEventDetection.java
(rev 0)
+++
gate/trunk/plugins/Tagger_GATE-Time/src/gate/creole/time/TimeMLEventDetection.java
2016-05-09 06:45:01 UTC (rev 19279)
@@ -0,0 +1,31 @@
+/*
+ * TimeMLEventDetection.java
+ *
+ * Copyright (c) 2016, The University of Sheffield.
+ *
+ * This file is part of GATE (see http://gate.ac.uk/), and is free
+ * software, licenced under the GNU Library General Public License,
+ * Version 3, 29 June 2007.
+ *
+ * A copy of this licence is included in the distribution in the file
+ * licence.html, and is also available at http://gate.ac.uk/gate/licence.html.
+ *
+ * Mark A. Greenwood, 09/05/2016
+ */
+
+package gate.creole.time;
+
+import gate.creole.PackagedController;
+import gate.creole.metadata.AutoInstance;
+import gate.creole.metadata.AutoInstanceParam;
+import gate.creole.metadata.CreoleResource;
+
+@CreoleResource(name = "TimeML Event Detection", autoinstances =
@AutoInstance(parameters = {
+ @AutoInstanceParam(name="pipelineURL",
value="resources/applications/tml-events-ml-application.gapp"),
+ @AutoInstanceParam(name="menu", value="TimeML")}),
+ comment = "TimeML Event Detection Application")
+public class TimeMLEventDetection extends PackagedController {
+
+ private static final long serialVersionUID = 2014950451164916200L;
+
+}
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