porter-stemmer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ca.rmen</groupId> <artifactId>porter-stemmer</artifactId> <version>1.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>ca.rmen</groupId> <artifactId>porter-stemmer</artifactId> <version>1.0.0</version> <name>porter-stemmer</name> <description>Provides an implementation of the Porter stemming algorithm, defined here: http://tartarus.org/martin/PorterStemmer/def.txt This implementation has not been tuned for high performance on large amounts of text. It is a simple (naive perhaps) implementation of the rules.</description> <url>https://github.com/caarmen/porter-stemmer</url> <licenses> <license> <name>Gnu Lesser General Public License (LGPL), Version 3</name> <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>calvarez</id> <name>Carmen Alvarez</name> <email>carmen@rmen.ca</email> <url>http://github.com/caarmen</url> <roles> <role>developer</role> <role>publisher</role> <role>stormtrooper action figure collector</role> <role>complainer</role> <role>sofa occupier</role> </roles> <timezone>Europe/Paris</timezone> <properties> <picUrl>https://avatars1.githubusercontent.com/u/1731388</picUrl> </properties> </developer> </developers> <scm> <url>https://github.com/caarmen/porter-stemmer.git</url> </scm> </project>