<?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>gov.sandia.foundry</groupId>
    <artifactId>porter-stemmer</artifactId>
    <version>1.4</version>
    <name>Porter Stemmer</name>
    <description>The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems.</description>
    <url>http://tartarus.org/~martin/PorterStemmer/</url>
    <licenses>
        <license>
            <name>The BSD License</name>
            <url>http://foundry.sandia.gov/license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>http://tartarus.org/~martin/PorterStemmer/java.txt</url>
    </scm>
    <developers>
        <developer>
            <name>Martin Porter</name>
        </developer>
    </developers>
    <dependencies>
    </dependencies>
</project>
