SastrawiTest\Morphology\Disambiguator\DisambiguatorPrefixRule26bTest::testDisambiguate PHP Method

testDisambiguate() public method

public testDisambiguate ( )
    public function testDisambiguate()
    {
        $this->assertEquals('pilih', $this->subject->disambiguate('pemilih'));
        $this->assertEquals('pukul', $this->subject->disambiguate('pemukul'));
    }
DisambiguatorPrefixRule26bTest