![JAR search and dependency download from the Maven repository](/logo.png)
assemblies.dist.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dkpro-jwktl Show documentation
Show all versions of dkpro-jwktl Show documentation
JWKTL (Java Wiktionary Library) is a Java-based API that enables efficient and structured access to the information encoded in the English and the German Wiktionary edition, including sense definitions, part of speech tags, etymology, example sentences, translations, semantic relations and many other lexical information types.
The newest version!
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> <id>bin</id> <formats> <format>dir</format> <format>zip</format> </formats> <includeBaseDirectory>false</includeBaseDirectory> <dependencySets> <!-- Class files and dependencies --> <dependencySet> <unpack>false</unpack> <useProjectArtifact>true</useProjectArtifact> <excludes> <exclude>com.sleepycat:je</exclude> </excludes> <outputDirectory>lib</outputDirectory> </dependencySet> </dependencySets> <fileSets> <!-- General documentation and license --> <fileSet> <includes> <include>CHANGELOG.txt</include> <include>LICENSE.txt</include> <include>NOTICE.txt</include> <include>README.txt</include> <include>pom.xml</include> <include>license/*</include> </includes> </fileSet> <!-- Example Files --> <fileSet> <directory>src/main/java</directory> <includes> <include>de/tudarmstadt/ukp/jwktl/WiktionaryCli.java</include> <include>de/tudarmstadt/ukp/jwktl/examples/*.java</include> </includes> <outputDirectory>examples</outputDirectory> </fileSet> <!-- Javadoc --> <fileSet> <directory>target/site/apidocs</directory> <outputDirectory>javadoc</outputDirectory> </fileSet> </fileSets> </assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy