birgermoell commited on
Commit
5e69d4b
·
verified ·
1 Parent(s): 6b18ce1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -5
README.md CHANGED
@@ -1,12 +1,27 @@
1
  ---
2
- title: Swedish Text Complexity
3
- emoji: 🐠
4
  colorFrom: blue
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.4.0
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Swedish Text Complexity Analyzer
3
+ emoji: 📊
4
  colorFrom: blue
5
+ colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 4.0.0
8
  app_file: app.py
9
  pinned: false
10
+ license: cc-by-4.0
11
  ---
12
 
13
+ # Swedish Text Complexity Analyzer
14
+
15
+ Analyze Swedish text readability using LIX and OVIX metrics.
16
+
17
+ **Author:** Birger Moëll, Uppsala NLP
18
+
19
+ ## Metrics
20
+
21
+ - **LIX** (Läsbarhetsindex): Swedish readability formula by Björnsson (1968)
22
+ - **OVIX** (Ordvariationsindex): Lexical variation measure
23
+
24
+ ## Links
25
+
26
+ - [Uppsala NLP](https://huggingface.co/UppsalaNLP)
27
+ - [Swedish Text Complexity Dataset](https://huggingface.co/datasets/LingFilUU/swedish-text-complexity)