Skip to content

Commit

Permalink
Merge pull request #21800 from Yoast/update-english-morphology-data-v…
Browse files Browse the repository at this point in the history
…ersion

Update English morphology data version
  • Loading branch information
FAMarfuaty authored Nov 7, 2024
2 parents b4d353c + c7e6f56 commit d1288fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/content-analysis-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/yoastseo/spec/specHelpers/getMorphologyData.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit d1288fd

Please sign in to comment.