javascript
javascript copied to clipboard
Monorepo for all the JavaScript within Yoast
**PR:** https://github.com/Yoast/javascript/pull/433 https://github.com/Yoast/YoastSEO.js-premium-configuration/pull/80 ## Explanation To implement no vowel or consonant doubling exception for all part of speech (noun, adjective, and verb)
## Explanation The yoastseo package went through some changes like moving to the monorepo and being built with babel. But some of the things no longer used are still there......
PRs: #425 Yoast/YoastSEO.js-premium-configuration/pull/78 Currently we are able to create diminutive forms of Dutch nouns only in their singular form, e.g. _kat_ -> _katje_. However, we should also create plural diminutives,...
PRs: #388 Yoast/YoastSEO.js-premium-configuration/pull/70 (premium configuration) We should detect and stem regular Dutch participles. For example, we want to get the stem _dans_ from the participle _gedanst_. Participles are not stemmed...
## Summary This PR can be summarized in the following changelog entry: * ## Relevant technical choices: * ## Test instructions This PR can be tested by following these steps:...
**PRs::** https://github.com/Yoast/javascript/pull/342 https://github.com/Yoast/YoastSEO.js-premium-configuration/pull/51 We should attach verb suffixes to stems of Dutch words in order to create verb forms.
We need to create the forms (plurals and diminutives) of Dutch nouns that do not follow the rules for creating noun forms implemented in #356 . For example, nouns that...
We should make sure that the correct participle forms are created for exception verbs. This includes two components: 1) Make sure that the correct participle forms are created for words...
The assessment should extend the class that has been created in https://github.com/Yoast/javascript/issues/413. It should return the same result as the current SubHeadingsKeywordAssessment, but with a slightly different API. [See the...
## Explanation The currently used [SentenceTokenizer](https://github.com/Yoast/javascript/blob/develop/packages/yoastseo/src/stringProcessing/SentenceTokenizer.js) generates wrong results when a punctuation mark such as `!` or `?` or `.` are used within a word (e.g., in a company name)....