From 8026b67dce5aecd92f919ab10b891d8244dfe574 Mon Sep 17 00:00:00 2001 From: Agnieszka Szuba Date: Wed, 6 Nov 2024 15:44:52 +0100 Subject: [PATCH 1/2] Update English morphology data version --- packages/yoastseo/spec/specHelpers/getMorphologyData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yoastseo/spec/specHelpers/getMorphologyData.js b/packages/yoastseo/spec/specHelpers/getMorphologyData.js index cd55166efce..977b46ab430 100644 --- a/packages/yoastseo/spec/specHelpers/getMorphologyData.js +++ b/packages/yoastseo/spec/specHelpers/getMorphologyData.js @@ -1,4 +1,4 @@ -import en from "../../premium-configuration/data/morphologyData-en-v5.json"; +import en from "../../premium-configuration/data/morphologyData-en-v6.json"; import de from "../../premium-configuration/data/morphologyData-de-v10.json"; import nl from "../../premium-configuration/data/morphologyData-nl-v9.json"; import es from "../../premium-configuration/data/morphologyData-es-v10.json"; From c7e6f565448d8daeea552e83a0d33bfa198dbeb2 Mon Sep 17 00:00:00 2001 From: aidamarfuaty Date: Thu, 7 Nov 2024 09:52:13 +0100 Subject: [PATCH 2/2] bump English morphology data version --- apps/content-analysis-api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/content-analysis-api/index.js b/apps/content-analysis-api/index.js index 78cfca916f8..2d69875bfb9 100644 --- a/apps/content-analysis-api/index.js +++ b/apps/content-analysis-api/index.js @@ -16,7 +16,7 @@ const getLongCenterAlignedTexts = languageProcessing.researches.getLongCenterAli const TextAlignmentAssessment = assessments.readability.TextAlignmentAssessment; const MORPHOLOGY_VERSIONS = { - en: "v5", + en: "v6", de: "v10", es: "v10", fr: "v11",