From 67946fbf95820f9a3d2291bcf689d3784d7a2af4 Mon Sep 17 00:00:00 2001 From: RA Date: Tue, 15 Sep 2015 14:51:55 +0300 Subject: [PATCH] =?UTF-8?q?fix=20=D1=84=D0=B0=D0=BC=D0=B8=D0=BB=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=BD=D0=B0=20-=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/NCLNameCaseRu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/NCLNameCaseRu.php b/Library/NCLNameCaseRu.php index 9e255a6..b741181 100644 --- a/Library/NCLNameCaseRu.php +++ b/Library/NCLNameCaseRu.php @@ -264,7 +264,7 @@ class NCLNameCaseRu extends NCLNameCaseCore if ($this->Last(1) == 'к') { //Если перед слово на ок, то нужно убрать о - if ($this->Last(2, 1) == 'о') + if ($this->Last(4)=='енок' || $this->Last(4)=='ёнок')//Поллок { $this->wordForms($this->workingWord, array('ка', 'ку', 'ка', 'ком', 'ке'), 2); $this->Rule(501);