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
/
es
/
config
/
wordComplexity.js
8 lines
(6 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
frequencyList
from
"./internal/frequencyList.json"
;
// This is a config for the Word Complexity assessment. As such, this helper is not bundled in Yoast SEO.
export
default
{
frequencyList
: frequencyList.
list
,
wordLength
:
7
, };