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 ContextInterface

Stemming Context Interface

Direct known implementers

Sastrawi\Stemmer\Context\Context
Namespace: Sastrawi\Stemmer\Context
Author: Andy Librian <andylibrian@gmail.com>
Since: 0.1.0
Located at Sastrawi/Stemmer/Context/ContextInterface.php
Methods summary
public string
# getOriginalWord( )

Returns

string
public
# setCurrentWord( mixed $word )
public string
# getCurrentWord( )

Returns

string
public Sastrawi\Dictionary\DictionaryInterface
# getDictionary( )

Returns

Sastrawi\Dictionary\DictionaryInterface
public
# stopProcess( )
public boolean
# processIsStopped( )

Returns

boolean
public
# addRemoval( Sastrawi\Stemmer\Context\RemovalInterface $removal )
public Sastrawi\Stemmer\Context\RemovalInterface[]
# getRemovals( )

Returns

Sastrawi\Stemmer\Context\RemovalInterface[]
API documentation generated by ApiGen 2.8.0