PHPackages                             markard/php-lemmatizer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. markard/php-lemmatizer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

markard/php-lemmatizer
======================

PHP Lemmatizer is a lemmatization library to retrieve a base form from an English inflected word.

v1.0.0(1y ago)011MITPHPPHP &gt;=8.3

Since Nov 11Pushed 1y agoCompare

[ Source](https://github.com/Markard/php-lemmatizer)[ Packagist](https://packagist.org/packages/markard/php-lemmatizer)[ RSS](/packages/markard-php-lemmatizer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Lemmatizer
==========

[](#lemmatizer)

PHP Lemmatizer is a lemmatization library for PHP to retrieve a base form from an inflected form word in English.

Inspired by [JavaScript Lemmatizer](https://github.com/takafumir/javascript-lemmatizer) but the returned values are different from it.

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

```
$ composer require markard/php-lemmatizer

```

```
{
    "require": {
        "markard/php-lemmatizer": "^1.0"
    }
}
```

Usage
-----

[](#usage)

```
