Sastrawi\Dictionary\ArrayDictionary::__construct PHP Method

__construct() public method

public __construct ( array $words = [] )
$words array
    public function __construct(array $words = array())
    {
        $this->addWords($words);
    }