UppsalaNLP/swedish-text-complexity
0
1---2title: Swedish Text Complexity Analyzer3emoji: 📊4colorFrom: blue5colorTo: yellow6sdk: gradio7sdk_version: 5.9.18app_file: app.py9pinned: false10license: cc-by-4.011---12 13# Swedish Text Complexity Analyzer14 15Analyze Swedish text readability using LIX and OVIX metrics.16 17**Author:** Birger Moëll, Uppsala NLP18 19## Metrics20 21- **LIX** (Läsbarhetsindex): Swedish readability formula by Björnsson (1968)22- **OVIX** (Ordvariationsindex): Lexical variation measure23 24## Links25 26- [Uppsala NLP](https://huggingface.co/UppsalaNLP)27- [Swedish Text Complexity Dataset](https://huggingface.co/datasets/LingFilUU/swedish-text-complexity)28 