Overview

Namespaces

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

Classes

  • Context
  • Removal

Interfaces

  • ContextInterface
  • RemovalInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface RemovalInterface

Container of a removed part during the stemming process.

Direct known implementers

Sastrawi\Stemmer\Context\Removal
Namespace: Sastrawi\Stemmer\Context
Author: Andy Librian <andylibrian@gmail.com>
Since: 0.2.0
Located at Sastrawi/Stemmer/Context/RemovalInterface.php
Methods summary
public Sastrawi\Stemmer\Context\Visitor\VisitorInterface
# getVisitor( )

Returns

Sastrawi\Stemmer\Context\Visitor\VisitorInterface
public string
# getSubject( )

Returns

string
public string
# getResult( )

Returns

string
public string
# getRemovedPart( )

Returns

string
public string
# getAffixType( )

Returns

string
API documentation generated by ApiGen 2.8.0