Overview

Namespaces

  • PHP
  • Sastrawi
    • Dictionary
    • Morphology
      • Disambiguator
    • Specification
    • Stemmer
      • Cache
      • ConfixStripping
      • Context
        • Visitor
      • Filter
    • StopWordRemover

Classes

  • CachedStemmer
  • Stemmer
  • StemmerFactory

Interfaces

  • StemmerInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface StemmerInterface

The stemmer interface

Direct known implementers

Sastrawi\Stemmer\CachedStemmer, Sastrawi\Stemmer\Stemmer
Namespace: Sastrawi\Stemmer
Author: Andy Librian <andylibrian@gmail.com>
Since: 0.4.0
Located at Sastrawi/Stemmer/StemmerInterface.php
Methods summary
public string
# stem( string $text )

Stem a text to its common stem form

Stem a text to its common stem form

Parameters

$text
string
$text the text string to stem, e.g : memberdayakan pembangunan

Returns

string
common stem form, e.g : daya bangun
API documentation generated by ApiGen 2.8.0