PHPackages                             ekinhbayar/brill-tagger - 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. ekinhbayar/brill-tagger

ActiveLibrary

ekinhbayar/brill-tagger
=======================

PHP implementation of a Brill Tagger, an inductive part-of-speech tagging method.

0.3.1(9y ago)172323[1 issues](https://github.com/ekinhbayar/BrillTagger/issues)[1 PRs](https://github.com/ekinhbayar/BrillTagger/pulls)1MITPHPPHP &gt;5CI passing

Since Oct 25Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/ekinhbayar/BrillTagger)[ Packagist](https://packagist.org/packages/ekinhbayar/brill-tagger)[ Docs](https://github.com/ekinhbayar/BrillTagger)[ RSS](/packages/ekinhbayar-brill-tagger/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)DependenciesVersions (7)Used By (1)

Brill Tagger
============

[](#brill-tagger)

[![Build Status](https://camo.githubusercontent.com/faedfa39ad36c61a19a88da6b546e7c5485647fcaf5e3593d5a0028d572ae83a/68747470733a2f2f7472617669732d63692e6f72672f656b696e6862617961722f4272696c6c5461676765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ekinhbayar/BrillTagger) [![Code Coverage](https://camo.githubusercontent.com/7b1d39aef7a3b41b732753b4c3243982078491293795aeec0697825f1ef9a0ea/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656b696e6862617961722f4272696c6c5461676765722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ekinhbayar/BrillTagger/?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/de093c8ce76084fa62d05096f946f2bbd37360d7aaa334fa5114d3f0388d6fa6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656b696e6862617961722f4272696c6c5461676765722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ekinhbayar/BrillTagger/?branch=master)

PHP implementation of a Brill Tagger, an inductive part-of-speech tagging method. Uses a lexicon generated from [Brown Corpus](https://github.com/ekinhbayar/brown-corpus).

### Requirements

[](#requirements)

- PHP 7.3+

### Installation

[](#installation)

`$ composer require ekinhbayar/brill-tagger` then run `$ composer install`. The latter will define the lexicon.

or just clone/download this repository.

### Usage

[](#usage)

```
$input = "The quick brown fox jumps over the lazy dog.";
$tagger = new BrillTagger();
$tagger->tag($input);
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance53

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Total

4

Last Release

3447d ago

### Community

---

Top Contributors

[![ekinhbayar](https://avatars.githubusercontent.com/u/6135846?v=4)](https://github.com/ekinhbayar "ekinhbayar (12 commits)")[![PeeHaa](https://avatars.githubusercontent.com/u/1330296?v=4)](https://github.com/PeeHaa "PeeHaa (1 commits)")

---

Tags

brill-taggerpart-of-speech-taggerphp

### Embed Badge

![Health badge](/badges/ekinhbayar-brill-tagger/health.svg)

```
[![Health](https://phpackages.com/badges/ekinhbayar-brill-tagger/health.svg)](https://phpackages.com/packages/ekinhbayar-brill-tagger)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
