readsight 1.0.2

Multilingual readability library — 86 languages, 17 formulas, TeX-based syllable counting via the Frank M. Liang algorithm.
Documentation
{
    "code": "th",
    "name": "Thai",
    "nativeName": "ไทย",
    "script": "Thai",
    "hyphenMins": {
        "left": 2,
        "right": 3
    },
    "letterPattern": "[ก-๛]",
    "wordSplitPattern": "[^\\p{L}]+",
    "sentenceBoundaryPattern": "[.!?]+",
    "formulas": {
        "gunning_fog": {
            "enabled": true
        },
        "smog": {
            "enabled": true
        },
        "coleman_liau": {
            "enabled": true
        },
        "ari": {
            "enabled": true
        },
        "lix": {
            "enabled": true,
            "longWordThreshold": 8
        }
    }
}