nlp_serde
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.sameersingh.nlp_serde</groupId>
<artifactId>nlp_serde</artifactId>
<version>0.0.2</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.sameersingh.nlp_serde</groupId>
<artifactId>nlp_serde</artifactId>
<version>0.0.2</version>
<name>${project.artifactId}</name>
<description>Serialization and Deserialization for NLP Annotated Documents.</description>
<url>http://www.sameersingh.org/nlp_serde</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Sameer Singh</name>
<email>sameeersingh@gmail.com</email>
<organization>University of Washington</organization>
<organizationUrl>http://www.sameersingh.org</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/sameersingh/nlp_serde</url>
<connection>scm:git:git://github.com/sameersingh/nlp_serde.git</connection>
<developerConnection>scm:git:git@github.com:sameersingh/nlp_serde.git</developerConnection>
<tag>nlp_serde-0.0.2</tag>
</scm>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<encoding>UTF-8</encoding>
<scala.tools.version>2.10</scala.tools.version>
<scala.version>2.11.4</scala.version>
</properties>
<repositories>
<repository>
<id>dev-iesl.cs.umass.edu</id>
<name>dev-iesl.cs.umass.edu</name>
<url>https://dev-iesl.cs.umass.edu/nexus/content/repositories/releases/</url>
</repository>
<repository>
<id>dev-iesl.cs.umass.edu/thirdparty</id>
<name>dev-iesl.cs.umass.edu/thirdparty</name>
<url>https://dev-iesl.cs.umass.edu/nexus/content/repositories/thirdparty/</url>
</repository>
<repository>
<id>typesafe-releases</id>
<name>typesafe-releases</name>
<url>http://repo.typesafe.com/typesafe/releases/</url>
</repository>
<repository>
<id>typesafe-snapshots</id>
<name>typesafe-snapshots</name>
<url>http://repo.typesafe.com/typesafe/snapshots/</url>
</repository>
<repository>
<id>local-repo</id>
<url>file://${basedir}/repo</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
</dependency>
<dependency>
<groupId>org.sameersingh.htmlgen</groupId>
<artifactId>htmlgen</artifactId>
<version>0.2</version>
</dependency>
<!-- For bunzip -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.0</version>
</dependency>
<!-- Annotated Gigaword -->
<dependency>
<groupId>edu.jhu.agiga</groupId>
<artifactId>agiga</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.nytlabs.corpus</groupId>
<artifactId>timestools</artifactId>
<version>1.0</version>
</dependency>
<!-- Stanford NLP -->
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>3.4</version>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>3.4</version>
<classifier>models</classifier>
</dependency>
<!-- Json -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-json_2.11</artifactId>
<version>2.3.4</version>
</dependency>
<!-- Logging -->
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging_2.11</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging-slf4j_2.11</artifactId>
<version>2.1.2</version>
</dependency>
<!--dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging-slf4j-api_2.11</artifactId>
<version>2.1.2</version>
</dependency-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.3</version>
</dependency>
<!-- MultiR -->
<dependency>
<groupId>multirexperiments</groupId>
<artifactId>multirexperiments_${scala.tools.version}</artifactId>
<version>0.1</version>
</dependency>
<!--dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>multir-framework_${scala.tools.version}</artifactId>
<version>0.3-SNAPSHOT</version>
<scope>system</scope>
<systemPath>/homes/gws/xiaoling/.m2/repository/edu/washington/cs/knowitall/multir-framework_2.10/0.3-SNAPSHOT/multir-framework_2.10-0.3-SNAPSHOT.jar</systemPath>
</dependency-->
<!-- MongoDB -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>2.11.4</version>
<!--<artifactId>casbah_${scala.tools.version}</artifactId>-->
<!--<version>2.7.3</version>-->
<!--<type>pom</type>-->
</dependency>
<!-- figer -->
<dependency>
<groupId>figer</groupId>
<artifactId>figer_${scala.tools.version}</artifactId>
<version>0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>3.0.1</version>
</dependency>
<!-- Test -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<testSourceDirectory>src/test/scala</testSourceDirectory>
<plugins>
<plugin>
<!-- see http://davidb.github.com/scala-maven-plugin -->
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.6</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>doc-jar</goal>
</goals>
</execution>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
<configuration>
<args>
<!--arg>-make:transitive</arg-->
<arg>-dependencyfile</arg>
<arg>${project.build.directory}/.scala_dependencies</arg>
</args>
</configuration>
</execution>
</executions>
<configuration>
<!--recompileMode>incremental</recompileMode>
<useZincServer>true</useZincServer-->
<launchers>
<launcher>
<id>xlinker</id>
<mainClass>nlp_serde.annotators.CrossWikiLinker</mainClass>
<jvmArgs>
<jvmArg>-Xmx16g</jvmArg>
</jvmArgs>
</launcher>
<launcher>
<id>iai-topic</id>
<mainClass>nlp_serde.apps.d2d.IAITopicReader</mainClass>
<jvmArgs>
<jvmArg>-Xmx16g</jvmArg>
</jvmArgs>
</launcher>
</launchers>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version>
<configuration>
<useFile>false</useFile>
<disableXmlReport>true</disableXmlReport>
<!-- If you have classpath issue like NoDefClassError,... -->
<!-- useManifestOnlyJar>false</useManifestOnlyJar -->
<includes>
<include>**/*Test.*</include>
<include>**/*Suite.*</include>
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>fully.qualified.MainClass</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</project>