PHPackages                             skyeng/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. skyeng/php-lemmatizer

Abandoned → [https://github.com/Markard/php-lemmatizer](/?search=https%3A%2F%2Fgithub.com%2FMarkard%2Fphp-lemmatizer)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

skyeng/php-lemmatizer
=====================

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

v1.0.3(9y ago)2367.0k↓63.1%8[2 issues](https://github.com/skyeng/php-lemmatizer/issues)1MITPHPPHP &gt;=5.6

Since Feb 14Pushed 5y ago12 watchersCompare

[ Source](https://github.com/skyeng/php-lemmatizer)[ Packagist](https://packagist.org/packages/skyeng/php-lemmatizer)[ RSS](/packages/skyeng-php-lemmatizer/feed)WikiDiscussions master Synced yesterday

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

Лемматизатор
============

[](#лемматизатор)

Краткое описание
----------------

[](#краткое-описание)

Занимается [лемматизацией](https://ru.wikipedia.org/wiki/%D0%9B%D0%B5%D0%BC%D0%BC%D0%B0%D1%82%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F) английских слов.

Ответственные
-------------

[](#ответственные)

- Code owner: [Дмитрий Южаков](https://skyeng.slack.com/team/U36JH2JF5)
- Product owner: [Сергей Сафонов](https://skyeng.slack.com/team/UQ9DX4G5Q)
- Команда: Platform Core

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 skyeng/php-lemmatizer

```

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

Usage
-----

[](#usage)

```
