UNPKG
yoastseo-dep
Version:
latest (1.91.2-A)
1.91.2
1.91.2-A
Yoast clientside page analysis
github.com/Yoast/
Yoast/wordpress-seo
yoastseo-dep
/
src
/
languageProcessing
/
languages
/
ja
/
config
/
firstWordExceptions.js
9 lines
(8 loc)
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Returns an array with exceptions for the sentence beginning researcher. * @returns {Array} The array filled with exceptions. */
export
default
[
// Demonstrative pronouns:
"この"
,
"その"
,
"あの"
,
"こんな"
,
"そんな"
,
"あんな"
,
"こう"
,
"そう"
,
"ああ"
, ];