yoastseo
Version:
Yoast client-side content analysis
18 lines (17 loc) • 645 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 = [
// Indefinite articles:
"برخی از", "یک", "ی", "مقداری", "چندتا", "معدود",
// Numbers 1-10:
"یک", "دو", "سه", "چهار", "پنج", "شش", "هفت", "هشت", "نه", "ده",
// Demonstratives:
"همان", "همین", "آنها", "اینان", "آنان", "اینها", "این", "آن"];
//# sourceMappingURL=firstWordExceptions.js.map