You are here

public function ContributorNames::setOrgWords in Bibliography Module 7.2

Setup Org Words

Parameters

array $orgWords: Array of words that denote organization

File

lib/msrc-authortool/src/Analyzer/ContributorNames.php, line 60

Class

ContributorNames
Match Contributor Names with Predefined Regex

Namespace

Analyzer

Code

public function setOrgWords($orgWords) {
  $this->orgWords = array_map('strtolower', $orgWords);
}