This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
igorschoester
released this
03 Aug 06:27
·
1904 commits
to develop
since this release
1.79.0 August 3rd, 2020
Enhancements
- Adds some irregular plural forms of Italian words to function words and morphologyData file, including specs and a function to call the exception list.
- Adds a check for whether the word belongs to stemming exceptions to the Russian stemmer.
- Adds an exception check for irregular Italian diminutives to the Italian stemmer.
- Adds a check for exception lists of full forms and words with multiple stems to the Russian stemmer.
- Adds specs for irregular verbs for the Italian full forms exception list.
- Adds check for French verbs on -ions before stemming the verb suffix -ons and does not stem -ons if the word ends on -ions (for these words, the suffix is most likely -s, not -ons).
- Adds Indonesian function words.
- Changes the
getProminentWordsForInternalLinking
research so that it only runs for texts over 400 words or texts over 300 words with a title and/or a metadescription specified. - Changes the output of the research so that it not only returns the list of prominent words but also information about the presence of metadescription and title, as well as the length of text. This information is later used to return a customized message to the user, within the internal linking suggestions container.