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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ekinhbayar/brill-tagger

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

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 failing

Since Oct 25Pushed 5mo 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 4w ago

READMEChangelog (4)Dependencies (1)Versions (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 83% of packages

Maintenance49

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community14

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

3496d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6135846?v=4)[Ekin](/maintainers/ekinhbayar)[@ekinhbayar](https://github.com/ekinhbayar)

---

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-taggerphpposnlptaggerpart of speechbrill

###  Code Quality

TestsPHPUnit

### 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)
```

###  Alternatives

[rubix/ml

A high-level machine learning and deep learning library for the PHP language.

2.2k1.5M28](/packages/rubix-ml)[patrickschur/stanford-nlp-tagger

PHP wrapper for the Stanford Natural Language Processing library. Supports POSTagger and CRFClassifier.

7429.2k1](/packages/patrickschur-stanford-nlp-tagger)[nlp-tools/nlp-tools

NlpTools is a set of php 5.3+ classes for beginner to semi advanced natural language processing work.

764664.2k5](/packages/nlp-tools-nlp-tools)[codewithkyrian/transformers

State-of-the-art Machine Learning for PHP. Run Transformers in PHP

757254.8k7](/packages/codewithkyrian-transformers)[yooper/php-text-analysis

PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language

533410.7k3](/packages/yooper-php-text-analysis)[davmixcool/php-sentiment-analyzer

PHP Sentiment Analyzer is a lexicon and rule-based sentiment analysis tool that is used to understand sentiments in a sentence using VADER (Valence Aware Dictionary and sentiment Reasoner).

134167.1k1](/packages/davmixcool-php-sentiment-analyzer)

PHPackages © 2026

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