Not sure why the simple "Hallo" has the CEFR of C2 and ZIX of -10.0 to reproduce: ``` from zix.understandability import get_zix, get_cefr w = "Hallo" z = get_zix(w) l = get_cefr(z) print(f"{w} | ZIX: {z} | level: {l}") ```
Not sure why the simple "Hallo" has the CEFR of C2 and ZIX of -10.0
to reproduce: