Sastrawi\Dictionary\ArrayDictionary::remove PHP Method

remove() public method

Remove a word from the dictionary
public remove ( string $word ) : void
$word string
return void
    public function remove($word)
    {
        unset($this->words[$word]);
    }