| 组织ID: |
org.carrot2 |
| 项目ID: |
morfologik-stemming |
| 版本: |
1.5.0 |
| 最后修改时间: |
2019-10-24 00:06:07 |
| 包类型: |
jar |
| 标题: |
Morfologik |
| 描述: |
Morfologik provides high quality lemmatisation for the Polish language,
along with tools for building and using byte-based finite state automata. |
| 相关URL: |
http://morfologik.blogspot.com/ |
| 大小: |
1.37MB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.carrot2</groupId>
<artifactId>morfologik-stemming</artifactId>
<version>1.5.0</version>
</dependency>
|
| Gradle引入代码: |
org.carrot2:morfologik-stemming:1.5.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<!-- We use SonaType for publishing artefacts. Parent POM makes things easier here. -->
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
</parent>
<!-- Project info. -->
<groupId>org.carrot2</groupId>
<artifactId>morfologik-stemming</artifactId>
<version>1.5.0</version>
<packaging>jar</packaging>
<name>Morfologik</name>
<description>Morfologik provides high quality lemmatisation for the Polish language,
along with tools for building and using byte-based finite state automata.</description>
<url>http://morfologik.blogspot.com/</url>
<!-- Extended project info. -->
<licenses>
<license>
<name>BSD</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- <organization> <name></name> <url></url> </organization> -->
<!-- <issueManagement> <system></system> <url></url> </issueManagement> -->
<mailingLists>
<mailingList>
<name>Announcements, bug reports, developers mailing list</name>
<!-- <subscribe></subscribe> <unsubscribe></unsubscribe> -->
<post>morfologik-devel@lists.sourceforge.net</post>
</mailingList>
</mailingLists>
<scm>
<url>https://morfologik.svn.sourceforge.net/svnroot/morfologik/morfologik-stemming/trunk</url>
<connection>scm:svn:https://morfologik.svn.sourceforge.net/svnroot/morfologik/morfologik-stemming/trunk</connection>
<developerConnection>scm:svn:https://morfologik.svn.sourceforge.net/svnroot/morfologik/morfologik-stemming/trunk</developerConnection>
</scm>
<developers>
<developer>
<id>dawid.weiss</id>
<name>Dawid Weiss</name>
<email>dawid.weiss@carrotsearch.com</email>
</developer>
<developer>
<id>marcin.milkowski</id>
<name>Marcin Mi艂kowski</name>
<!-- <email></email> -->
</developer>
</developers>
<!-- Global properties. -->
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<!-- Add snapshots from SonaType -->
<repositories>
<repository>
<id>SonaType snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<!-- Manage dependencies; we keep versions separate to possibly split out submodules
later on. -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc</artifactId>
<version>0.3.3</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>junit-benchmarks</artifactId>
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc</artifactId>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
<artifactId>junit-benchmarks</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
</dependencies>
<!-- Manage the build. -->
<build>
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.8</version>
<configuration>
<outputDirectory>${basedir}/.eclipse/classes</outputDirectory>
<buildcommands>
<java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String>
</buildcommands>
<projectnatures>
<nature>org.eclipse.jdt.core.javanature</nature>
</projectnatures>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>
<argLine>-Xmx512m</argLine>
<testFailureIgnore>false</testFailureIgnore>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>morfologik.tools.Launcher</mainClass>
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<id>nodict</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>nodict</classifier>
<excludes>
<exclude>morfologik/dictionaries/**</exclude>
</excludes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<!-- Reports -->
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.5</version>
<configuration>
<targetJdk>${maven.compiler.target}</targetJdk>
<aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
</configuration>
</plugin>
</plugins>
</reporting>
<!-- Profiles. -->
<profiles>
<profile>
<id>quick</id>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
</profile>
<!-- Release mode. -->
<profile>
<id>release</id>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<!-- Attach and modify JavaDocs. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<windowtitle>morfologik-stemming v${version} API Documentation
(JavaDoc)</windowtitle>
<doctitle>morfologik-stemming v${version} API Documentation</doctitle>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Attach sources -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<excludeResources>true</excludeResources>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Configure assembly of ZIP and TAR.GZ bundles (stand-alone distributions). -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/binary.xml</descriptor>
</descriptors>
<attach>false</attach>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<!-- Sonatype manual release mode. Prepare bundle ZIPs, sign everything once
completed and prepare the release bundle JAR. -->
<profile>
<id>sonatype</id>
<build>
<defaultGoal>verify</defaultGoal>
<plugins>
<!-- GPG sign artefacts. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<configuration>
<excludes>
<exclude>**/*.gz</exclude>
<exclude>**/*.zip</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Create a release bundle for SonaType. -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/release.xml</descriptor>
</descriptors>
<finalName>release-bundle</finalName>
<attach>false</attach>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>verify</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
morfologik/dictionaries/pl.LICENSE
morfologik/dictionaries/pl.dict
morfologik/dictionaries/pl.info
morfologik.fsa.CFSA.class
morfologik.fsa.CFSA2.class
morfologik.fsa.CFSA2Serializer$1.class
morfologik.fsa.CFSA2Serializer$2.class
morfologik.fsa.CFSA2Serializer$3.class
morfologik.fsa.CFSA2Serializer.class
morfologik.fsa.ConstantArcSizeFSA.class
morfologik.fsa.FSA$1.class
morfologik.fsa.FSA.class
morfologik.fsa.FSA5.class
morfologik.fsa.FSA5Serializer.class
morfologik.fsa.FSABuilder$1.class
morfologik.fsa.FSABuilder$InfoEntry.class
morfologik.fsa.FSABuilder.class
morfologik.fsa.FSAFinalStatesIterator.class
morfologik.fsa.FSAFlags.class
morfologik.fsa.FSAHeader.class
morfologik.fsa.FSAInfo$FinalStateVisitor.class
morfologik.fsa.FSAInfo$NodeVisitor.class
morfologik.fsa.FSAInfo.class
morfologik.fsa.FSASerializer.class
morfologik.fsa.FSATraversal.class
morfologik.fsa.FSAUtils$1.class
morfologik.fsa.FSAUtils$2.class
morfologik.fsa.FSAUtils$IntIntHolder.class
morfologik.fsa.FSAUtils.class
morfologik.fsa.MatchResult.class
morfologik.fsa.NullMessageLogger.class
morfologik.fsa.StateVisitor.class
morfologik.stemming.ArrayViewList.class
morfologik.stemming.Dictionary.class
morfologik.stemming.DictionaryIterator.class
morfologik.stemming.DictionaryLookup.class
morfologik.stemming.DictionaryMetadata.class
morfologik.stemming.IStemmer.class
morfologik.stemming.PolishStemmer.class
morfologik.stemming.WordData.class
morfologik.tools.FSABuildTool$1.class
morfologik.tools.FSABuildTool$2.class
morfologik.tools.FSABuildTool$3.class
morfologik.tools.FSABuildTool$4.class
morfologik.tools.FSABuildTool$Format.class
morfologik.tools.FSABuildTool$LineConsumer.class
morfologik.tools.FSABuildTool$TerminateProgramException.class
morfologik.tools.FSABuildTool.class
morfologik.tools.FSADumpTool.class
morfologik.tools.IMessageLogger.class
morfologik.tools.InflectionFramesTool$1.class
morfologik.tools.InflectionFramesTool.class
morfologik.tools.Launcher$ToolInfo.class
morfologik.tools.Launcher.class
morfologik.tools.MorphEncoder.class
morfologik.tools.MorphEncodingTool.class
morfologik.tools.PolishStemmingTool.class
morfologik.tools.SharedOptions.class
morfologik.tools.Tool.class
morfologik.tools.WriterMessageLogger$Part.class
morfologik.tools.WriterMessageLogger.class
morfologik.util.Arrays.class
morfologik.util.BufferUtils.class
morfologik.util.FileUtils.class
morfologik.util.ResourceUtils.class
META-INF/Morfologik.LICENSE
|
| 依赖Jar: |
hppc-0.3.3.jar
/com.carrotsearch/hppc/0.3.3
查看hppc所有版本文件
junit-benchmarks-0.2.1.jar
/com.carrotsearch/junit-benchmarks/0.2.1
查看junit-benchmarks所有版本文件
junit-4.7.jar
/junit/junit/4.7
查看junit所有版本文件
commons-cli-1.2.jar
/commons-cli/commons-cli/1.2
查看commons-cli所有版本文件
|