yoastseo
Version:
Yoast client-side content analysis
18 lines (17 loc) • 598 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* Returns a list of exceptions for the sentence beginning research.
* @returns {Array} The list of exceptions.
*/
var _default = exports.default = [
// Indefinite articles:
"sebuah", "seorang", "sang", "si",
// Numbers 1-10:
"satu", "dua", "tiga", "empat", "lima", "enam", "tujuh", "delapan", "sembilan", "sepuluh", "sebelas", "seratus", "seribu", "sejuta", "semiliar", "setriliun",
// Demonstrative pronouns:
"ini", "itu", "hal", "ia"];
//# sourceMappingURL=firstWordExceptions.js.map