yoastseo
Version:
Yoast client-side content analysis
18 lines (17 loc) • 706 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* Returns an array with exceptions for the sentence beginning researcher.
* @returns {Array} The array filled with exceptions.
*/
var _default = exports.default = [
// Articles (those which are not prefixes):
"قليل", "بعض", "واحد",
// Numbers 1-10:
"واحد", "إثنان", "ثلاثة", "أربعة", "خمسة", "ستة", "سبعة", "ثمانية", "تسعة", "عشرة",
// Demonstrative pronouns:
"هذا", "هذه", "ذلك", "تلك", "هذين", "هذان", "هتين", "هتان", "هؤلا", "أولائك", "هؤلاء"];
//# sourceMappingURL=firstWordExceptions.js.map