PHP Class Sastrawi\Stemmer\Context\Visitor\RemoveInflectionalParticle

Asian J. (2007) “Effective Techniques for Indonesian Text Retrieval”. page 60
Inheritance: implements Sastrawi\Stemmer\Context\Visitor\VisitorInterface
Show file Open project: sastrawi/sastrawi

Public Methods

Method Description
remove ( string $word ) Remove inflectional particle : lah|kah|tah|pun
visit ( Sastrawi\Stemmer\Context\ContextInterface $context )

Method Details

remove() public method

Remove inflectional particle : lah|kah|tah|pun
public remove ( string $word )
$word string

visit() public method

public visit ( Sastrawi\Stemmer\Context\ContextInterface $context )
$context Sastrawi\Stemmer\Context\ContextInterface