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
/
sentenceLength.js
5 lines
(4 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
// The sentence length for Japanese is measured in characters rather than words.
export
default
{ recommendedLength:
40
, };