You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by tm...@apache.org on 2014/10/15 16:04:50 UTC

svn commit: r1632048 - /ctakes/trunk/ctakes-assertion/pom.xml

Author: tmill
Date: Wed Oct 15 14:04:50 2014
New Revision: 1632048

URL: http://svn.apache.org/r1632048
Log:
Add liblinear,relation-extractor, remove zoner.

Modified:
    ctakes/trunk/ctakes-assertion/pom.xml

Modified: ctakes/trunk/ctakes-assertion/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion/pom.xml?rev=1632048&r1=1632047&r2=1632048&view=diff
==============================================================================
--- ctakes/trunk/ctakes-assertion/pom.xml (original)
+++ ctakes/trunk/ctakes-assertion/pom.xml Wed Oct 15 14:04:50 2014
@@ -29,18 +29,14 @@
 		<version>3.2.1-SNAPSHOT</version>
 	</parent>
 	<dependencies>
+    <dependency>
+      <groupId>org.apache.ctakes</groupId>
+      <artifactId>ctakes-type-system</artifactId>
+    </dependency>
 		<dependency>
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-assertion-res</artifactId>
 		</dependency>	    
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-assertion-zoner</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ctakes</groupId>
-			<artifactId>ctakes-type-system</artifactId>
-		</dependency>
     <dependency>
       <groupId>org.apache.ctakes</groupId>
       <artifactId>ctakes-dictionary-lookup</artifactId>
@@ -79,10 +75,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.cleartk</groupId>
-			<artifactId>cleartk-util</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.cleartk</groupId>
 			<artifactId>cleartk-eval</artifactId>
 		</dependency>			
 		<dependency>
@@ -225,6 +217,14 @@
 			<groupId>org.apache.ctakes</groupId>
 			<artifactId>ctakes-chunker</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>org.apache.ctakes</groupId>
+			<artifactId>ctakes-relation-extractor</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.cleartk</groupId>
+			<artifactId>cleartk-ml-liblinear</artifactId>
+		</dependency>
 	</dependencies>	
 	<build>
 		<plugins>