From 90f1e2e39fcbf9c2193a646ea749331183a1cde0 Mon Sep 17 00:00:00 2001 From: Jesus Seijas Date: Sun, 26 Aug 2018 04:12:12 +0200 Subject: [PATCH 1/2] feat: Added Senticon sentiment analysis for german. Fixed tokenizer from Treebank to Punctuation. --- lib/nlp/nlp-util.js | 15 +- lib/nlp/tokenizers/punct-tokenizer.js | 34 + lib/sentiment/languages/de/negations_de.json | 3 + lib/sentiment/languages/de/senticon_de.json | 155412 ++++++++++++++++ lib/sentiment/sentiment-analyzer.js | 1 + test/nlp/nlp-util.test.js | 21 +- test/sentiment/sentiment-analyzer.test.js | 4 +- test/sentiment/sentiment-manager.test.js | 24 + 8 files changed, 155495 insertions(+), 19 deletions(-) create mode 100644 lib/nlp/tokenizers/punct-tokenizer.js create mode 100644 lib/sentiment/languages/de/negations_de.json create mode 100644 lib/sentiment/languages/de/senticon_de.json diff --git a/lib/nlp/nlp-util.js b/lib/nlp/nlp-util.js index 17531eda5..7bf98cf17 100644 --- a/lib/nlp/nlp-util.js +++ b/lib/nlp/nlp-util.js @@ -35,6 +35,7 @@ const HungarianStemmer = require('./stemmers/hungarian-stemmer'); const ItalianStemmer = require('./stemmers/italian-stemmer'); const NorwegianStemmer = require('./stemmers/norwegian-stemmer'); const PortugueseStemmer = require('./stemmers/portuguese-stemmer'); +const PunctTokenizer = require('./tokenizers/punct-tokenizer'); const RomanianStemmer = require('./stemmers/romanian-stemmer'); const RussianStemmer = require('./stemmers/russian-stemmer'); const SpanishStemmer = require('./stemmers/spanish-stemmer'); @@ -130,15 +131,15 @@ class NlpUtil { case 'id': return new AggressiveTokenizerId(); // Indonesian case 'ja': return new Natural.TokenizerJa(); // Japanese - case 'da': return new Natural.TreebankWordTokenizer(); // Danish - case 'fi': return new Natural.TreebankWordTokenizer(); // Finnish - case 'de': return new Natural.TreebankWordTokenizer(); // German - case 'hu': return new Natural.TreebankWordTokenizer(); // Hungarian - case 'ro': return new Natural.TreebankWordTokenizer(); // Romanian - case 'tr': return new Natural.TreebankWordTokenizer(); // Turkish + case 'da': return new PunctTokenizer(); // Danish + case 'fi': return new PunctTokenizer(); // Finnish + case 'de': return new PunctTokenizer(); // German + case 'hu': return new PunctTokenizer(); // Hungarian + case 'ro': return new PunctTokenizer(); // Romanian + case 'tr': return new PunctTokenizer(); // Turkish case 'zh': return new ChineseTokenizer(); // Chinese - default: return new Natural.TreebankWordTokenizer(); + default: return new PunctTokenizer(); } } diff --git a/lib/nlp/tokenizers/punct-tokenizer.js b/lib/nlp/tokenizers/punct-tokenizer.js new file mode 100644 index 000000000..4e120cfc2 --- /dev/null +++ b/lib/nlp/tokenizers/punct-tokenizer.js @@ -0,0 +1,34 @@ +/* + * Copyright (c) AXA Shared Services Spain S.A. + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + +class PunctTokenizer { + constructor(settings) { + this.settings = settings || {}; + } + + tokenize(text) { + return text.split(/[\s,.!?;:([\]'"¡¿]+/).filter(x => x !== ''); + } +} + +module.exports = PunctTokenizer; diff --git a/lib/sentiment/languages/de/negations_de.json b/lib/sentiment/languages/de/negations_de.json new file mode 100644 index 000000000..90640fb9b --- /dev/null +++ b/lib/sentiment/languages/de/negations_de.json @@ -0,0 +1,3 @@ +{ + "words": ["nicht", "garnicht", "kein", "keine", "keines", "keinem", "keiner", "keinesfalls", "keineswegs"] +} \ No newline at end of file diff --git a/lib/sentiment/languages/de/senticon_de.json b/lib/sentiment/languages/de/senticon_de.json new file mode 100644 index 000000000..140ee5005 --- /dev/null +++ b/lib/sentiment/languages/de/senticon_de.json @@ -0,0 +1,155412 @@ +{ + "Abmachung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Abmachungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Abschluß": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Abschlüße": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Abschlußs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Abschlußes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Abschlüßen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Abstimmung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Abstimmungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Agilität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aktivität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aktivitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aktualisierung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aktualisierungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aktualität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aktualitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Akzeptanz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Andrang": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Andrangs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Andranges": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anerkennung": { + "pos": "nn", + "pol": "0.0855", + "std": 0 + }, + "Anerkennungen": { + "pos": "nn", + "pol": "0.0855", + "std": 0 + }, + "Angebot": { + "pos": "nn", + "pol": "0.0711", + "std": 0 + }, + "Angeboten": { + "pos": "nn", + "pol": "0.0711", + "std": 0 + }, + "Angebote": { + "pos": "nn", + "pol": "0.0711", + "std": 0 + }, + "Angebots": { + "pos": "nn", + "pol": "0.0711", + "std": 0 + }, + "Angebotes": { + "pos": "nn", + "pol": "0.0711", + "std": 0 + }, + "Angemessenheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anhebung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anhebungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anheiterung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ankurbelung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Annehmlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Annehmlichkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Annäherung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Annäherungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anpassung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anpassungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anpassungsfähigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anreicherung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anreicherungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anspruch": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anspruchs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anspruches": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ansprüchen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ansprüche": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstand": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstands": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anständen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstände": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstandes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstieg": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstiegen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstiegs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstiege": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anstieges": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anständigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anteil": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anteilen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anteiles": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anteils": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anteile": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anziehung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Anziehungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Applaus": { + "pos": "nn", + "pol": "0.0871", + "std": 0 + }, + "Applausen": { + "pos": "nn", + "pol": "0.0871", + "std": 0 + }, + "Applauss": { + "pos": "nn", + "pol": "0.0871", + "std": 0 + }, + "Applause": { + "pos": "nn", + "pol": "0.0871", + "std": 0 + }, + "Applauses": { + "pos": "nn", + "pol": "0.0871", + "std": 0 + }, + "Attraktivität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufbereitung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufbereitungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufbesserung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufbesserungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auferstehung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auferstehungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufmerksamkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufmerksamkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufmunterung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufmunterungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufrichtigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufschwung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufschwüngen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufschwungs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufschwunges": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufschwünge": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufstieg": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufstiegen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufstiege": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufstiegs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufstieges": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufstockung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufstockungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auftrag": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufträgen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufträge": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auftrages": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auftrags": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auftrieb": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auftrieben": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auftriebs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auftriebes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auftriebe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufwertung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufwertungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Aufwärtstrend": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Augenweide": { + "pos": "nn", + "pol": "0.0844", + "std": 0 + }, + "Augenweiden": { + "pos": "nn", + "pol": "0.0844", + "std": 0 + }, + "Ausbau": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausbaues": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausbaus": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausbildung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausbildungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausdauer": { + "pos": "nn", + "pol": "0.0886", + "std": 0 + }, + "Ausgleich": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausgleichen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausgleichs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausgleiches": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausgleiche": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausgleichszahlung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ausgleichszahlungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auszeichnung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Auszeichnungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Authentizität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Autonomie": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Autonomien": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bedeutung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bedeutungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Befreiung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Befreiungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Befriedigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Befriedigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beförderung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beförderungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Begeisterung": { + "pos": "nn", + "pol": "0.32", + "std": 0 + }, + "Begeisterungen": { + "pos": "nn", + "pol": "0.32", + "std": 0 + }, + "Begnadigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Begnadigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Begünstigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Begünstigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beifall": { + "pos": "nn", + "pol": "0.3265", + "std": 0 + }, + "Beifalles": { + "pos": "nn", + "pol": "0.3265", + "std": 0 + }, + "Beifalls": { + "pos": "nn", + "pol": "0.3265", + "std": 0 + }, + "Beifallsruf": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beifallsrufen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beifallsrufes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beifallsrufe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beifallsrufs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beilegung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beilegungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beisteuerung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beitritt": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beitritten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beitritts": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beitritte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beitrittes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bekräftigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bekräftigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Belastbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Belastbarkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Belebtheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beliebtheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Belohnung": { + "pos": "nn", + "pol": "0.0813", + "std": 0 + }, + "Belohnungen": { + "pos": "nn", + "pol": "0.0813", + "std": 0 + }, + "Benefiz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Benefizes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Benefizen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Benefize": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bereicherung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bereicherungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bereitschaft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bereitschaften": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bereitstellung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bereitstellungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beruhigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beruhigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bescheidenheit": { + "pos": "nn", + "pol": "0.0852", + "std": 0 + }, + "Beschleunigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beschleunigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beschwichtigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beschwichtigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Besitz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Besitzes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Besitzs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Besserung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Besserungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Besserungnen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bestätigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bestätigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beteiligung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Beteiligungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bewunderer": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bewunderers": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bewunderern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bewunderung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bewunderungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bildung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bildungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Blüte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Blüten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonus": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonussen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonuses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonusen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonuss": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonuse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonusse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bonusses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Boom": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Booms": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Brillanz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Brüderlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bund": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bünden": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bunden": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bunds": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bundes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bunde": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bünde": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bündnis": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bündnise": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bündnises": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bündnisen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bündnissen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bündniss": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bündnisse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Bündnisses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Champion": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Champions": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Charisma": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Charme": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Charmes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Cleverness": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Comeback": { + "pos": "nn", + "pol": "0.0712", + "std": 0 + }, + "Comebacks": { + "pos": "nn", + "pol": "0.0712", + "std": 0 + }, + "Dankbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Diskretion": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Disziplin": { + "pos": "nn", + "pol": "0.0611", + "std": 0 + }, + "Disziplinen": { + "pos": "nn", + "pol": "0.0611", + "std": 0 + }, + "Duft": { + "pos": "nn", + "pol": "0.2149", + "std": 0 + }, + "Duftes": { + "pos": "nn", + "pol": "0.2149", + "std": 0 + }, + "Düfte": { + "pos": "nn", + "pol": "0.2149", + "std": 0 + }, + "Dufts": { + "pos": "nn", + "pol": "0.2149", + "std": 0 + }, + "Düften": { + "pos": "nn", + "pol": "0.2149", + "std": 0 + }, + "Dynamik": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Echtheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Effizienz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Effizienzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ehre": { + "pos": "nn", + "pol": "0.0732", + "std": 0 + }, + "Ehren": { + "pos": "nn", + "pol": "0.0732", + "std": 0 + }, + "Ehrfurcht": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ehrlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ehrwürdigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ehrwürdigkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Eifer": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Eiferes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Eifers": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Eigenkapital": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Eignung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Eindeutigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Eindeutigkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einfallsreichtum": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einfallsreichtums": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einhaltung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einheiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einheitlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einkauf": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einkäufen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einkäufe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einkaufes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einkaufs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einnahme": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einnahmen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einsparung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einsparungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einweihung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einweihungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Einzigartigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Eleganz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Empathie": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Empfehlung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Empfehlungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Engagement": { + "pos": "nn", + "pol": "0.2157", + "std": 0 + }, + "Engagements": { + "pos": "nn", + "pol": "0.2157", + "std": 0 + }, + "Entlastung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entlastungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entlohnung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entlohnungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entschluß": { + "pos": "nn", + "pol": "0.0804", + "std": 0 + }, + "Entschlußs": { + "pos": "nn", + "pol": "0.0804", + "std": 0 + }, + "Entschlußes": { + "pos": "nn", + "pol": "0.0804", + "std": 0 + }, + "Entschlüsselung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entschlüsselungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entschädigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entschädigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entspannung": { + "pos": "nn", + "pol": "0.0875", + "std": 0 + }, + "Entspannungen": { + "pos": "nn", + "pol": "0.0875", + "std": 0 + }, + "Entwirrung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Entwirrungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erbe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erben": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erbes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erfahrung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erfahrungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erfolg": { + "pos": "nn", + "pol": "0.3446", + "std": 0 + }, + "Erfolgs": { + "pos": "nn", + "pol": "0.3446", + "std": 0 + }, + "Erfolge": { + "pos": "nn", + "pol": "0.3446", + "std": 0 + }, + "Erfolgen": { + "pos": "nn", + "pol": "0.3446", + "std": 0 + }, + "Erfolges": { + "pos": "nn", + "pol": "0.3446", + "std": 0 + }, + "Erfolgserlebnis": { + "pos": "nn", + "pol": "0.0884", + "std": 0 + }, + "Erfolgserlebnisses": { + "pos": "nn", + "pol": "0.0884", + "std": 0 + }, + "Erfolgserlebnissen": { + "pos": "nn", + "pol": "0.0884", + "std": 0 + }, + "Erfolgserlebnisse": { + "pos": "nn", + "pol": "0.0884", + "std": 0 + }, + "Erfüllung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erfüllungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ergiebigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ergänzung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ergänzungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erhaltung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erholung": { + "pos": "nn", + "pol": "0.0865", + "std": 0 + }, + "Erhöhung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erhöhungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erlaubnis": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erlaubnisse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erlaubnissen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erleichterung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erleichterungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erleuchtung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erleuchtungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erlösung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erlösungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ermutigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ermutigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erneuerung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erneuerungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ernsthaftigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ersparnis": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ersparnise": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ersparnisen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ersparnisse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ertrag": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erträgen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ertrags": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erträge": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ertrages": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erweiterung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erweiterungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erzeugnis": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erzeugnisen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erzeugnisses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erzeugnises": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erzeugnise": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erzeugniss": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erzeugnissen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Erzeugnisse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Experte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Experten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Expertise": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Expertisen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Exzellenz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Exzellenzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Fairness": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Faszination": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Favorit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Favoriten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Feier": { + "pos": "nn", + "pol": "0.0829", + "std": 0 + }, + "Feiern": { + "pos": "nn", + "pol": "0.0829", + "std": 0 + }, + "Fertigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Fertigkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Fest": { + "pos": "nn", + "pol": "0.2346", + "std": 0 + }, + "Festes": { + "pos": "nn", + "pol": "0.2346", + "std": 0 + }, + "Fests": { + "pos": "nn", + "pol": "0.2346", + "std": 0 + }, + "Feste": { + "pos": "nn", + "pol": "0.2346", + "std": 0 + }, + "Festen": { + "pos": "nn", + "pol": "0.2346", + "std": 0 + }, + "Festakt": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Festakts": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Festaktes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Festakte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Festakten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Festigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Festlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Festlichkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Finanzierung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Finanzierungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Fitness": { + "pos": "nn", + "pol": "0.0851", + "std": 0 + }, + "Flair": { + "pos": "nn", + "pol": "0.2216", + "std": 0 + }, + "Flairs": { + "pos": "nn", + "pol": "0.2216", + "std": 0 + }, + "Fleiß": { + "pos": "nn", + "pol": "0.3113", + "std": 0 + }, + "Fleißes": { + "pos": "nn", + "pol": "0.3113", + "std": 0 + }, + "Fleißs": { + "pos": "nn", + "pol": "0.3113", + "std": 0 + }, + "Flexibilität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Fortschritt": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Freiheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Freiheiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Freispruch": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Freisprüchen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Freisprüche": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Freispruches": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Freispruchs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Freude": { + "pos": "nn", + "pol": "0.6502", + "std": 0 + }, + "Freuden": { + "pos": "nn", + "pol": "0.6502", + "std": 0 + }, + "Freund": { + "pos": "nn", + "pol": "0.0116", + "std": 0 + }, + "Freunden": { + "pos": "nn", + "pol": "0.0116", + "std": 0 + }, + "Freundes": { + "pos": "nn", + "pol": "0.0116", + "std": 0 + }, + "Freunde": { + "pos": "nn", + "pol": "0.0116", + "std": 0 + }, + "Freunds": { + "pos": "nn", + "pol": "0.0116", + "std": 0 + }, + "Freundlichkeit": { + "pos": "nn", + "pol": "0.0913", + "std": 0 + }, + "Freundlichkeiten": { + "pos": "nn", + "pol": "0.0913", + "std": 0 + }, + "Freundschaft": { + "pos": "nn", + "pol": "0.2059", + "std": 0 + }, + "Freundschaften": { + "pos": "nn", + "pol": "0.2059", + "std": 0 + }, + "Frieden": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Friedens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Fruchtbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Funktionsfähigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Furchtlosigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Fähigkeit": { + "pos": "nn", + "pol": "0.0892", + "std": 0 + }, + "Fähigkeiten": { + "pos": "nn", + "pol": "0.0892", + "std": 0 + }, + "Förderung": { + "pos": "nn", + "pol": "0.0829", + "std": 0 + }, + "Förderungen": { + "pos": "nn", + "pol": "0.0829", + "std": 0 + }, + "Führung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Führungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Fülle": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Füllen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gabe": { + "pos": "nn", + "pol": "0.0747", + "std": 0 + }, + "Gaben": { + "pos": "nn", + "pol": "0.0747", + "std": 0 + }, + "Garantie": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Garantien": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gastfreundlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gastfreundlichkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gedenken": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gedenkens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geduld": { + "pos": "nn", + "pol": "0.0789", + "std": 0 + }, + "Gefallen": { + "pos": "nn", + "pol": "0.3349", + "std": 0 + }, + "Gefallens": { + "pos": "nn", + "pol": "0.3349", + "std": 0 + }, + "Gehaltszulage": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gehaltszulagen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gelassenheit": { + "pos": "nn", + "pol": "0.0721", + "std": 0 + }, + "Geldgeber": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geldgebers": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geldgebern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gemeinschaft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gemeinschaften": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Genauigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Genehmigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Genehmigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Genesung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Genesungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Genialität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Genie": { + "pos": "nn", + "pol": "0.0697", + "std": 0 + }, + "Genies": { + "pos": "nn", + "pol": "0.0697", + "std": 0 + }, + "Genuss": { + "pos": "nn", + "pol": "0.0701", + "std": 0 + }, + "Genüssen": { + "pos": "nn", + "pol": "0.0701", + "std": 0 + }, + "Genusss": { + "pos": "nn", + "pol": "0.0701", + "std": 0 + }, + "Genüsse": { + "pos": "nn", + "pol": "0.0701", + "std": 0 + }, + "Genusses": { + "pos": "nn", + "pol": "0.0701", + "std": 0 + }, + "Genuß": { + "pos": "nn", + "pol": "0.073", + "std": 0 + }, + "Genußes": { + "pos": "nn", + "pol": "0.073", + "std": 0 + }, + "Genüßen": { + "pos": "nn", + "pol": "0.073", + "std": 0 + }, + "Genüße": { + "pos": "nn", + "pol": "0.073", + "std": 0 + }, + "Genußs": { + "pos": "nn", + "pol": "0.073", + "std": 0 + }, + "Gerechtigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geräumigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geschenk": { + "pos": "nn", + "pol": "0.4792", + "std": 0 + }, + "Geschenken": { + "pos": "nn", + "pol": "0.4792", + "std": 0 + }, + "Geschenks": { + "pos": "nn", + "pol": "0.4792", + "std": 0 + }, + "Geschenkes": { + "pos": "nn", + "pol": "0.4792", + "std": 0 + }, + "Geschenke": { + "pos": "nn", + "pol": "0.4792", + "std": 0 + }, + "Geschick": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geschicke": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geschicks": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geschickes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geschicken": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Geschicklichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gesundheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gesundung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewinn": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewinns": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewinnen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewinne": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewinnes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewinner": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewinnern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewinners": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewährleistung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gewährleistungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glamour": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glamours": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glanz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glanzs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glanzes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glaube": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glaubes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glaubwürdigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glaubwürdigkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gleichstellung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glück": { + "pos": "nn", + "pol": "0.2452", + "std": 0 + }, + "Glücken": { + "pos": "nn", + "pol": "0.2452", + "std": 0 + }, + "Glückes": { + "pos": "nn", + "pol": "0.2452", + "std": 0 + }, + "Glücks": { + "pos": "nn", + "pol": "0.2452", + "std": 0 + }, + "Glücke": { + "pos": "nn", + "pol": "0.2452", + "std": 0 + }, + "Glückseligkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glückseligkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Glückwunsch": { + "pos": "nn", + "pol": "0.2193", + "std": 0 + }, + "Glückwünschen": { + "pos": "nn", + "pol": "0.2193", + "std": 0 + }, + "Glückwünsche": { + "pos": "nn", + "pol": "0.2193", + "std": 0 + }, + "Glückwunschs": { + "pos": "nn", + "pol": "0.2193", + "std": 0 + }, + "Glückwunsches": { + "pos": "nn", + "pol": "0.2193", + "std": 0 + }, + "Gnade": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gnaden": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gratulation": { + "pos": "nn", + "pol": "0.428", + "std": 0 + }, + "Gratulationen": { + "pos": "nn", + "pol": "0.428", + "std": 0 + }, + "Grenzenlosigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Großzügigigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Größe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Größen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gründlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gunst": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gönner": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gönnern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gönners": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gönnerschaft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Gültigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Güte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hammer": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hammern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hammers": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Harmonie": { + "pos": "nn", + "pol": "0.0795", + "std": 0 + }, + "Harmonien": { + "pos": "nn", + "pol": "0.0795", + "std": 0 + }, + "Harmonisierung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Harmonisierungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hartnäckigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heiligtum": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heiligtumes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heiligtümern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heiligtümer": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heiligtums": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heilung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heilungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heirat": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heiraten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Heiterkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Helligkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Helligkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Herrlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Herrlichkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Highlight": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Highlights": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hilfe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hilfen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hilfsbereitschaft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hingabe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochdruckgebiet": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochdruckgebiete": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochdruckgebiets": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochdruckgebieten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochdruckgebietes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochruf": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochrufes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochrufen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochrufs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochrufe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hochwertigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hoffnung": { + "pos": "nn", + "pol": "0.2038", + "std": 0 + }, + "Hoffnungen": { + "pos": "nn", + "pol": "0.2038", + "std": 0 + }, + "Humanität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Humor": { + "pos": "nn", + "pol": "0.3296", + "std": 0 + }, + "Humoren": { + "pos": "nn", + "pol": "0.3296", + "std": 0 + }, + "Humore": { + "pos": "nn", + "pol": "0.3296", + "std": 0 + }, + "Humors": { + "pos": "nn", + "pol": "0.3296", + "std": 0 + }, + "Hurra": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hurras": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hurrageschrei": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Hurrageschreis": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Höflichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Höflichkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Höhepunkt": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Höhepunkten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Höhepunktes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Höhepunkts": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Höhepunkte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Individualität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Individualitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Innovation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Innovationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Inspiration": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Inspirationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Integrität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Intellekt": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Intellekts": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Intellekten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Intellektes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Intellekte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Intelligenz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Intelligenzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Interesse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Interessenvertretung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Interessenvertretungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Investition": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Investitionen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Jubel": { + "pos": "nn", + "pol": "0.0652", + "std": 0 + }, + "Jubels": { + "pos": "nn", + "pol": "0.0652", + "std": 0 + }, + "Jubiläum": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kauf": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kaufs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kaufes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Käufen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Käufe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Klarheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Klarheiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Komfort": { + "pos": "nn", + "pol": "0.1808", + "std": 0 + }, + "Komforts": { + "pos": "nn", + "pol": "0.1808", + "std": 0 + }, + "Kommunikation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kommunikationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompatibilität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompatibilitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompensation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompensationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompetenz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompetenzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompliment": { + "pos": "nn", + "pol": "0.3323", + "std": 0 + }, + "Komplimente": { + "pos": "nn", + "pol": "0.3323", + "std": 0 + }, + "Kompliments": { + "pos": "nn", + "pol": "0.3323", + "std": 0 + }, + "Komplimentes": { + "pos": "nn", + "pol": "0.3323", + "std": 0 + }, + "Komplimenten": { + "pos": "nn", + "pol": "0.3323", + "std": 0 + }, + "Kompromiss": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompromisses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompromisss": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompromisse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kompromissen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konjunkturaufschwung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konjunkturaufschwünge": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konjunkturaufschwungs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konjunkturaufschwüngen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konjunkturaufschwunges": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsense": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsensen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsenses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsistenz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsolidierung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsolidierungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konstanz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsultation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Konsultationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kontinuität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kooperation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kooperationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Koordinierung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Koordinierungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Korrektheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Korrektur": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Korrekturen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kostbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kostbarkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kraft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kräfte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kräften": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kreativität": { + "pos": "nn", + "pol": "0.0768", + "std": 0 + }, + "Kulanz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Kur": { + "pos": "nn", + "pol": "0.0859", + "std": 0 + }, + "Kuren": { + "pos": "nn", + "pol": "0.0859", + "std": 0 + }, + "Langlebigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Laune": { + "pos": "nn", + "pol": "0.1085", + "std": 0 + }, + "Launen": { + "pos": "nn", + "pol": "0.1085", + "std": 0 + }, + "Lebensfähigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Lebensfähigkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Legalität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Legitimität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Leichtigkeit": { + "pos": "nn", + "pol": "0.1725", + "std": 0 + }, + "Leidenschaft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Leidenschaften": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Leistung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Leistungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Leistungsfähigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Leistungsfähigkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Liberalismus": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Liebe": { + "pos": "nn", + "pol": "0.0985", + "std": 0 + }, + "Lieben": { + "pos": "nn", + "pol": "0.0985", + "std": 0 + }, + "Liebling": { + "pos": "nn", + "pol": "0.0873", + "std": 0 + }, + "Lieblings": { + "pos": "nn", + "pol": "0.0873", + "std": 0 + }, + "Lieblinge": { + "pos": "nn", + "pol": "0.0873", + "std": 0 + }, + "Lieblingen": { + "pos": "nn", + "pol": "0.0873", + "std": 0 + }, + "Linderung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Linderungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Linderungnen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Lob": { + "pos": "nn", + "pol": "0.7246", + "std": 0 + }, + "Loben": { + "pos": "nn", + "pol": "0.7246", + "std": 0 + }, + "Lobs": { + "pos": "nn", + "pol": "0.7246", + "std": 0 + }, + "Lobes": { + "pos": "nn", + "pol": "0.7246", + "std": 0 + }, + "Lobe": { + "pos": "nn", + "pol": "0.7246", + "std": 0 + }, + "Lohn": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Löhne": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Löhnen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Lohns": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Lohnes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Loyalität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Loyalitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Luxus": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Lösung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Lösungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Macht": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Mächten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Mächte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Magie": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Magien": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Majestät": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Majestäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Maximum": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Meisterschaft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Meisterschaften": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Meisterwerk": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Meisterwerken": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Meisterwerks": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Meisterwerkes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Meisterwerke": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Menschenwürde": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Menschlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Menschlichkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Milde": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Mitgefühl": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Mitgefühles": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Mitgefühls": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Mobilität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Modernisierung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Modernisierungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Modernität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Modernitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Moral": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Moralen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Motivation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Motivationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Mut": { + "pos": "nn", + "pol": "0.6093", + "std": 0 + }, + "Muts": { + "pos": "nn", + "pol": "0.6093", + "std": 0 + }, + "Mutes": { + "pos": "nn", + "pol": "0.6093", + "std": 0 + }, + "Möglichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Möglichkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Nachhaltigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Nutzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Nutzens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Nähe": { + "pos": "nn", + "pol": "0.0911", + "std": 0 + }, + "Oase": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Optimalität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Optimismus": { + "pos": "nn", + "pol": "0.0882", + "std": 0 + }, + "Optimist": { + "pos": "nn", + "pol": "0.0836", + "std": 0 + }, + "Optimisten": { + "pos": "nn", + "pol": "0.0836", + "std": 0 + }, + "Ordnungsmäßigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Originalität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Originalitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Pannenhilfe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Pannenhilfen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Paradies": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Paradieses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Paradiesen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Paradiess": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Paradiese": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Partner": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Partners": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Partnern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Partnerschaft": { + "pos": "nn", + "pol": "0.0779", + "std": 0 + }, + "Partnerschaften": { + "pos": "nn", + "pol": "0.0779", + "std": 0 + }, + "Perfektion": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Perfektionen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Perfektionismus": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Perfektionist": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Perfektionisten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Pflege": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Phantasie": { + "pos": "nn", + "pol": "0.075", + "std": 0 + }, + "Phantasien": { + "pos": "nn", + "pol": "0.075", + "std": 0 + }, + "Plausibilität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Positivität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Potenz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Potenzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Pracht": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Prachtnen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Prachten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Praktikabilität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Premium": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Premien": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Premiums": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Prestige": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Prestiges": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Privileg": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Produktivität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Profit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Progression": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Prächtigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Präferenz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Präferenzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Präzision": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Pünktlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Qualifikation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Qualifikationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Qualität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Qualitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Qualitätsverbesserung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Qualitätsverbesserungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rat": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Recht": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rechten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rechte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rechts": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rechtes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rechtmäßigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rechtsgültigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rehabilitation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rehabilitationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reichtum": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reichtumes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reichtums": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reichtümer": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reichtümern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reinheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reinigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reinigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Relevanz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Relevanzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Renovierung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Renovierungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rentabilität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Reparatur": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Reparaturen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Respekt": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Respekte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Respekts": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Respektes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Respekten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rettung": { + "pos": "nn", + "pol": "0.0707", + "std": 0 + }, + "Rettungen": { + "pos": "nn", + "pol": "0.0707", + "std": 0 + }, + "Robustheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Romantik": { + "pos": "nn", + "pol": "0.0688", + "std": 0 + }, + "Ruhe": { + "pos": "nn", + "pol": "0.5017", + "std": 0 + }, + "Ruhm": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ruhms": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ruhmes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rückendeckung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rückgrat": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rückgrate": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rückgrats": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rückgrates": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rückgraten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rücksicht": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Rückversicherung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sauberkeit": { + "pos": "nn", + "pol": "0.0755", + "std": 0 + }, + "Schatz": { + "pos": "nn", + "pol": "0.1096", + "std": 0 + }, + "Schätze": { + "pos": "nn", + "pol": "0.1096", + "std": 0 + }, + "Schatzes": { + "pos": "nn", + "pol": "0.1096", + "std": 0 + }, + "Schätzen": { + "pos": "nn", + "pol": "0.1096", + "std": 0 + }, + "Schatzs": { + "pos": "nn", + "pol": "0.1096", + "std": 0 + }, + "Schenkung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schenkungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schirmherr": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schirmherren": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schirmherrschaft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schirmherrschaftnen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schirmherrschaften": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schlauheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schmuck": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schmucks": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schmucken": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schmuckes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schmucke": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schnelligkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schnelligkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schnäppchen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schnäppchens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schuldlosigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schutz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schutzs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schützen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schutze": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schutzes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schutzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schütze": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schutzmaßnahmen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Schwung": { + "pos": "nn", + "pol": "0.238", + "std": 0 + }, + "Schwunges": { + "pos": "nn", + "pol": "0.238", + "std": 0 + }, + "Schwungs": { + "pos": "nn", + "pol": "0.238", + "std": 0 + }, + "Schwüngen": { + "pos": "nn", + "pol": "0.238", + "std": 0 + }, + "Schwünge": { + "pos": "nn", + "pol": "0.238", + "std": 0 + }, + "Schönheit": { + "pos": "nn", + "pol": "0.3286", + "std": 0 + }, + "Schönheiten": { + "pos": "nn", + "pol": "0.3286", + "std": 0 + }, + "Selbstständigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sensation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sensationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Seriösität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sicherheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sicherheiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Siegeszug": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Siegeszuges": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Siegeszüge": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Siegeszugs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Siegeszügen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sinn": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sinns": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sinne": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sinnes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sinnen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Solidarität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sorgfältigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sorglosigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sparsamkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sparsamkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Spass": { + "pos": "nn", + "pol": "0.2429", + "std": 0 + }, + "Spasses": { + "pos": "nn", + "pol": "0.2429", + "std": 0 + }, + "Spässe": { + "pos": "nn", + "pol": "0.2429", + "std": 0 + }, + "Spasss": { + "pos": "nn", + "pol": "0.2429", + "std": 0 + }, + "Spässen": { + "pos": "nn", + "pol": "0.2429", + "std": 0 + }, + "Spaß": { + "pos": "nn", + "pol": "0.2823", + "std": 0 + }, + "Spende": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Spenden": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Spezialität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Spezialitäten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sprung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sprüngen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sprunges": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sprünge": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sprungs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stabilität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Standhaftigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stattlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Steigerung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Steigerungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Steigflug": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stifter": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stiftung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stiftungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stil": { + "pos": "nn", + "pol": "0.3398", + "std": 0 + }, + "Stile": { + "pos": "nn", + "pol": "0.3398", + "std": 0 + }, + "Stilen": { + "pos": "nn", + "pol": "0.3398", + "std": 0 + }, + "Stiles": { + "pos": "nn", + "pol": "0.3398", + "std": 0 + }, + "Stils": { + "pos": "nn", + "pol": "0.3398", + "std": 0 + }, + "Stimulation": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stimulationen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stolz": { + "pos": "nn", + "pol": "0.0797", + "std": 0 + }, + "Stolzes": { + "pos": "nn", + "pol": "0.0797", + "std": 0 + }, + "Stolzs": { + "pos": "nn", + "pol": "0.0797", + "std": 0 + }, + "Stärke": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stärken": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Stütze": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Subvention": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Subventionen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Suchtfaktor": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Suchtfaktors": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Suchtfaktoren": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Superlativ": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Superlativen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Superlative": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Superlativs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Symbiose": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Symbiosen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Sympathie": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Talent": { + "pos": "nn", + "pol": "0.3352", + "std": 0 + }, + "Talents": { + "pos": "nn", + "pol": "0.3352", + "std": 0 + }, + "Talenten": { + "pos": "nn", + "pol": "0.3352", + "std": 0 + }, + "Talentes": { + "pos": "nn", + "pol": "0.3352", + "std": 0 + }, + "Talente": { + "pos": "nn", + "pol": "0.3352", + "std": 0 + }, + "Toleranz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Toleranzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Tradition": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Traditionen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Treue": { + "pos": "nn", + "pol": "0.2019", + "std": 0 + }, + "Triumph": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Triumphen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Triumphes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Triumphe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Triumphs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Trophäe": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Trophäen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Trost": { + "pos": "nn", + "pol": "0.0706", + "std": 0 + }, + "Trosts": { + "pos": "nn", + "pol": "0.0706", + "std": 0 + }, + "Trostes": { + "pos": "nn", + "pol": "0.0706", + "std": 0 + }, + "Umbruch": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Umbruches": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Umbrüche": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Umbruchs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Umbrüchen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unabhängigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unabhängigkeiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unbesiegbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unerschrockenheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unfehlbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unparteilichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unschuld": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unsterblichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unterstützung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unterstützungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unverwundbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unverzichtbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Unwiderstehlichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Upgrade": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verantwortung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verantwortungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verband": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbände": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbänden": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbands": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbandes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbesserung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbesserungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbund": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbundenheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verbündete": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verdienst": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verdienstes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verdienste": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verdiensts": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verdiensten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Veredelung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verehrung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vereinbarung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vereinbarungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vereinfachung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vereinfachungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vereinigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vereinigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vererbung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vererbungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verfeinerung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verfeinerungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vergebung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vergebungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vergrößerung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vergrößerungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vergötterung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vergötterungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verhandelung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlobung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlobungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlöbnis": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlöbnissen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlöbnisen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlöbnise": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlöbniss": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlöbnisses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlöbnisse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verlöbnises": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vermittlung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vernunft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verschönerung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verschönerungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Versicherung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Versicherungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Versprechen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Versprechens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verstand": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verstands": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verstandes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verständnis": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verständnissen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verständnisse": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verständnisses": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verständniss": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verstärkung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verstärkungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Versöhnung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Versöhnungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verteidiger": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verteidigern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verteidigers": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verteidigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verteidigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vertrag": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verträgen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verträge": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vertrags": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vertrages": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vertrauen": { + "pos": "nn", + "pol": "0.3512", + "std": 0 + }, + "Vertrauens": { + "pos": "nn", + "pol": "0.3512", + "std": 0 + }, + "Vertrauenswürdigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vertrauter": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vertrautheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vertrautheiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verwendbarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verwirklichung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Verwirklichungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vielseitigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vielzahl": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Visionär": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Visionäres": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Visionäre": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Visionärs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Visionären": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vitalität": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vollständigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorbereitung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorbereitungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorsicht": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorsorge": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorsorgen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorteil": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorteilen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorteils": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorteiles": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Vorteile": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wachsamkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wachstum": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wachstums": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wahrheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wahrheiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Weichheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Weichheiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Weisheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Weisheiten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Weitsichtigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wert": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wertschätzung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wertsteigerung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wertsteigerungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Widerstandsfähigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wiederbelebung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wiedergutmachung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wiedergutmachungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wiederherstellung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wiederkehr": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wiedervereinigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wiedervereinigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wille": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wirksamkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wissen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Witz": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Witzen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Witzes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Witze": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlergehen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlergehens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlgefallen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlgefallens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlstand": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlstandes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlstands": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohltat": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohltaten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohltäter": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohltäters": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohltätern": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohltätigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlwollen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wohlwollens": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Wunder": { + "pos": "nn", + "pol": "0.0741", + "std": 0 + }, + "Wundern": { + "pos": "nn", + "pol": "0.0741", + "std": 0 + }, + "Wunders": { + "pos": "nn", + "pol": "0.0741", + "std": 0 + }, + "Wärme": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zenit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zenites": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zeniten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zenits": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zenite": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ziel": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ziels": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Ziele": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zieles": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zielen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuflucht": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zufluchten": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zufriedenheit": { + "pos": "nn", + "pol": "0.2207", + "std": 0 + }, + "Zugabe": { + "pos": "nn", + "pol": "0.0882", + "std": 0 + }, + "Zugaben": { + "pos": "nn", + "pol": "0.0882", + "std": 0 + }, + "Zugänglichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zulage": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zulagen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zulässigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuneigung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuneigungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zusammenarbeit": { + "pos": "nn", + "pol": "0.0893", + "std": 0 + }, + "Zusammenarbeiten": { + "pos": "nn", + "pol": "0.0893", + "std": 0 + }, + "Zusammengehörigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zusammenhalt": { + "pos": "nn", + "pol": "0.1947", + "std": 0 + }, + "Zusammenhaltes": { + "pos": "nn", + "pol": "0.1947", + "std": 0 + }, + "Zusammenhalte": { + "pos": "nn", + "pol": "0.1947", + "std": 0 + }, + "Zusammenhalts": { + "pos": "nn", + "pol": "0.1947", + "std": 0 + }, + "Zusammenhalten": { + "pos": "nn", + "pol": "0.1947", + "std": 0 + }, + "Zuschuß": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuschüße": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuschußes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuschüßen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuschußs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zustimmung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zustimmungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuverlässigkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Zuversicht": { + "pos": "nn", + "pol": "0.0727", + "std": 0 + }, + "abgesichert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "abmachen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abgemacht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmachst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmach": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmachet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmachten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmacht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmache": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmachtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmachte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmachest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abmachtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abschließen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "absolut": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absoluterem": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolutem": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolutestem": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolutesten": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absoluten": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolutere": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolutestes": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolutester": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absoluteren": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolutes": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolutest": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absoluteres": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absoluterer": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absoluter": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absolute": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "absoluteste": { + "pos": "adjx", + "pol": "0.2418", + "std": 0 + }, + "abstimmen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimmtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimmtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimmt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimmest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimmet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimmten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abgestimmt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimmte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimmst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimme": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abstimm": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "abwechslungsreich": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichster": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichere": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreicheren": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreicherem": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichsten": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichstem": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichst": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichstes": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichste": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichen": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreichem": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreicherer": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreicher": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreicheres": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreiches": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "abwechslungsreiche": { + "pos": "adjx", + "pol": "0.5797", + "std": 0 + }, + "addieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "addiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "adrett": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrettestes": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrettere": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adretteren": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrettester": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrettestem": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrettesten": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adretterem": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrettem": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adretten": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adretteste": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrette": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adretter": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrettest": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adrettes": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adretteres": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "adretterer": { + "pos": "adjx", + "pol": "0.1987", + "std": 0 + }, + "agil": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilstes": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilster": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agileren": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilerem": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilsten": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilstem": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilere": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agileres": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agiles": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agiler": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilst": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilen": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilem": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilerer": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agilste": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "agile": { + "pos": "adjx", + "pol": "0.1959", + "std": 0 + }, + "akkurat": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuratester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuratestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuratest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuratem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuraten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkurater": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkurates": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkurateres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuratere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkurate": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuraterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuratesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuraterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkuratestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkurateren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akkurateste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktiv": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktivere": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktiveren": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktiverem": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktivste": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktivst": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktivem": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktiven": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktiver": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktives": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktivster": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktiverer": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktivstes": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktiveres": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktive": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktivstem": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktivsten": { + "pos": "adjx", + "pol": "0.0911", + "std": 0 + }, + "aktualisieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktualisierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aktuell": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktueller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuelle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuelles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuelleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuelleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aktuellster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptabel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptabelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptabelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptabler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptabelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptabelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptablen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptablere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptablem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptabelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptable": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptablerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptableres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptablerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptables": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptabelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptableren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "akzeptieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "akzeptier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "allerbeste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbestee": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbestest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbestees": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbestestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbestester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbestesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbesteere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerbestestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allererste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allererstestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allererstesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allererstest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allererstester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allererstestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allererstee": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allererstees": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allerersteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allgemeingültigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "allumfassenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anbieten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anerkannt": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkanntest": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkannteren": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkannterem": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkannteres": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkannterer": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkanntester": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkannter": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkanntes": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkanntestem": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkanntesten": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkannten": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkannte": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkanntem": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkanntere": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkanntestes": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkannteste": { + "pos": "adjx", + "pol": "0.0785", + "std": 0 + }, + "anerkennen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswerterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswerter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswerteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswerterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswerteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswerten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswerteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anerkennenswerte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemesseneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemesseneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angemessnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angenehm": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmes": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmer": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmeres": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmerer": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmst": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmen": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmstem": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmsten": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmere": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmstes": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehme": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmster": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmste": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmem": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmerem": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angenehmeren": { + "pos": "adjx", + "pol": "0.4887", + "std": 0 + }, + "angesehen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angeseheneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angeseheneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "angesehenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anheben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anheitern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbeln": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbelte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbelen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbelst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbelten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbele": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbl": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbel": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbeltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbeltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurbelt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "angekurbelt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ankurble": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anlocken": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annehmbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annehmbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "annähern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "angenähert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annähertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annäherte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annähert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annähere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annähertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annäherten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annäher": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annäheren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "annäherst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anpassen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anpassungsfähig": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigstes": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähige": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigster": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähiger": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähiges": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigeres": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigerer": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigere": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigerem": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigste": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigeren": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigem": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigstem": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigsten": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigen": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anpassungsfähigst": { + "pos": "adjx", + "pol": "0.0799", + "std": 0 + }, + "anreichern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreichertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreicheren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreicherten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreicherst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreichere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "angereichert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreichert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreicher": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreichertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anreicherte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ansehnlich": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlicheres": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlicherer": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichem": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichstes": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichster": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichst": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichste": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichstem": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichsten": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichen": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlicheren": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlicherem": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlicher": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnliches": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnliche": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansehnlichere": { + "pos": "adjx", + "pol": "0.0931", + "std": 0 + }, + "ansprechend": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechende": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendem": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendst": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechenden": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechender": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechenderen": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechenderem": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendes": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendstem": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendsten": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechenderer": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendste": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechenderes": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendster": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendere": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "ansprechendstes": { + "pos": "adjx", + "pol": "0.3382", + "std": 0 + }, + "anspruchsvoll": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollerem": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollere": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollen": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollem": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvolleres": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollerer": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvoller": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollst": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollstes": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollster": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvolleren": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollsten": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvolle": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvolles": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollstem": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "anspruchsvollste": { + "pos": "adjx", + "pol": "0.2216", + "std": 0 + }, + "ansteigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anständig": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigere": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständiges": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigeres": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständiger": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigerer": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigem": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigen": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigeren": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigsten": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigste": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigerem": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständige": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigstem": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigster": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigst": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anständigstes": { + "pos": "adjx", + "pol": "0.0977", + "std": 0 + }, + "anteilig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiliger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiliges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteilige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anteiligstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "anvertrauen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertrautet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertraust": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertraute": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertrau": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertraut": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertraue": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertrauet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertrauest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertrautest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anvertrauten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "anziehen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "applaudiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "artig": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigst": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigstem": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigsten": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigster": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigere": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigerem": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artige": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigeren": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigem": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigerer": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigstes": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigen": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigste": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artigeres": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artiges": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "artiger": { + "pos": "adjx", + "pol": "0.225", + "std": 0 + }, + "atemberaubend": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubenderen": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubenderem": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendster": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubenderer": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubende": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendstem": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendsten": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubenderes": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendere": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendstes": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendes": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubender": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendste": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubenden": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendst": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "atemberaubendem": { + "pos": "adjx", + "pol": "0.3261", + "std": 0 + }, + "attraktiv": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktives": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktiver": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktivstes": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktiveres": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktivster": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktiverer": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktive": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktivsten": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktivst": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktiveren": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktivstem": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktiverem": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktivste": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktivere": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktiven": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "attraktivem": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "aufbereiten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereitetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereitte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereiteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereitten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereite": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereitet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereittest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereitetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereit": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereitest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereittet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbereitete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbessern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbessertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbesserten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbesseren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbessertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufgebessert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbesserst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbesserte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbessert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbessere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufbesser": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufblühen": { + "pos": "vvinf", + "pol": "0.0845", + "std": 0 + }, + "auferstehen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmerksam": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksame": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksames": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksameres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksameren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmerksamem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufmuntern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmunterte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmuntertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmunterst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmunter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmunteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmuntere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmunterten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmuntertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmuntert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufgemuntert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufmunternd": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrecht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrechteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufrichtigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufschwingen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufsteigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstocken": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufgestockt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstocket": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstockest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstock": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstockten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstocktet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstockst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstockte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstockt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstocke": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufstocktest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auftreiben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwendig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwendigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aufwerten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwerte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwerteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwertte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufgewertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwertten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwerttet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwertete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwerttest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwertetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwertetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "aufwärts": { + "pos": "adv", + "pol": "0.0040", + "std": 0 + }, + "ausbauen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbaue": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbaut": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbautest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbauten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbauet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbaute": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausgebaut": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbaust": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbauest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbau": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbautet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbilden": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausgebildet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildeten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbildtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbilde": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausbild": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausgedauert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauerten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauerst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauerte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdauertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausdaueren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausführlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausführlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgeflippt": { + "pos": "adjx", + "pol": "0.0756", + "std": 0 + }, + "ausgeglichen": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglicheneres": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichner": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenst": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichene": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenstes": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenem": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichnere": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenen": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenere": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenster": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichneres": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichnerer": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichensten": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichener": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenes": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenstem": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenste": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichneren": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichnerem": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenerem": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglicheneren": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeglichenerer": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "ausgeweitet": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewogen": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenstes": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenere": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogner": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenster": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewognere": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewognerem": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogneren": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenst": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewognerer": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenstem": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogneres": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogensten": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogene": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenes": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogener": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenste": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenem": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenerer": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogeneres": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenerem": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogeneren": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewogenen": { + "pos": "adjx", + "pol": "0.206", + "std": 0 + }, + "ausgewählt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewählteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewählterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewählten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewählter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewählte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewählterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewähltst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgewählteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausgezeichnet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausgezeichneteres": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetere": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetste": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichneterer": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetster": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetes": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetstes": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichneter": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetst": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetsten": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetem": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnete": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichnetstem": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichneten": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichneteren": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgezeichneterem": { + "pos": "adjx", + "pol": "0.3146", + "std": 0 + }, + "ausgleichen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskommen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskurieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskurierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskurierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskurier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskurierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskuriere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskurieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskurierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskuriert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskuriertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auskuriertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausreichen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ausreichend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausreichendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "aussichtsreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ausweiten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichnen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichnetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichnet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichn": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichnete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichnest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichneten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichntest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichntet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichne": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichnten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichnetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "auszeichnte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "authentisch": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentische": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischer": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischen": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischem": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischstem": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischsten": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischster": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischstes": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischerer": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischeres": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischste": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischeren": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischst": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischerem": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentischere": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "authentisches": { + "pos": "adjx", + "pol": "0.1885", + "std": 0 + }, + "autonom": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonome": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "autonomstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "außergewöhnlich": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichstes": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnliche": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichere": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlicheres": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichster": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlicherer": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichstem": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichsten": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichste": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlicherem": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlicheren": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnliches": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlicher": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichen": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichem": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außergewöhnlichst": { + "pos": "adjx", + "pol": "0.3395", + "std": 0 + }, + "außerordentlich": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichsten": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichstem": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlicher": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentliches": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentliche": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlicherem": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlicheren": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichen": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichst": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichem": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichere": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlicherer": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlicheres": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichste": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichstes": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "außerordentlichster": { + "pos": "adjx", + "pol": "0.1137", + "std": 0 + }, + "bahnbrechend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bahnbrechendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "barmherzig": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzige": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigere": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigstem": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigsten": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherziges": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherziger": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigste": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigstes": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigem": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigster": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigen": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigerem": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigeren": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigerer": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigeres": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "barmherzigst": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "beachtenswert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswerten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswerterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswerteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswerter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswerteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswerte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswerterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswerteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtenswertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beachtlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beauftragen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftragten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftragest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftragt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftrage": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftragtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftragte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftrag": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftragst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftragtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beauftraget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerecht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsgerechteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientiertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfsorientierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarftste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedarfte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedenken": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeuten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeutetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeute": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeutte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeuttest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeuttet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeut": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeutten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeutete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeutetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeuteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeutet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeutest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bedeutend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsam": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsameres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsame": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsames": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsameren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bedeutsamste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beeindrucken": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindruckten": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindruckest": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindruckt": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindrucke": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindrucktet": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindrucktest": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindruck": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindruckte": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindruckst": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindrucket": { + "pos": "vvinf", + "pol": "0.2126", + "std": 0 + }, + "beeindruckend": { + "pos": "adjx", + "pol": "0.3408", + "std": 0 + }, + "befreien": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreiten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreist": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreite": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreit": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreie": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreiest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befrei": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreitet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreitest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befreiet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befriedigen": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedigtest": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedigt": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedigest": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedig": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedige": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedigst": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedigten": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedigte": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriediget": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedigtet": { + "pos": "vvinf", + "pol": "0.0809", + "std": 0 + }, + "befriedigend": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendst": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendes": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendstem": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendsten": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigender": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendstes": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigenden": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendster": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendem": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendste": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigende": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigendere": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigenderem": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigenderen": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigenderer": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befriedigenderes": { + "pos": "adjx", + "pol": "0.2152", + "std": 0 + }, + "befördern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befördere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beförder": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beförderten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beförderen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befördertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befördertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beförderst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beförderte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "befördert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begehrt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begehrte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begeistern": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeistertest": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeistert": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeistere": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeister": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeistertet": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeisteren": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeisterst": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeisterten": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "begeisterte": { + "pos": "vvinf", + "pol": "0.4324", + "std": 0 + }, + "beglückend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "begnadet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadeteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadeterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadeteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadeterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetstem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetsten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadeten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetstes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadetster": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadeter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begnadigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "begünstigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "behaglich": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichste": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichst": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichstes": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichem": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichen": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglicherer": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglicherem": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichster": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglicheren": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichstem": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichsten": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behagliche": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglichere": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglicheres": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behaglicher": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "behagliches": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "beheben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beheizbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beheizbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beherrscht": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschtem": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschteste": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschten": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschtes": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschteres": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschter": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschterer": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschtest": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschterem": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschteren": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschtester": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschtesten": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschtestem": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschtere": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschte": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "beherrschtestes": { + "pos": "vvinf", + "pol": "0.4635", + "std": 0 + }, + "behutsam": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsame": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsameres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsameren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsames": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behutsamsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "behütet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilegen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilegte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilegt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilegst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beileg": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilegtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilegtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilege": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beigelegt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilegest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beileget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beilegten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beispielhaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beispielhafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beisteuern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteuer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteuerte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteueren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteuerst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteuertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beigesteuert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteuertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteuert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteuere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beisteuerten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beitragen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beitreten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bejubelt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekanntesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekanntere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekanntestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekanntester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekanntestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekanntes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekanntest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekanntem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekannterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekennend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bekräftigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bekräftige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belastbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belastbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beleben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belebest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beleb": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "belehrbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "belehrbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beliebt": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebteres": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebten": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebterer": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebtes": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebter": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebte": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebtest": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebteste": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebtestem": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebtesten": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebtere": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebtestes": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebteren": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebtester": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebtem": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "beliebterem": { + "pos": "adjx", + "pol": "0.2172", + "std": 0 + }, + "belohnen": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohntest": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohnest": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohnte": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohnst": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohntet": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohnt": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohnten": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohnet": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohne": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "belohn": { + "pos": "vvinf", + "pol": "0.0893", + "std": 0 + }, + "bemerkenswert": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswertester": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswertest": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswerter": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswertestes": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswertesten": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswertes": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswertestem": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswerte": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswerterer": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswerteres": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswertere": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswerterem": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswerteste": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswertem": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswerteren": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "bemerkenswerten": { + "pos": "adjx", + "pol": "0.4515", + "std": 0 + }, + "beneidenswert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswerter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswerteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswerterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswerteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswerterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswerteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswerte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswerten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beneidenswertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bequem": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemst": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemeres": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemem": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemerer": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemste": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemstem": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemsten": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemen": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemeren": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemerem": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemes": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemster": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemer": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemstes": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequemere": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "bequeme": { + "pos": "adjx", + "pol": "0.2344", + "std": 0 + }, + "berauschend": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendsten": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendere": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendst": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendster": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendstes": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschenden": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschenderer": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschenderes": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschende": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendste": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschenderem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendes": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschender": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschenderen": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "berauschendstem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "bereichern": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereicher": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereichere": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereicherte": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereicherst": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereichertet": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereichertest": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereichert": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereicheren": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereicherten": { + "pos": "vvinf", + "pol": "0.0718", + "std": 0 + }, + "bereit": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereitere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereitester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereitestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereite": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereiten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereitem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereites": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereiter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereiterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereiteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereiteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereiteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereitestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereiterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereitest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereitesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bereitstellen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstelltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstellest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstell": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstelltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstellten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstellet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstellst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstellte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstellt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitgestellt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bereitstelle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beruhigend": { + "pos": "adjx", + "pol": "0.2133", + "std": 0 + }, + "berühmt": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmtester": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmtestes": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmtes": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmtest": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmte": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmtem": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmten": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmteren": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmter": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmtere": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmteres": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmterer": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmteste": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmtesten": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmtestem": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "berühmterem": { + "pos": "adjx", + "pol": "0.3267", + "std": 0 + }, + "bescheiden": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidnere": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenste": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidensten": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenstem": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidner": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenem": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenst": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenen": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidene": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheideneren": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidneren": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidnerem": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenerem": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidener": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenerer": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidneres": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheideneres": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidnerer": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenes": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenere": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenster": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "bescheidenstes": { + "pos": "adjx", + "pol": "0.0956", + "std": 0 + }, + "beschleunigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleuniget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschleunige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beschwichtigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "besitzen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "besondere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderee": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderees": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondererer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondereren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderersten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondererem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondererstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondererster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondererst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondererste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondererstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderererem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderereren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderereres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besondererere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonderererer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonders": { + "pos": "adv", + "pol": "0.5391", + "std": 0 + }, + "besonnen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonneneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonneneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besonnenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bessererer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besserere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bessereres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bessere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "besserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besseren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bessererem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bessereren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besserste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besserster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besserstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "besserst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "besserstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bessersten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bessern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bessert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bessertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gebessert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bessertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "besserten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "besserte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bestehen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "besten": { + "pos": "adjx", + "pol": "0.2291", + "std": 0 + }, + "bestens": { + "pos": "adv", + "pol": "0.0808", + "std": 0 + }, + "bestmöglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmögliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmögliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestmöglichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bestätigen": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätiget": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätigte": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätigtest": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätigtet": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätige": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätigt": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätigest": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätigten": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätigst": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "bestätig": { + "pos": "vvinf", + "pol": "0.0854", + "std": 0 + }, + "beteiligen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteiligst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteiliget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteilig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteiligten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteiligte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteiligtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteiligt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteiligest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteilige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beteiligtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "beträchtlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "beträchtlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bevorzugt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bewegend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bewirken": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirktet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirktest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirket": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirkten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirkte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirkst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirk": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirkest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirke": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewirkt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewundern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewunderten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewundertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewundert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bewundere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewunderte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewunderen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewunderst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewunder": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewundertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "bewundernswert": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswertesten": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswerter": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswertestem": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswertes": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswertem": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswerten": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswertest": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswerterer": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswertestes": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswertester": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswerteres": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswertere": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswerteste": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswerteren": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswerte": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewundernswerterem": { + "pos": "adjx", + "pol": "0.0823", + "std": 0 + }, + "bewährt": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährteren": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährtes": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährterer": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährtestes": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährteres": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährtester": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährten": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährtem": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährtesten": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährtestem": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährter": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährteste": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährtere": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährte": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährtest": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bewährterem": { + "pos": "vvinf", + "pol": "0.465", + "std": 0 + }, + "bezaubernd": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndst": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndere": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezaubernderem": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezaubernde": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndste": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndstes": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndster": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezaubernder": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndem": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezaubernden": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezaubernderen": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndstem": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezaubernderer": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndsten": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezaubernderes": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "bezauberndes": { + "pos": "adjx", + "pol": "0.3081", + "std": 0 + }, + "blendend": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendender": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendem": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendenden": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendste": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendst": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendenderer": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendenderes": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendenderen": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendes": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendenderem": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendstes": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendster": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendere": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendstem": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendende": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blendendsten": { + "pos": "adjx", + "pol": "0.3096", + "std": 0 + }, + "blühen": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blüh": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blühtet": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blühst": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blühte": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "geblüht": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blühten": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blühest": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blühet": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blüht": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blühe": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "blühtest": { + "pos": "vvinf", + "pol": "0.2028", + "std": 0 + }, + "bombastisch": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischster": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischstes": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischsten": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischeren": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischerem": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischste": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischstem": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischerer": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastische": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischeres": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischem": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischere": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastisches": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischer": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischst": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombastischen": { + "pos": "adjx", + "pol": "0.2053", + "std": 0 + }, + "bombig": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigstem": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigeren": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigerem": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigsten": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigstes": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigster": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombiger": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombiges": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombige": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigen": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigeres": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigst": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigem": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigerer": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigste": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "bombigere": { + "pos": "adjx", + "pol": "0.0837", + "std": 0 + }, + "boomen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "brandneu": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneuen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneuer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneues": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneusten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneust": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneustem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneuerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneustes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneueren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneuster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneuerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneuste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneueres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneuere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneuem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brandneue": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourös": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourösem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourösen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravouröseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourösester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourösere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravouröseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravouröserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourösesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravouröserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourösestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravouröseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourösestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravourösest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravouröse": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravouröses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bravouröser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächerteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächerten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächerterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächerter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächerteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächerterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächerte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "breitgefächertst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brillant": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillantesten": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillanten": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillantem": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillanteren": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillantestem": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillanterem": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillantestes": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillantester": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillantes": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillantest": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillante": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillanter": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillanteres": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillanterer": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillanteste": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brillantere": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "brilliant": { + "pos": "adjx", + "pol": "0.183", + "std": 0 + }, + "brillieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "brüderlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "brüderlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bunt": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "buntester": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "buntestes": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bunterer": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bunteres": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "buntesten": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "buntest": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "buntestem": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "buntere": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bunte": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bunteste": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bunter": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "buntes": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "buntem": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bunten": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bunteren": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bunterem": { + "pos": "adjx", + "pol": "0.3507", + "std": 0 + }, + "bärenstark": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarksten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarke": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarker": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarken": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "bärenstarkeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charakterstark": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charismatischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "charmant": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmante": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmantere": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmanteren": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmanterem": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmantester": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmantestes": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmantest": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmanten": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmantem": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmanteres": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmanterer": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmantes": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmanteste": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmanter": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmantestem": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "charmantesten": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "chic": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicster": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicstes": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicstem": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicsten": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicere": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicste": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicst": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicem": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chiceren": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicerem": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicerer": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chice": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chices": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicer": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chiceres": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "chicen": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "clever": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleverem": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevererem": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevereren": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevere": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevrerer": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevreres": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevrerem": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevrer": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevrere": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleversten": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleverste": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevreren": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleverstem": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleverstes": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleverere": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleverster": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevererer": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleverst": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleveren": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "clevereres": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleveres": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cleverer": { + "pos": "adjx", + "pol": "0.2243", + "std": 0 + }, + "cool": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "cooleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "cooler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "cooles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coole": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "cooleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "coolere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dankbar": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbares": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarer": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarst": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarerer": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbaren": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbareres": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarem": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarere": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarstem": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarsten": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarste": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarster": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarstes": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbare": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbarerem": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "dankbareren": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "danken": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "dankte": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "danktet": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "danktest": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "dankst": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "dankest": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "dankt": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "danke": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "gedankt": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "dankten": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "danket": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "dank": { + "pos": "vvinf", + "pol": "0.191", + "std": 0 + }, + "dauerhaft": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaften": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaftem": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaftere": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhafteste": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhafteren": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhafterem": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhafte": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhafter": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhafteres": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhafterer": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaftes": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaftest": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaftestes": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaftester": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaftestem": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "dauerhaftesten": { + "pos": "adjx", + "pol": "0.205", + "std": 0 + }, + "denkwürdig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "denkwürdigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detaillierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detaillierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detaillierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detaillierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detaillierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detaillierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detaillierteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detailliertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "detaillierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dienlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diplomatischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskret": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskretem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskretester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskreten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskrete": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskretestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskretesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskreteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskretere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskreteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskreterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskretest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskreteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskretestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskreterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskretes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diskreter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "disziplinierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "disziplinierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "disziplinierteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "disziplinierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "disziplinierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "disziplinierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "disziplinierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "disziplinierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "diszipliniertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dufte": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftester": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "duftest": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftestes": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "dufteres": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "duftesten": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "dufterer": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "dufterem": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "dufteren": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "duftes": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "dufter": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "duften": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftem": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "duftestem": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "duftere": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "dufteste": { + "pos": "adjx", + "pol": "0.1958", + "std": 0 + }, + "duft": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "dufttet": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "geduftet": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "dufttest": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "dufteten": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftete": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftet": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftte": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftetet": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftetest": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "duftten": { + "pos": "adjx", + "pol": "0.2132", + "std": 0 + }, + "durchdacht": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachteren": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachterem": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachterer": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachteres": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachtestes": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachtester": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachtest": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachtesten": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachte": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachtestem": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachtem": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachten": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachtere": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachtes": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachteste": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchdachter": { + "pos": "adjx", + "pol": "0.2131", + "std": 0 + }, + "durchhalten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "durchschlagend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "durchschlagendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "dynamischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "edel": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edles": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edler": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edelst": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edelsten": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edlem": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edelstes": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edelster": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edlen": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edelste": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edlerer": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edlere": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edelstem": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edleren": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edlerem": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edleres": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "edle": { + "pos": "adjx", + "pol": "0.2235", + "std": 0 + }, + "effektiv": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektivem": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektiverem": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektivst": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektiven": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektiveren": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektivstem": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektivste": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektivere": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektiverer": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektive": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektiveres": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektivstes": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektivster": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektives": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektiver": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektivsten": { + "pos": "adjx", + "pol": "0.0971", + "std": 0 + }, + "effektvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effektvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizient": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effiziente": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizientere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizientestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizientesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizientester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizientestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizienteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizientest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizienterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizienteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizienterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizienteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizientem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizienten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizientes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "effizienter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehren": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehret": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehrest": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehrt": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehre": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehr": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehrtest": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehrten": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehrst": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehrte": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehrtet": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "geehrt": { + "pos": "vvinf", + "pol": "0.0612", + "std": 0 + }, + "ehrenwert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwerteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwerterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwerteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwerte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwerten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwerteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwerter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrenwerterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrfürchtigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrgeizig": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigster": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigerer": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigstes": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeiziger": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigeres": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeiziges": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigst": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigeren": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigere": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigerem": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigsten": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizige": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigem": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigste": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigen": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrgeizigstem": { + "pos": "adjx", + "pol": "0.2076", + "std": 0 + }, + "ehrlich": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlicherer": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichste": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlicheres": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrliche": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichster": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlicheren": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichstem": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichsten": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlicherem": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichst": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichere": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichstes": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichen": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlichem": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrlicher": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrliches": { + "pos": "adjx", + "pol": "0.1212", + "std": 0 + }, + "ehrwürdig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ehrwürdigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eifert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eifere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eiferen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "geeifert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eifertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eifertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eiferte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eifer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eiferst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eiferten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eifrig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifriges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifriger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eifrigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eignen": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eigne": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eignetet": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eignten": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eigntest": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eignte": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eigntet": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eignest": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eigneten": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eign": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eignet": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eignetest": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "eignete": { + "pos": "vvinf", + "pol": "0.1006", + "std": 0 + }, + "geeignet": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "eindeutig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindeutigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "eindrucksvoll": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollerer": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvolleres": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollere": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollster": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollen": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollstes": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvolles": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollstem": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollsten": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvoller": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollem": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollst": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollste": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvolle": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvollerem": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "eindrucksvolleren": { + "pos": "adjx", + "pol": "0.3001", + "std": 0 + }, + "einfach": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfache": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfacherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfacheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfacheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfaches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfacherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfacher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfachen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einfallsreich": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichsten": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichstem": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreiches": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreicher": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichster": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichem": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichen": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichere": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichst": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreiche": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichstes": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreicherer": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreicheren": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreicherem": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreichste": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einfallsreicheres": { + "pos": "adjx", + "pol": "0.2031", + "std": 0 + }, + "einflußreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einflußreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einhalten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einheitlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einheitlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einkaufen": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkaufest": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkauftet": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "eingekauft": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkaufet": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkaufe": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkaufst": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkauftest": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkaufte": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkauf": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkauft": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einkauften": { + "pos": "vvinf", + "pol": "0.2249", + "std": 0 + }, + "einmalig": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligere": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligeren": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligerem": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligerer": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligeres": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligstem": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligen": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligsten": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligem": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligst": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligste": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmalige": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaliges": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligstes": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaliger": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einmaligster": { + "pos": "adjx", + "pol": "0.3137", + "std": 0 + }, + "einnehmen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einsparen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einspar": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einsparten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einsparet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einspart": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einspare": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einsparst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einsparest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einspartest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einsparte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einspartet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "eingespart": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einträglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträgliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträgliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einträglicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "einwandfrei": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreiem": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreierer": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreien": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreieres": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreiste": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreieren": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreier": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreie": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreies": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreieste": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreiere": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreisten": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreiester": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreiest": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreiestes": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreistem": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreist": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreierem": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreistes": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreiestem": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreister": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einwandfreiesten": { + "pos": "adjx", + "pol": "0.0949", + "std": 0 + }, + "einweihen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "einzigartig": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigstes": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigster": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigerer": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigste": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartiger": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigeres": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartiges": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigeren": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigerem": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigem": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigere": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigen": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartige": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigsten": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigst": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "einzigartigstem": { + "pos": "adjx", + "pol": "0.3078", + "std": 0 + }, + "elegant": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "eleganteren": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "eleganter": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegantes": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "eleganterem": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegantest": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegantere": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegantesten": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegantestem": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegantestes": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegantester": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegante": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "elegantem": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "eleganterer": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "eleganteste": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "eleganten": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "eleganteres": { + "pos": "adjx", + "pol": "0.2115", + "std": 0 + }, + "empathisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empathischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "empfehlen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "empfehlenswert": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswerteres": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswerterer": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswerteren": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswerterem": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswertest": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswertestem": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswertestes": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswertester": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswerte": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswertere": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswertesten": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswertem": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswerten": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswerter": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswerteste": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "empfehlenswertes": { + "pos": "adjx", + "pol": "0.093", + "std": 0 + }, + "energisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "energischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "engagieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "engagiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "engagierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "engagierte": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "engagierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "engagierten": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiertest": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "engagier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "engagiert": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagierteste": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiertes": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiertestem": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiertesten": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiertestes": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiertester": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagierteren": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagierteres": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagierterer": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiertem": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagiertere": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagierter": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "engagierterem": { + "pos": "vvinf", + "pol": "0.0869", + "std": 0 + }, + "enorm": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormstes": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormere": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enorme": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormen": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormem": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormes": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormer": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormste": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormerem": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormeren": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormstem": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormsten": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormerer": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormeres": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormst": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enormster": { + "pos": "adjx", + "pol": "0.0898", + "std": 0 + }, + "enthusiastisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "enthusiastischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entlasten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlasttest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlastetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlastte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlastet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlasttet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlastten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlastetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlaste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlastest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlasteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlastete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlast": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entlohnen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtseln": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtsle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtselt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtsele": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtseltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtsel": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtseltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtselten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtselst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtsl": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtselte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "enträtselen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlossen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlosseneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlosseneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlossenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "entschlüsseln": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüssele": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüsselt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüsseltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüssel": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüsselten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüsseltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüssl": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüsselst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüsselen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüsselte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschlüssle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entschädigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entspannen": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspannet": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspanntet": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspannst": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspannte": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspann": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspannten": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspannest": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspanne": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspanntest": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entspannt": { + "pos": "vvinf", + "pol": "0.2406", + "std": 0 + }, + "entwirren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirrtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirrten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirrest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirrtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirre": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirrt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirrst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirr": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entwirrte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "entzückend": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendstem": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückenderem": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückenderen": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendste": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückender": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendes": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückende": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückenden": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendem": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendstes": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendster": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückenderes": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendst": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendsten": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückendere": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "entzückenderer": { + "pos": "adjx", + "pol": "0.0844", + "std": 0 + }, + "epochal": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochaleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochaleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochale": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochales": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochaler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "epochalstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erarbeiten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeitest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeitetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeiteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeittest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeite": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeit": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeitete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeittet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeitte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeitet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeitetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erarbeitten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "geerbt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erb": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erbte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfahren": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenst": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenere": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrensten": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenstem": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrneren": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenstes": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrnerem": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenster": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrnere": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrneres": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrnerer": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrner": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenes": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrener": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenerer": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrene": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenem": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahreneres": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenerem": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenen": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahreneren": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfahrenste": { + "pos": "adjx", + "pol": "0.0927", + "std": 0 + }, + "erfolgreich": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichstem": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreicheres": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichste": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreicherer": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreicherem": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreiches": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichsten": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreicheren": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreicher": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichstes": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichster": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichst": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichem": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichen": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreiche": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfolgreichere": { + "pos": "adjx", + "pol": "0.2193", + "std": 0 + }, + "erfreuen": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreutest": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreuten": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreu": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreutet": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreut": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreute": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreust": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreuet": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreuest": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreue": { + "pos": "vvinf", + "pol": "0.2112", + "std": 0 + }, + "erfreulich": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erfreulicherem": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulicheren": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreuliches": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichsten": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulicherer": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichste": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichstem": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulicheres": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichster": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreuliche": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichstes": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichem": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichen": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichst": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfreulichere": { + "pos": "adjx", + "pol": "0.2197", + "std": 0 + }, + "erfrischend": { + "pos": "adjx", + "pol": "0.2227", + "std": 0 + }, + "erfüllen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfüllten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfüllest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfüllte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfüllst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfüllet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfülltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfülle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfüll": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfülltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erfüllt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergebnisreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergiebigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ergänzen": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänzte": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänze": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänzt": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänzten": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänzet": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänz": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänzest": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänztet": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "ergänztest": { + "pos": "vvinf", + "pol": "0.2074", + "std": 0 + }, + "erhalten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhebend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhebliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erheblichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erholen": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholet": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholten": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erhol": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholtet": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholest": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erhole": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholt": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholtest": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholte": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholst": { + "pos": "vvinf", + "pol": "0.2357", + "std": 0 + }, + "erholsam": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamem": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamste": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamere": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsameres": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsameren": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamerer": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamerem": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamst": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamster": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamstes": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamsten": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamstem": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsame": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamer": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsames": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erholsamen": { + "pos": "adjx", + "pol": "0.2188", + "std": 0 + }, + "erhältlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhältlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erhöhen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöhtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöhet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöh": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöhest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöhte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöhst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöhten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöhtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erhöhe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erkennbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erkennbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erklimmen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärtere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärtes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärtem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärteste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärtester": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärtestes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärtestem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erklärtesten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlauben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaubst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaubtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaube": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaubt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaubtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaubte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaubest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaub": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaubet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlaubten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichtern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichterten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichterte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichterst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichtert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichtere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichtertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleichtertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchtetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchttet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleucht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchtete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchtetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchttest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchtten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erleuchtte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlösen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlöset": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlöse": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlöst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlösten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlöste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlöstest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlöstet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlösest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erlös": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermunternd": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermutigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ermutigend": { + "pos": "adjx", + "pol": "0.0735", + "std": 0 + }, + "ermöglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermögliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglicht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglichtet": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglichte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglichtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglichet": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglichest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ermöglichten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erneuern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneuertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneuertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneuere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneuert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneuerst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneuerte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneueren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneuerten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erneuer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ernsthaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ernsthaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erreichen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreichten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreichst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreich": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreichte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreichtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreichest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreichet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreiche": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreicht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erreichtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erschaffen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erschlossen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ersprießlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaunten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaunte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaunst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaunet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstauntet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaun": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstauntest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaunt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaune": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaunest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erstaunlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstaunlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstklassig": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassige": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigste": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigeres": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassiges": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigerer": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigstem": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigsten": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassiger": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigster": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigem": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigstes": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigen": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigere": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigeren": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigerem": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstklassigst": { + "pos": "adjx", + "pol": "0.1967", + "std": 0 + }, + "erstrangig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrangigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erstrebenswert": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswerten": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswerteres": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswertem": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswertest": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswerter": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswertes": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswertestem": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswertesten": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswerterer": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswertester": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswertestes": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswerteste": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswerte": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswerteren": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswerterem": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "erstrebenswertere": { + "pos": "adjx", + "pol": "0.0765", + "std": 0 + }, + "ertragreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ertragreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erweitern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweitere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweiterten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweiteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweiterst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweitertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweitertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweiterte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweiter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erweitert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünscht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erwünschterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "erzeugen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeuge": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeugten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeuget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeug": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeugtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeugest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeugte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeugst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeugt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzeugtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzielen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzielst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzielte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzielest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erziele": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erziel": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzielt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzieltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzielten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzielet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "erzieltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "etabliert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etablierteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etablierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etabliertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etabliertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etabliertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etabliertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etabliertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etablierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etablierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etablierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etablierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etabliertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etablierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etablierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etabliertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "etabliertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "euphorisch": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischerem": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorische": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorisches": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischstes": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischster": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischste": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischeres": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischstem": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischerer": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischem": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischen": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischst": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischere": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischeren": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischsten": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "euphorischer": { + "pos": "adjx", + "pol": "0.5505", + "std": 0 + }, + "exakt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exaktere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exakterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exaktem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exakteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exakte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exaktest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exaktes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exakter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exakteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exaktestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exakterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exakten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exakteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exaktester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exaktestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exaktesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusiv": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusivstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusivsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusivster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusivstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusivem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusivst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusiven": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusiver": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusivste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusiverem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusiveren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusive": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusiveres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusivere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exklusiverer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitant": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitante": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitanteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitantestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitantesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitanterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitanter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitantere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitantes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitantem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitanten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitanteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitanterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitanteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitantest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitantestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exorbitantester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exotisch": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischste": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotische": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischst": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischerer": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischem": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischeres": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischer": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotisches": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischstem": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischsten": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischstes": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischen": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischster": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischere": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischerem": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "exotischeren": { + "pos": "adjx", + "pol": "0.1944", + "std": 0 + }, + "explosiv": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosivst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosive": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosivstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosiver": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosivster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosiven": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosiverer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosivsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosivem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosiveres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosivstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosivere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosiveren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosiverem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "explosivste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exponiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponierteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponierteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponierterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponiertes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponiertere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponierteste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponiertester": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponierterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponiertestes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponiertestem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponiertesten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponiertem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exponierter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "exquisit": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisiteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisite": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisitere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisitestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisitem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisiten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisitest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisiterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisiter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisiteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisites": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisitestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisitesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisiteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisitester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exquisiterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagant": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagante": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravaganteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravaganterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravaganteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravaganteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagantere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravaganterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagantestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravaganten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagantester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagantem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagantestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagantest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravaganter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagantesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "extravagantes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "exzellent": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellentere": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellenterem": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellenteren": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellenterer": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellenteres": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellente": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellentesten": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellenteste": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellentestem": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellentester": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellentestes": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellenten": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellentest": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellentem": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellentes": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "exzellenter": { + "pos": "adjx", + "pol": "0.4198", + "std": 0 + }, + "fabelhaft": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhafteste": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaftest": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhafterer": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaftestes": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaftester": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhafte": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhafteren": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaftestem": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaftem": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhafterem": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaften": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaftesten": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaftes": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhafter": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhafteres": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fabelhaftere": { + "pos": "adjx", + "pol": "0.1952", + "std": 0 + }, + "fair": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairen": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairst": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairem": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairster": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairstes": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairste": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairerem": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "faireren": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairstem": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairerer": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairsten": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "faireres": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairere": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "faires": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "fairer": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "faire": { + "pos": "adjx", + "pol": "0.3281", + "std": 0 + }, + "famos": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famoserem": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famoses": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famoseste": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famoser": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famoseren": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famosere": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famose": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famosestem": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famosesten": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famosester": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famosestes": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famosem": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famoseres": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famosen": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famoserer": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "famosest": { + "pos": "adjx", + "pol": "0.2018", + "std": 0 + }, + "fantasievoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantasievollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fantastisch": { + "pos": "adjx", + "pol": "0.3319", + "std": 0 + }, + "faszinieren": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "fasziniere": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "fasziniert": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "fasziniertet": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "faszinierst": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "faszinierte": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "faszinierten": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "faszinieret": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "fasziniertest": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "faszinierest": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "faszinier": { + "pos": "vvinf", + "pol": "0.0663", + "std": 0 + }, + "faszinierend": { + "pos": "adjx", + "pol": "0.3037", + "std": 0 + }, + "favorisieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "favorisiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fehlerfrei": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreistes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreist": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreister": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreiste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreie": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreiere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreiest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreisten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreistem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreiesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreiestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreiestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreiem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreien": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreierem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreies": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreiester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreier": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreieren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreieres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreierer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fehlerfreieste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "feiern": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "gefeiert": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "feiert": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feiertest": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feiere": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feier": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feiertet": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feierest": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feieret": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feierte": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feierten": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feieren": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "feierst": { + "pos": "vvinf", + "pol": "0.494", + "std": 0 + }, + "fein": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinem": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinen": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinst": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinsten": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinstem": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinstes": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinster": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feine": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinere": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinerem": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinste": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feineren": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feines": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feiner": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feinerer": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "feineres": { + "pos": "adjx", + "pol": "0.4734", + "std": 0 + }, + "fertig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertigstes": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigster": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigstem": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigsten": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertigeres": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigem": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigerer": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigere": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertiger": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigste": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertiges": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertigerem": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigeren": { + "pos": "adjx", + "pol": "0.3757", + "std": 0 + }, + "fertigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gefertigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fertigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fesch": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschen": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschem": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschester": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschere": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fescherem": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fesches": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschestes": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fescher": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fescheren": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschesten": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschestem": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschest": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschstes": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fescheste": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschste": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fescherer": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fesche": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschster": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschst": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschsten": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "feschstem": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fescheres": { + "pos": "adjx", + "pol": "0.0806", + "std": 0 + }, + "fesselnd": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "festlich": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlicher": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichere": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlicherem": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichen": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichem": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichstes": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichster": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlicheren": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlicheres": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlicherer": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichst": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichstem": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichsten": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festliche": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festliches": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "festlichste": { + "pos": "adjx", + "pol": "0.2021", + "std": 0 + }, + "fidel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fideleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fideleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidele": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fidelem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fideles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fideler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "finanzieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "findig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "findigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fit": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fite": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fiter": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fites": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fitest": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fitester": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fitestes": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fitem": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fiten": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fiteres": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fitestem": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fitesten": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fiterer": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fiterem": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fiteren": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fitere": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fiteste": { + "pos": "adjx", + "pol": "0.3686", + "std": 0 + }, + "fleißig": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigste": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißige": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigst": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigem": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigstes": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigster": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißiges": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißiger": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigere": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigen": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigerer": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigeres": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigeren": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigstem": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigsten": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "fleißigerem": { + "pos": "adjx", + "pol": "0.3571", + "std": 0 + }, + "flexibel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexiblen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexiblem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexiblerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexible": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexiblere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexiblerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flexibelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "flink": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkeren": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkem": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinken": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkerem": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinke": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkes": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinker": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkstes": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkster": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkste": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkerer": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkstem": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkere": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkeres": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinksten": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "flinkst": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "florieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "florierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "florierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "florierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "florier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "floriertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "florierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "floriert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "florieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "floriertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "floriere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "flott": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flotte": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flotteste": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flotterem": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flotteren": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flottest": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flotten": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flotterer": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flottem": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flottester": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flotter": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flottestes": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flottes": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flotteres": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flottesten": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flottestem": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flottere": { + "pos": "adjx", + "pol": "0.3394", + "std": 0 + }, + "flüssig": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigst": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigere": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigste": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssige": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigster": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssiges": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigstes": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssiger": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigen": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigerer": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigem": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigeres": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigeren": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigstem": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigsten": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "flüssigerem": { + "pos": "adjx", + "pol": "0.2229", + "std": 0 + }, + "formvollendet": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendeteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendeten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendeter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendeterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendeterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendeteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendete": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "formvollendetst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fortdauernd": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fortschreiten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frei": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freistem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freisten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freistes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freister": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freieres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freierer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freieste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freist": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freier": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freieren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freierem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freies": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freien": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freie": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freikommen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "freisprechen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "freiwillig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwillige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilliger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilliges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freiwilligerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freudig": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigstem": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigere": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigste": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigeren": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigerem": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigen": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigem": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudiger": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudige": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigeres": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudiges": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigerer": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigst": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigster": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigstes": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freudigsten": { + "pos": "adjx", + "pol": "0.3256", + "std": 0 + }, + "freuen": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freute": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freust": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freu": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freutest": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freut": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freue": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freuet": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freuten": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freuest": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freutet": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "gefreut": { + "pos": "vvinf", + "pol": "0.2198", + "std": 0 + }, + "freundlich": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichsten": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichstem": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlicheren": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichen": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlicherem": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichst": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichem": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlicheres": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlicherer": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichere": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlicher": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundliche": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichster": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichste": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundlichstes": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundliches": { + "pos": "adjx", + "pol": "0.6022", + "std": 0 + }, + "freundschaftlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "freundschaftlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "friedlich": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichsten": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedliches": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlicherem": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedliche": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichster": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichste": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichstes": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlicheren": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlicher": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlicheres": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlicherer": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichem": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichen": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichere": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichst": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedlichstem": { + "pos": "adjx", + "pol": "0.0924", + "std": 0 + }, + "friedvoll": { + "pos": "adjx", + "pol": "0.0908", + "std": 0 + }, + "froh": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "froher": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohes": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "froheres": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohster": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohstes": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohe": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohere": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohste": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohstem": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohsten": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohst": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "froheren": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "froherem": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohem": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "froherer": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohen": { + "pos": "adjx", + "pol": "0.1364", + "std": 0 + }, + "frohlocken": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlocktest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlocke": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlockt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlockst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlockte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlocket": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlock": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlockten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlockest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "frohlocktet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gefrohlockt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fruchtbar": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarster": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarste": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarstes": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarst": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarsten": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarere": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarstem": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbaren": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarerer": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarem": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarerem": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbare": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbareren": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbarer": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbares": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fruchtbareres": { + "pos": "adjx", + "pol": "0.0878", + "std": 0 + }, + "fröhlich": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichen": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichere": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlicherer": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichem": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlicheres": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichstes": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhliche": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichster": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlicher": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichstem": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichsten": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhliches": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichst": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlicheren": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlicherem": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fröhlichste": { + "pos": "adjx", + "pol": "0.2501", + "std": 0 + }, + "fulminant": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminantestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminantesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminanteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminanteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminanterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminantes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminantest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminante": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminanterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminanter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminanteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminanten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminantem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminantestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminantere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fulminantester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funkeln": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkelten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkelen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gefunkelt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkl": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkeltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkelte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkelst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkeltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkel": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkelt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funkele": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktionieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktionierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktioniertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktionieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktioniere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktionier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktioniert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktionierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktionierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktionierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktioniertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "funktionierend": { + "pos": "adjx", + "pol": "0.2022", + "std": 0 + }, + "funktionsfähig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "funktionsfähiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtlosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "furchtloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fähigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "fördern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gefördert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "förder": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "förderten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "förderst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "förderen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fördert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fördere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "förderte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fördertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fördertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führ": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "geführt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "führend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "führendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "füllen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "füllten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "füllte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "füllest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "füllt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fülle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "füllst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fülltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "füllet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "fülltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "füll": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gefüllt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "galant": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galanteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galanterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galanter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galanterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galantes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galantestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galante": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galantesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galanteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galantest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galantestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galantester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galantere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galanteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galanten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "galantem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantiertstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "garantierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gastfreundlich": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichen": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichere": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlicher": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundliches": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichstem": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichsten": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundliche": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichste": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichster": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichem": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichstes": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlicheres": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlicherer": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlichst": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlicheren": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gastfreundlicherem": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "gedeihen": { + "pos": "vvinf", + "pol": "0.2166", + "std": 0 + }, + "gedeihlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gedeihlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gediegen": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegensten": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenerem": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegnere": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenstes": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenster": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegeneren": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenst": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenerer": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegnerer": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegeneres": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegneres": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenstem": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenere": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenste": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegneren": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegnerem": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegene": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenem": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenen": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegener": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegenes": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "gediegner": { + "pos": "adjx", + "pol": "0.0831", + "std": 0 + }, + "geduldig": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigere": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigerer": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigst": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigerem": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigeren": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigstem": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigsten": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigste": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldige": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldiger": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldiges": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigem": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigstes": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigen": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigster": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geduldigeres": { + "pos": "adjx", + "pol": "0.3342", + "std": 0 + }, + "geeignetem": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignete": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeigneten": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeigneter": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignetes": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignetste": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignetere": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeigneterem": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeigneteren": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignetsten": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeigneterer": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignetstem": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeigneteres": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignetstes": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignetster": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "geeignetst": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "gefallen": { + "pos": "vvinf", + "pol": "0.2578", + "std": 0 + }, + "gefeiertest": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeierterem": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeierteren": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeierteres": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeierterer": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeiertester": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeiertestes": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeierteste": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeierte": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeiertes": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeierter": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeiertestem": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeierten": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeiertere": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeiertem": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefeiertesten": { + "pos": "adjx", + "pol": "0.3403", + "std": 0 + }, + "gefesselt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gefestigt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefestigtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gefragtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geglückt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsam": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsames": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsameren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsame": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsameres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehorsamen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehöriges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehöriger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gehörigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geil": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geiles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geiler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geileres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geileren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geilere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geile": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gelassen": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassener": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelasseneren": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassneres": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassnerer": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenerem": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenes": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenerer": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelasseneres": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassneren": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassnerem": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenste": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenen": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenst": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenem": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenstem": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassensten": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassnere": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassner": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassene": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenere": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenster": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "gelassenstes": { + "pos": "adjx", + "pol": "0.2325", + "std": 0 + }, + "geliebt": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebtestes": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebte": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebtestem": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebtesten": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebtester": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebtere": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebteste": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebten": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebtem": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebteren": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebtes": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebter": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebterem": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebteres": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebterer": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "geliebtest": { + "pos": "adjx", + "pol": "0.2315", + "std": 0 + }, + "gelohnt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gelungen": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungnerem": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenster": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungneren": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungensten": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungeneren": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenerem": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenstem": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungneres": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungene": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungnerer": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenst": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenstes": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenere": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenen": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenste": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenem": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungener": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenes": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungenerer": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungnere": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungeneres": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gelungner": { + "pos": "adjx", + "pol": "1.0", + "std": 0 + }, + "gemeinsam": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsames": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsame": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsameren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsameres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinsamerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemeinschaftlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gemütlich": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlicherer": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütliche": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichere": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlicheres": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlicherem": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlicheren": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichstes": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichster": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichen": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichem": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütliches": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichstem": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichsten": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlicher": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichste": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "gemütlichst": { + "pos": "adjx", + "pol": "0.368", + "std": 0 + }, + "genau": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genaueren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genaueres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genaustes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genaueste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genaust": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genaustem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genausten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genaue": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genaues": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genauestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehm": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehme": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genehmigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genehmigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genesen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genial": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialster": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialstes": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "geniale": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "geniales": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialer": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialste": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialeren": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialem": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialst": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialen": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialerem": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialerer": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialeres": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialere": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialsten": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genialstem": { + "pos": "adjx", + "pol": "0.2156", + "std": 0 + }, + "genießbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "genießen": { + "pos": "vvinf", + "pol": "0.4983", + "std": 0 + }, + "genügend": { + "pos": "adjx", + "pol": "0.1019", + "std": 0 + }, + "geordnet": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "gepflegt": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "gepflegtester": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegtestes": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegtere": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegteste": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegterem": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegte": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegtestem": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegtesten": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegter": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegteres": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegterer": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegtest": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegten": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegtem": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegteren": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gepflegtes": { + "pos": "adjx", + "pol": "0.3499", + "std": 0 + }, + "gerecht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gerechtfertigten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geruhsam": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamer": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamerem": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamste": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamster": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamere": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamstes": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsameren": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsames": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamen": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamst": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamem": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamstem": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamsten": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsame": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsamerer": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geruhsameres": { + "pos": "adjx", + "pol": "0.0769", + "std": 0 + }, + "geräumig": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumiger": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigeres": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigstem": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigerer": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigste": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumige": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumiges": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigere": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigst": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigsten": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigeren": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigen": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigem": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigerem": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigster": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "geräumigstes": { + "pos": "adjx", + "pol": "0.1008", + "std": 0 + }, + "gerührt": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührten": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührtere": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührtem": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührter": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührteste": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührtesten": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührtestem": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührte": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührteres": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührterer": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührtestes": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührtest": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührtester": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührteren": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührterem": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "gerührtes": { + "pos": "adjx", + "pol": "0.446", + "std": 0 + }, + "geschickt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschicktest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschickter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschickterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschicktes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschickteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschickterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschickte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschicktester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschicktestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschickten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschickteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschicktestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschicktesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschicktem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschicktere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschickteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschmackvoll": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollere": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollst": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvolleren": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvolles": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvoller": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollerem": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollen": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollster": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollste": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollem": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollstes": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvolle": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollsten": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollerer": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvollstem": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschmackvolleres": { + "pos": "adjx", + "pol": "0.2116", + "std": 0 + }, + "geschäftig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschäftigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzt": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "geschätztestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätztest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätztem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätztes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätztester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätztesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätztestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätztere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "geschätzterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gesteigert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gestiegen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gesund": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesunderen": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundem": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesünderen": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesunden": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesünderem": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesunderem": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesünderer": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesünderes": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesünder": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundestes": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesündeste": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundester": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundere": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundesten": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundestem": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesündestes": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesündester": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesündesten": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesunderes": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesündestem": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesunderer": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesunde": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundest": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesündest": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesündere": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundes": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesunder": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "gesundeste": { + "pos": "adjx", + "pol": "0.1554", + "std": 0 + }, + "getreu": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreueres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreusten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreustem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreueren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreustes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreust": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreues": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreuere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreue": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "getreueste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewachsen": { + "pos": "adjx", + "pol": "0.1201", + "std": 0 + }, + "gewaltfrei": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreistes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreister": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreie": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreistem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreisten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreier": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreies": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreiem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreien": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreist": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreiere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreiste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreierer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreieres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreierem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltfreieren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewaltigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewichtigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnbringendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewinnen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewissenhafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewährleisten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gewünscht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gewünschtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezielt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezielteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezielterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezielte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezielter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezielterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezieltst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezielten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gezielteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gigantisch": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischer": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantisches": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischen": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischst": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischem": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischere": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischstem": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischsten": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischster": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischeres": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischstes": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischste": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantische": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischerer": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischerem": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "gigantischeren": { + "pos": "adjx", + "pol": "0.5459", + "std": 0 + }, + "glamourös": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamouröse": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamouröser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamourösere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamouröses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamourösen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamourösem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamourösest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamouröserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamouröseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamourösester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamouröseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamouröserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamourösestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamouröseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamourösesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glamourösestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glanzvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glasklarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glatt": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glatterer": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glatteres": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glatteren": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glatterem": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glattere": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glattester": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glattesten": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glatten": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glattem": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glattestem": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glatte": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glattes": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glatter": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glattest": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glattestes": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glatteste": { + "pos": "adjx", + "pol": "0.1099", + "std": 0 + }, + "glaubwürdig": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigerem": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigeren": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigeres": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigerer": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigste": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdige": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigst": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigstem": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdiges": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdiger": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigstes": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigen": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigster": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigem": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigsten": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "glaubwürdigere": { + "pos": "adjx", + "pol": "0.0893", + "std": 0 + }, + "gleichstellen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstellt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstelle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichgestellt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstellet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstellten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstellest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstelltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstellst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstell": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstelltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichstellte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gleichwertig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gleichwertigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorios": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorioserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorioserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorioseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorioser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gloriosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorioses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorioseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorioseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glorreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "glänzen": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänzten": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänzte": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänzt": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänze": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänz": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "geglänzt": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänztest": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänztet": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänzest": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänzet": { + "pos": "vvinf", + "pol": "0.3397", + "std": 0 + }, + "glänzend": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzenderer": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzenderes": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzende": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzenden": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendst": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendem": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzender": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzenderen": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzenderem": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendes": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendere": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendster": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendstes": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendste": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendsten": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glänzendstem": { + "pos": "adjx", + "pol": "0.2082", + "std": 0 + }, + "glücklich": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichsten": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichere": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichstem": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichster": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glückliche": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichem": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichen": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichst": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glückliches": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklicher": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklicheren": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklicherem": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichste": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklichstes": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklicherer": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glücklicheres": { + "pos": "adjx", + "pol": "0.115", + "std": 0 + }, + "glühend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gnädigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "golden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldeneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldeneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "goldig": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigster": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigeres": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigstes": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigerer": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigsten": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigste": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigerem": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigstem": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigst": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigeren": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldige": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigen": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigem": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldigere": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldiger": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "goldiges": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "grandios": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiosester": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiosestes": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiosest": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandioser": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiose": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandioses": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiosen": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandioseste": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiosem": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiosere": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandioserer": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandioseres": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiosesten": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandiosestem": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandioserem": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "grandioseren": { + "pos": "adjx", + "pol": "0.1843", + "std": 0 + }, + "gratulieren": { + "pos": "vvinf", + "pol": "0.065", + "std": 0 + }, + "gravierend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gravierendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "greifbar": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarste": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarere": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbare": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarem": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbaren": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbares": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarer": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarst": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarster": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarstes": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbareren": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarstem": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarsten": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarerem": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbarerer": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "greifbareres": { + "pos": "adjx", + "pol": "0.0886", + "std": 0 + }, + "grenzenlos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenlosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grenzenloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "groß": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großst": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großen": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großem": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großste": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "große": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großes": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großer": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großstes": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großster": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großere": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großerer": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großsten": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großeres": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großstem": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großerem": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großeren": { + "pos": "adjx", + "pol": "0.3694", + "std": 0 + }, + "großartig": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigster": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigem": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigstes": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigen": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigste": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigsten": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigeren": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigere": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigerem": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigeres": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigst": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigerer": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartige": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartigstem": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartiges": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großartiger": { + "pos": "adjx", + "pol": "0.4606", + "std": 0 + }, + "großspurig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspuriges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspuriger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großspurigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "großzügig": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigstes": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigster": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigerer": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügige": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigeres": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigsten": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigere": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigstem": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügiges": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügiger": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigem": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigen": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigeren": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigerem": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigste": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "großzügigst": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "grundlegend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundlegendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "grundsätzliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmögliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmögliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "größtmöglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gründlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gut": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutere": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "guten": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutem": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutst": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutstem": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "guteres": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "guterer": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutster": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutstes": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gute": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "guteren": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutsten": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "guterem": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutste": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutes": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "guter": { + "pos": "adjx", + "pol": "0.3716", + "std": 0 + }, + "gutgehend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gutgehenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gönnen": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönntet": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönnst": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gegönnt": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönnte": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönnt": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönnest": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönne": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönntest": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönnten": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönnet": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "gönn": { + "pos": "vvinf", + "pol": "0.3387", + "std": 0 + }, + "göttlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "göttlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gültigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "günstig": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigen": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstige": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigem": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigeren": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigere": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigerem": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstiger": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigste": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstiges": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigster": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigstes": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigst": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigstem": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigsten": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigerer": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "günstigeres": { + "pos": "adjx", + "pol": "0.0946", + "std": 0 + }, + "gütig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "gütlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfesterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfesteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfestestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfestester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfeste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfestest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfesterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfesteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfestesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfesteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfestere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfestestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handfestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "handlich": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichen": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlicheres": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichst": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichem": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handliches": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichstes": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlicher": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlicherer": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlicheren": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handliche": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlicherem": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichste": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichster": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichere": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichstem": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "handlichsten": { + "pos": "adjx", + "pol": "0.2025", + "std": 0 + }, + "harmonisch": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischerem": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischstem": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischsten": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonische": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischerer": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischeres": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischeren": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonisches": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischer": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischem": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischen": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischstes": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischste": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischster": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischere": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonischst": { + "pos": "adjx", + "pol": "0.3489", + "std": 0 + }, + "harmonisieren": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisiertest": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisiert": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisiere": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisiertet": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisierten": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisierte": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisierest": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisieret": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisier": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "harmonisierst": { + "pos": "vvinf", + "pol": "0.0828", + "std": 0 + }, + "hartnäckig": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigstes": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigster": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigste": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigerem": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigstem": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigsten": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigeren": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckiges": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckiger": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigere": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigst": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigen": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigem": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigeres": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckigerer": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hartnäckige": { + "pos": "adjx", + "pol": "-0.1956", + "std": 0 + }, + "hauptsächlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hauptsächlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "heben": { + "pos": "vvinf", + "pol": "0.2219", + "std": 0 + }, + "heil": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilstes": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilster": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilsten": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilste": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilstem": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilere": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilem": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "heilerer": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heileres": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heiler": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heiles": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilst": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heile": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilerem": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heileren": { + "pos": "adjx", + "pol": "0.3414", + "std": 0 + }, + "heilig": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligsten": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligster": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligstes": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligste": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligstem": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligeren": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiliges": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiliger": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heilige": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligerem": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligen": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligere": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligst": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligem": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligerer": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heiligeres": { + "pos": "adjx", + "pol": "0.0727", + "std": 0 + }, + "heilsam": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamere": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamem": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamst": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsames": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamster": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamer": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamstes": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamstem": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamsten": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamen": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamerem": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsameren": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamste": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsame": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsameres": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heilsamerer": { + "pos": "adjx", + "pol": "0.2007", + "std": 0 + }, + "heiraten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heirateten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heiratetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heiratten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heirattet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heirattest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heiratete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "geheiratet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heiratet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heiratetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heiratte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heirate": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heirat": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heiratest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "heiter": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitere": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitrerem": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiterste": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitererer": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiterstes": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitererem": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiterster": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitereren": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitrere": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiterst": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitersten": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiterstem": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitrer": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitereres": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiteres": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiteren": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiterer": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitreren": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiterem": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitrerer": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiterere": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heitreres": { + "pos": "adjx", + "pol": "0.2013", + "std": 0 + }, + "heiß": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißstem": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißsten": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißen": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißem": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heiße": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißer": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißeren": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißst": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißere": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißerem": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißes": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißerer": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißste": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißstes": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißster": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "heißeres": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "helfen": { + "pos": "vvinf", + "pol": "0.373", + "std": 0 + }, + "hell": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellem": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellen": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "helleres": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellerem": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "helleren": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "helle": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellere": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellerer": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "heller": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "helles": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellst": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellsten": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellstem": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellstes": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellste": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "hellster": { + "pos": "adjx", + "pol": "0.235", + "std": 0 + }, + "heranwachsen": { + "pos": "vvinf", + "pol": "0.0867", + "std": 0 + }, + "heraufsetzen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "herausgehoben": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herausragen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "herrlich": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichst": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlicheren": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlicherem": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichste": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichstes": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichster": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichere": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlicheres": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlicherer": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichstem": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichsten": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichen": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlicher": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrliches": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrliche": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrlichem": { + "pos": "adjx", + "pol": "0.4821", + "std": 0 + }, + "herrschaftlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herrschaftlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hervorragend": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendstes": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendster": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendere": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendstem": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendsten": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendste": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragender": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendes": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendst": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragenden": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragendem": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragenderen": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragenderer": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragenderem": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragende": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "hervorragenderes": { + "pos": "adjx", + "pol": "0.5891", + "std": 0 + }, + "herzig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herziger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herziges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "herzlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hilfreich": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreiche": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichste": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreicherem": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreicheren": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichere": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichsten": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreicher": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreiches": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichstem": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichster": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichem": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichstes": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichen": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreichst": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreicherer": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfreicheres": { + "pos": "adjx", + "pol": "0.0926", + "std": 0 + }, + "hilfsbereit": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereiteste": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereitestem": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereitesten": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereitem": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereiteren": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereiterem": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereitestes": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereitester": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereite": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereiten": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereitere": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereites": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereiter": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereiteres": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereiterer": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "hilfsbereitest": { + "pos": "adjx", + "pol": "0.3377", + "std": 0 + }, + "himmlisch": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischster": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischstes": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischerer": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischeres": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlisches": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischeren": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischste": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischer": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlische": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischstem": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischsten": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischen": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischem": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischere": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischst": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "himmlischerem": { + "pos": "adjx", + "pol": "0.2088", + "std": 0 + }, + "hinausgehend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinausgehenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hingeben": { + "pos": "vvinf", + "pol": "0.0762", + "std": 0 + }, + "hinhauen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinreichend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreichenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hinreißend": { + "pos": "adjx", + "pol": "0.0841", + "std": 0 + }, + "hinterlassen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufügen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufüg": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufügten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzugefügt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufügst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufügtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufügte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufügt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufüge": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufüget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufügest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzufügtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hinzunehmen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "historisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "historischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höcher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hocher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höcherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höcheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höcheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höcherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochattraktiv": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestellt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestellterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestellteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestellteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestellte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestellten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestellterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestelltem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgestellter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochgradigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochhalten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hochheben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "hochkarätig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochkarätigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochklassig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochrangigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochtreibend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hochwertig": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigem": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigen": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertige": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertiger": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigere": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertiges": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigerem": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigeren": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigstem": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigste": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigerer": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigeres": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigsten": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigstes": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigster": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hochwertigst": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "hoffen": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hofft": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hofften": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hoffe": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hoff": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "gehofft": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hoffest": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hofftest": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hoffte": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hoffst": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hoffet": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hofftet": { + "pos": "vvinf", + "pol": "0.2318", + "std": 0 + }, + "hoffnungsfroh": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfroheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfroher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohe": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfroherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfroherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfroheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsfrohst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hoffnungsvoll": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollsten": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollerem": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvolleren": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollstem": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollem": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollere": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollen": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollerer": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollste": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvolle": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollst": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollstes": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvoller": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvolleres": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvolles": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "hoffnungsvollster": { + "pos": "adjx", + "pol": "0.1853", + "std": 0 + }, + "human": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humaneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humansten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humaneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humaner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humane": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitär": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitären": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitäreres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitäreren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitäre": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitäres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humanitärerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "humorvoll": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollstem": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollsten": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollere": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollster": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollstes": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvolle": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollst": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollen": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollste": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollem": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvoller": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollerer": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvolleres": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvolles": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvollerem": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "humorvolleren": { + "pos": "adjx", + "pol": "0.317", + "std": 0 + }, + "hundertprozentig": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigste": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigeres": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigerer": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentiges": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentiger": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigst": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigen": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigem": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigstem": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigsten": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentige": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigerem": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigstes": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigeren": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigster": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "hundertprozentigere": { + "pos": "adjx", + "pol": "0.0796", + "std": 0 + }, + "höchstmöglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmögliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmöglichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höchstmögliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höfliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höfliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "höflichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswerten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswerteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswerterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswerteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswerter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswerteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswerterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hörenswerte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "hübsch": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübsche": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschsten": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschstem": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschere": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübscherem": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschstes": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschster": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübscher": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübscheren": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschst": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschen": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübscherer": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschem": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübscheres": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübsches": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "hübschste": { + "pos": "adjx", + "pol": "0.4629", + "std": 0 + }, + "ideal": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealstes": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealerer": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "ideales": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealer": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealerem": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealeren": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealster": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealst": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealsten": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealen": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealste": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealstem": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealem": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "ideale": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealere": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idealeres": { + "pos": "adjx", + "pol": "0.0937", + "std": 0 + }, + "idyllisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "idyllischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "illustre": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immens": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immensere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immensestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immensesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immenses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immenser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immenseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immensester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immensestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immensen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immensem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immenserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immenseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immenserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immensest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immenseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "immense": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imponierend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposant": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposantem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposantest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposanteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposanterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposanteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposantere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposantesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposantester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposantestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposanterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposanter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposanteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposantes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposanten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposante": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "imposantestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "inbrünstigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuell": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuelleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuelle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individueller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuelles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuellerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "individuelleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniös": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniösesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniöserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniöseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniöserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniöseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniösestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniösester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniösestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniösere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniöser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniöses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniöseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniösen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniösest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniöse": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ingeniösem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "innovativ": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativeren": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativerem": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativeres": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativerer": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativere": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovatives": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativstem": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativsten": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativer": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativster": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativem": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativstes": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativen": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativste": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovative": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "innovativst": { + "pos": "adjx", + "pol": "0.3302", + "std": 0 + }, + "inspirieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "inspirierend": { + "pos": "adjx", + "pol": "0.0786", + "std": 0 + }, + "intakt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intakterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intakte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intakteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intakteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intakterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intaktere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intaktestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intaktester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intaktem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intakten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intakter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intaktes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intakteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intaktestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intaktesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intaktest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integerste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integrerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integerstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integre": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integreren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integersten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integrerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integreres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integerster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integerstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integrer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integrem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integrere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integerst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "integrieren": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integrierten": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integriertest": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integriert": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integrierte": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integriertet": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integrierst": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integrieret": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integrierest": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integrier": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "integriere": { + "pos": "vvinf", + "pol": "0.0908", + "std": 0 + }, + "intelligent": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligenteren": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligenterem": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligentestem": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligentestes": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligentester": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligentem": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligentesten": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligenten": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligentere": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligenter": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligentes": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligente": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligenterer": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligentest": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligenteres": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intelligenteste": { + "pos": "adjx", + "pol": "0.1238", + "std": 0 + }, + "intensiv": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensive": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensiverer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensivere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensiveres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensivst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensivste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensivsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensivstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensivster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensivstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensiverem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensiver": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensiveren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensiven": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "intensivem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessant": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessantestes": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessantester": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessanteste": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessantere": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessantestem": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessantesten": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessanterem": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessantest": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessantes": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessanter": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessanteren": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessante": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessanten": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessanteres": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessantem": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessanterer": { + "pos": "adjx", + "pol": "0.2488", + "std": 0 + }, + "interessieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "interessierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "interessier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "interessiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "interessiert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "interessierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "interessierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "interessierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessierteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "interessiertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "investieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "investiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "jubeln": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubeltest": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubelten": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubl": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubelst": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubel": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "gejubelt": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubeltet": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "juble": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubelt": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubelen": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubele": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "jubelte": { + "pos": "vvinf", + "pol": "0.0756", + "std": 0 + }, + "kinderleicht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kinderleichtst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klagloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klagloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klagloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klagloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klagloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaglosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klagloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klagloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klasse": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klassestes": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klassester": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klassee": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klassees": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseer": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseeres": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseste": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseeren": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseerem": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseerer": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klassesten": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseem": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klassestem": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseen": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klassest": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klasseere": { + "pos": "adjx", + "pol": "0.3474", + "std": 0 + }, + "klassisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klassischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "klettern": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "kletteren": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "kletterst": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "kletterten": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "klettertest": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "geklettert": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "klettert": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "klettere": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "klettertet": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "kletter": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "kletterte": { + "pos": "vvinf", + "pol": "0.457", + "std": 0 + }, + "klimatisiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisierterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisierteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisierteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertster": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertstes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisierterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertstem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertsten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisierter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisiertem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klimatisierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klug": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügsten": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügstem": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "kluge": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "kluger": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "kluges": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügste": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügster": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügstes": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klüger": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügere": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügst": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klugen": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügerem": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügeren": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klugem": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügerer": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klügeres": { + "pos": "adjx", + "pol": "0.3532", + "std": 0 + }, + "klären": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klärtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klärest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "geklärt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klärten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klär": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klärt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klärst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kläre": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kläret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klärtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "klärte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "knorke": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkeste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorken": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorker": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knorkest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "knuddelig": { + "pos": "adjx", + "pol": "0.2086", + "std": 0 + }, + "knuffig": { + "pos": "adjx", + "pol": "0.0974", + "std": 0 + }, + "kollegial": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialer": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegiales": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialst": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialere": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialen": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialeren": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialsten": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialstes": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialerem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialster": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialste": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegiale": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialeres": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialstem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "kollegialerer": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "komfortabel": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortabelst": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortabler": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortables": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortabelstes": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortable": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortabelster": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortablem": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortablen": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortabelsten": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortabelstem": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortablerem": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortableren": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortablerer": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortabelste": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortableres": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "komfortablere": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "kommod": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommoderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommoderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommoder": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommoderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodeste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommoderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommode": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommoden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommodem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativ": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikatives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikative": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kommunikativem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatiblerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatiblem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatiblen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatiblerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatibleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatiblere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompatible": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompensieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompensieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kompetent": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetentesten": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetentestem": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetentestes": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetentester": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetentere": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetenten": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetenteres": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetentem": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetenterer": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetentes": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetenter": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetente": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetenteste": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetenteren": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetenterem": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "kompetentest": { + "pos": "adjx", + "pol": "0.0789", + "std": 0 + }, + "komplett": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplettester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompletteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplettestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplettest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompletter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplettes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplettem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompletten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompletteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompletterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplette": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplettesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompletterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplettere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "komplettestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kompletteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfrei": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreieres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreies": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreiste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreie": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreierer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreieren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreierem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreiere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreist": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreistem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreister": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreisten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreistes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreien": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreiem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konfliktfreier": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenial": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongeniale": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongeniales": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kongenialer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkret": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkreteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkretere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkreterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkreteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkreteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkreterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkretestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkretesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkrete": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkretester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkretestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkretest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkretes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkreter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkreten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkretem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konkurrenzfähigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequent": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequenterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequenteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequentes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequentest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequenter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequenterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequenteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequentestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequenteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequentester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequentem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequentesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequentestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequente": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequenten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsequentere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistent": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistenterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistentest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistentestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistentester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistenten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistentem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistenteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistenter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistenteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistentes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistente": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistenteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistenterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistentesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistentere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsistentestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konsolidieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsolidier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konstant": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstantester": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstantestem": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstantesten": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstanteste": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstantest": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstantestes": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstantes": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstanterer": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstanter": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstanteres": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstantere": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstanterem": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstanteren": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstante": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstantem": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstanten": { + "pos": "adjx", + "pol": "0.087", + "std": 0 + }, + "konstruktiv": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktivsten": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktives": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktiver": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktivstem": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktive": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktivere": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktivstes": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktiveres": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktivster": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktiverer": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktiven": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktivst": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktivem": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktiveren": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktiverem": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konstruktivste": { + "pos": "adjx", + "pol": "0.0894", + "std": 0 + }, + "konsultieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konsultiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kontinuierliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "konzertiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertierter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertstes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertster": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertierteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertierterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertstem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertsten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertierteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertiertste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "konzertierterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kooperativ": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperative": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperatives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperativste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kooperieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "koordinieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "koordiniert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordinierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordinierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordinierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordinierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordinierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordinierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordinierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "koordiniertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrektest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrektestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrektesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrektestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrektester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrektes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrektere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrektem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "korrekter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostbar": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbare": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarere": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarst": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarstes": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarer": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbareres": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarster": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarerer": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarsten": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbares": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarste": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarerem": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarstem": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbaren": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbarem": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostbareren": { + "pos": "adjx", + "pol": "0.0777", + "std": 0 + }, + "kostengünstig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostengünstigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlosstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlosst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlossten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlosstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlosster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenlosste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kostenloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kraftvoll": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollstes": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollste": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvolleren": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollerem": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollster": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollere": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollerer": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollem": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvolle": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollen": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollst": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollsten": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvollstem": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvoller": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvolleres": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kraftvolles": { + "pos": "adjx", + "pol": "0.2214", + "std": 0 + }, + "kreativ": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreative": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativst": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativste": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreatives": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativstem": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativer": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativeres": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativerer": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativster": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativen": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativstes": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativem": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativeren": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativere": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativsten": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kreativerem": { + "pos": "adjx", + "pol": "0.5865", + "std": 0 + }, + "kritisch": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischerer": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischste": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischeres": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischsten": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischstem": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischster": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischerem": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischeren": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischer": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritisches": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischstes": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischen": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischst": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischem": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritischere": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kritische": { + "pos": "adjx", + "pol": "-0.203", + "std": 0 + }, + "kräftig": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftige": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigere": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigerem": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigeren": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigste": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigster": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigst": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigerer": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigstem": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigsten": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigeres": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigen": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigem": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftiges": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftiger": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kräftigstes": { + "pos": "adjx", + "pol": "0.2408", + "std": 0 + }, + "kulant": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulantest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulanten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulantestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulantesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulantem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulantere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulanteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulantestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulante": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulantester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulantes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulanter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulanterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulanteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulanteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kulanterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kultiviert": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultivierterer": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultiviertem": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultivierteren": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultivierterem": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultivierten": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultiviertes": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultivierter": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultiviertest": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultivierteste": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultivierteres": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultiviertesten": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultiviertestem": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultiviertestes": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultiviertester": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultivierte": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kultiviertere": { + "pos": "vvinf", + "pol": "0.0731", + "std": 0 + }, + "kunstreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kunstvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "kurieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kurierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kuriertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kuriertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kurierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kuriert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kurieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kuriere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kurierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kurier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kurierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "kümmern": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmert": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmere": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmerte": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "gekümmert": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmertet": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmerst": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmertest": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmeren": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmerten": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "kümmer": { + "pos": "vvinf", + "pol": "0.2016", + "std": 0 + }, + "künstlerisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "künstlerischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lachen": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lachte": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lachten": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "gelacht": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lachtest": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lachet": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lachest": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lachtet": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lach": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lacht": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lache": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "lachst": { + "pos": "vvinf", + "pol": "0.0135", + "std": 0 + }, + "langlebig": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigeres": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigerer": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebige": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigem": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigen": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigste": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigstes": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebiger": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigst": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebiges": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigster": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigeren": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigere": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigerem": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigsten": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "langlebigstem": { + "pos": "adjx", + "pol": "0.2026", + "std": 0 + }, + "lautstark": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarken": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarksten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarker": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarkeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lautstarke": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebendig": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigstes": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigster": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendiger": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendiges": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigem": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigsten": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigen": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigstem": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendige": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigste": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigere": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigerem": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigeren": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigst": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigerer": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebendigeres": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "lebensfähig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebensfähigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lebhaft": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaftere": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaften": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaftestes": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaftem": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaftester": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaftes": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhafte": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhafter": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhafterem": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhafteren": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaftestem": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaftesten": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhaftest": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhafteste": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhafterer": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "lebhafteres": { + "pos": "adjx", + "pol": "0.2146", + "std": 0 + }, + "legal": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legale": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legaleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legales": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legaler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legalerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legaleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendär": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendäreren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendäreres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendäre": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendäres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendären": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legendärem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitim": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitime": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "legitimes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leicht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leichtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leidenschaftlich": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlicherem": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichem": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichere": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichen": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlicheren": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftliche": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichstem": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichste": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichst": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichsten": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlicheres": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlicherer": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftliches": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlicher": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichster": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leidenschaftlichstes": { + "pos": "adjx", + "pol": "0.1988", + "std": 0 + }, + "leistungsfähig": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigsten": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigen": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähige": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigem": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähiger": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigerem": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigstem": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigeren": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigerer": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigeres": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigst": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigere": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigste": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigstes": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähiges": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsfähigster": { + "pos": "adjx", + "pol": "0.3222", + "std": 0 + }, + "leistungsstark": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarke": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarker": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarken": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarksten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leistungsstarkstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lernen": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lerntest": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lernest": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lernten": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lernt": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lerntet": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lernte": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "gelernt": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lernst": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lernet": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lerne": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "lern": { + "pos": "vvinf", + "pol": "0.2492", + "std": 0 + }, + "leuchtend": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "leutselig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutselige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseligen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseliges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "leutseliger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberal": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberaleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberale": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberaleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberaler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberales": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "liberalem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lieb": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebster": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebstes": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebes": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebere": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "lieben": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebem": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "lieberen": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebstem": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "lieber": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "lieberes": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebst": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "lieberer": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebsten": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebe": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "lieberem": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebste": { + "pos": "adjx", + "pol": "0.1131", + "std": 0 + }, + "liebenswert": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswertesten": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswertestem": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswerteres": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswerterer": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswertem": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswerterem": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswerten": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswerteren": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswerter": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswertere": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswertes": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswerteste": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswertest": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswerte": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswertester": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswertestes": { + "pos": "adjx", + "pol": "0.2077", + "std": 0 + }, + "liebenswürdig": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigsten": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigstem": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigem": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigste": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigen": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigeres": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigst": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdige": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigstes": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdiger": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigerer": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdiges": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigerem": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigster": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigere": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebenswürdigeren": { + "pos": "adjx", + "pol": "0.2001", + "std": 0 + }, + "liebevoll": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevolleren": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollstem": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollsten": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevolle": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollerem": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollerer": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevolleres": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollere": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollst": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollste": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollen": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollem": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevolles": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevoller": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollstes": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "liebevollster": { + "pos": "adjx", + "pol": "0.4657", + "std": 0 + }, + "lindern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "linder": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lindertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "linderten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gelindert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "linderte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "linderen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "linderst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lindert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lindere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lindertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "loben": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobten": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobtest": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lob": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobtet": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "gelobt": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobt": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobest": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobe": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobte": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobet": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobst": { + "pos": "vvinf", + "pol": "0.4445", + "std": 0 + }, + "lobenswert": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswerte": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswerteres": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswertem": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswertere": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswerterer": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswerten": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswerterem": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswerteren": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswerter": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswertes": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswerteste": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswertesten": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswertest": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswertestem": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswertester": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "lobenswertestes": { + "pos": "adjx", + "pol": "0.0821", + "std": 0 + }, + "locker": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockreren": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockererer": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockrerem": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockereres": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockerst": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockere": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockrer": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockreres": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockrere": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockersten": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockerere": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockeres": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockerer": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockerstem": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockrerer": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockerste": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockerstes": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockerster": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockereren": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockeren": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockererem": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "lockerem": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "logisch": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischstes": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischster": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischere": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischen": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischste": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischem": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logisches": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischer": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischerer": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischeres": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischsten": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischerem": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logische": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischeren": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischstem": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "logischst": { + "pos": "adjx", + "pol": "0.0936", + "std": 0 + }, + "lohnen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohntest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohnet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohn": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohntet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohnten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohnt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohne": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohnst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohnest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohnte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lohnend": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendem": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendere": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnenderes": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnenden": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnenderer": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendste": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnender": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnenderen": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnende": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendst": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendstem": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnenderem": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendsten": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendstes": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendster": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "lohnendes": { + "pos": "adjx", + "pol": "0.1875", + "std": 0 + }, + "loyal": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyale": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyaleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyaleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyalem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyaler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "loyales": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativ": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrative": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukratives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lukrativst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "luxoriös": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "luxuriös": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriösem": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriösen": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriösere": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriöser": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriöses": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriöserem": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriösester": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriöseren": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriösestes": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriösest": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriöserer": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriöseres": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriöseste": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriöse": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriösesten": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "luxuriösestem": { + "pos": "adjx", + "pol": "0.0835", + "std": 0 + }, + "lächeln": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächeltet": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächelte": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächeltest": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächelst": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächelten": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächel": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächle": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächl": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "gelächelt": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächelt": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächele": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lächelen": { + "pos": "vvinf", + "pol": "0.3399", + "std": 0 + }, + "lässig": { + "pos": "adjx", + "pol": "0.2095", + "std": 0 + }, + "löblich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löbliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löbliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "löblicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lösen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "löstet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lösest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gelöst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "löset": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "löstest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "löste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "löst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lösten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lös": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "löse": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "lückenlos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "lückenlosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "magischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "majestätisch": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätische": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischstem": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischsten": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischstes": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischerer": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischeres": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischster": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischerem": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischeren": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischere": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischste": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischen": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätisches": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischer": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischst": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "majestätischem": { + "pos": "adjx", + "pol": "0.073", + "std": 0 + }, + "makellos": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makelloses": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makelloseren": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makelloseres": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makelloserer": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellosest": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellosesten": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellosestem": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makelloserem": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makelloser": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makelloseste": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellosester": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellosestes": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellosem": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellosen": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellose": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "makellosere": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "malerisch": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischster": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischstes": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischerem": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischem": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischeren": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischen": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischerer": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischste": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischeres": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischere": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerische": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischst": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischer": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerisches": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischstem": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "malerischsten": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "markant": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markantere": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markanteres": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markanterer": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markante": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markanteren": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markantest": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markanter": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markanterem": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markanteste": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markantestes": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markantester": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markantem": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markanten": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markantesten": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markantestem": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "markantes": { + "pos": "adjx", + "pol": "0.1935", + "std": 0 + }, + "massiv": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massivstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massiven": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massivem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massiver": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massivst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massive": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massiverem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massiveren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massivsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massivstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massiverer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massivster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massiveres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massivere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "massivste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximal": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximaleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximaleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximale": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximales": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximaler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximalere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "maximieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "maximiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "meisterhaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterhaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "meisterlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschenwürdigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "menschlich": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichst": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichstes": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichster": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichste": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichere": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlicher": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschliches": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichem": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichen": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichsten": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlicherer": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlicheres": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschliche": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlichstem": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlicheren": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "menschlicherem": { + "pos": "adjx", + "pol": "0.3324", + "std": 0 + }, + "messbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mild": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "milden": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildem": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "milde": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildste": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildstes": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildster": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildere": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildst": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "milderen": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildstem": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildsten": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "milderem": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "milderer": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "milderes": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "mildes": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "milder": { + "pos": "adjx", + "pol": "0.3303", + "std": 0 + }, + "miteinander": { + "pos": "adv", + "pol": "0.3697", + "std": 0 + }, + "mitfühlen": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühltest": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitgefühlt": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühlt": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühlet": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühlten": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühl": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühle": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühlest": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühltet": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühlst": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitfühlte": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "mitmenschlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mitmenschlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobil": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobileres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobileren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobiler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobiles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobile": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mobilisieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mobilisiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "modern": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "moderneren": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernerem": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernem": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernes": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "moderner": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernerer": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernen": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "moderne": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "moderneres": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernstes": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernste": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernst": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernster": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernstem": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernsten": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernere": { + "pos": "adjx", + "pol": "0.2287", + "std": 0 + }, + "modernisieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "mondän": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondäneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondäneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondäne": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondänster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mondäner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumental": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentaleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentaler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentaleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentalster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentales": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "monumentale": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "moralischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "motivieren": { + "pos": "vvinf", + "pol": "0.2248", + "std": 0 + }, + "motiviert": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motiviertest": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motivierteres": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motiviertestes": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motivierterem": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motiviertester": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motivierteren": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motivierte": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motiviertesten": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motivierterer": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motiviertestem": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motiviertes": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motivierter": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motivierteste": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motiviertere": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motiviertem": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "motivierten": { + "pos": "adjx", + "pol": "0.3541", + "std": 0 + }, + "mustergültig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mustergültigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mutig": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutige": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutiges": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigstem": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigsten": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigere": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigster": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigen": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigstes": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigem": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigerer": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigeres": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigste": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutiger": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigerem": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigeren": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mutigst": { + "pos": "adjx", + "pol": "0.3435", + "std": 0 + }, + "mächtig": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigste": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigstem": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigerem": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtiger": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigere": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtiges": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigeren": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigerer": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigeres": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigst": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigsten": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigem": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigen": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigster": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtigstes": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mächtige": { + "pos": "adjx", + "pol": "0.2277", + "std": 0 + }, + "mögen": { + "pos": "vvinf", + "pol": "0.345", + "std": 0 + }, + "möglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mögliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mögliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "möglicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "müheloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "müheloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "müheloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "müheloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "müheloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "müheloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "müheloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "mühelosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachahmenswert": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswerteren": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswertest": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswertesten": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswerterem": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswertestem": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswertem": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswerterer": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswerten": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswerteres": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswertester": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswerte": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswertestes": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswerter": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswertere": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswertes": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachahmenswerteste": { + "pos": "adjx", + "pol": "0.0818", + "std": 0 + }, + "nachhaltig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nachhaltigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nah": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahste": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahsten": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "naherem": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "naheren": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahstem": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahere": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "naher": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "naherer": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahes": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahen": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahem": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "naheres": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahstes": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahst": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahster": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "nahe": { + "pos": "adjx", + "pol": "0.2267", + "std": 0 + }, + "namhaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "namhafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswerteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswerterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswerterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswerteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswerte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswerter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswerten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nennenswerteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nett": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "netteren": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "netterem": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nette": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "netten": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "netteste": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "netter": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nettes": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nettere": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nettestem": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nettem": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nettestes": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nettester": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nettesten": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "netterer": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "netteres": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "nettest": { + "pos": "adjx", + "pol": "0.1405", + "std": 0 + }, + "neu": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neustem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neusten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neueste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neust": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neustes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neues": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neue": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neueren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neueres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "neuestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "niedlich": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlicherer": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlicheres": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichsten": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlicherem": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlicheren": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichstem": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichster": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichstes": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichste": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedliche": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlicher": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedliches": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichen": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichem": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichere": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "niedlichst": { + "pos": "adjx", + "pol": "0.0987", + "std": 0 + }, + "nutzbringend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nutzbringenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "nähren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nährtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nährst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nährte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nähr": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nähret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nährten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nährt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nähre": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nährtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nährest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genährt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nützen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nütztest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nütze": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nützet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nützt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nützest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nütztet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nützten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nützte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nütz": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "genützt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "nützlich": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlicherem": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichste": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichere": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichem": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlicheren": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichen": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichsten": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichster": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichstes": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichstem": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlichst": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlicher": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlicheres": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützliche": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützlicherer": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "nützliches": { + "pos": "adjx", + "pol": "0.2302", + "std": 0 + }, + "offensichtlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "offensichtlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "optimal": { + "pos": "adjx", + "pol": "0.2162", + "std": 0 + }, + "optimistisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordentlich": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichen": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichem": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlicheren": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentliches": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlicher": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlicherem": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlicheres": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlicherer": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichste": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentliche": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichstes": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichst": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichster": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichstem": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichsten": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordentlichere": { + "pos": "adjx", + "pol": "0.0073", + "std": 0 + }, + "ordnungsgemäß": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäße": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ordnungsgemäßste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "original": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "packend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "paradiesisch": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesisches": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischstem": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischerem": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischsten": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischerer": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischeres": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischeren": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesische": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischste": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischster": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischen": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischstes": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischem": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischst": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischer": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "paradiesischere": { + "pos": "adjx", + "pol": "0.2068", + "std": 0 + }, + "partnerschaftlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "partnerschaftlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "passend": { + "pos": "adjx", + "pol": "0.1201", + "std": 0 + }, + "perfekt": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfekterer": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfektest": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfekteren": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfektes": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfekter": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfekterem": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfektester": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfektestes": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfektem": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfekten": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfektesten": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfekteres": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfekteste": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfektestem": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfektere": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "perfekte": { + "pos": "adjx", + "pol": "0.7299", + "std": 0 + }, + "pflegen": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pflegst": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pflegten": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pflegtest": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pflegt": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pflege": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pflegte": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pflegest": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pfleget": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pflegtet": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "pfleg": { + "pos": "vvinf", + "pol": "0.2325", + "std": 0 + }, + "phantasievoll": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollerem": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievoller": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollere": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollstem": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievolles": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievolleren": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollstes": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollster": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollste": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollsten": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollst": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollerer": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievolleres": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievolle": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollen": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantasievollem": { + "pos": "adjx", + "pol": "0.3064", + "std": 0 + }, + "phantastisch": { + "pos": "adjx", + "pol": "0.565", + "std": 0 + }, + "phänomenal": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalen": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalem": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenale": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalster": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalstes": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalst": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalste": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenaleres": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalerer": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalerem": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenaleren": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenales": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalsten": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalstem": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenaler": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "phänomenalere": { + "pos": "adjx", + "pol": "0.08", + "std": 0 + }, + "planmäßig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planmäßiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "planvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausiblere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausible": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausiblem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausiblen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausiblerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausiblerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "plausibleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompös": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompöseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompösest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompösesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompösestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompösester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompösem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompösere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompöseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompösestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompöse": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompöserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompöseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompöses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompöser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompöserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pompösen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "populär": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "positiv": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "potent": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potenteres": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potenterer": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potenteste": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potentere": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potentem": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potenten": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potentester": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potentest": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potentestes": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potente": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potentes": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potentesten": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potenter": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potentestem": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potenteren": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "potenterem": { + "pos": "adjx", + "pol": "0.0864", + "std": 0 + }, + "prachtvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prachtvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "praktikabel": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikable": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikabler": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikables": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikableres": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikablerer": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikablen": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikablem": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikableren": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikablerem": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikabelste": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikabelstem": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikablere": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikabelsten": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikabelst": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikabelstes": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktikabelster": { + "pos": "adjx", + "pol": "0.0744", + "std": 0 + }, + "praktisch": { + "pos": "adjx", + "pol": "0.1026", + "std": 0 + }, + "prall": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallstem": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallsten": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallere": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallster": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallstes": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallem": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "pralleren": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallerem": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallst": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallerer": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "praller": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "pralleres": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "pralles": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "pralle": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallste": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "prallen": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "preisgünstig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "preisgünstigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prima": { + "pos": "adjx", + "pol": "0.5766", + "std": 0 + }, + "privilegiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegiertere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegiertes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegiertestem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegiertesten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegiertester": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegierter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegierteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegiertestes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegierterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegiertem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegierteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegierteste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "privilegierterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "problemlos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlosst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlosstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlossten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlosstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlosster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemlosste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "problemloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktiv": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktiveren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktivster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktiverem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktivstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktiven": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktiver": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktiveres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktivem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktiverer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktivere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktivst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktive": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktivste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktivsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "produktivstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "professionell": { + "pos": "adjx", + "pol": "0.467", + "std": 0 + }, + "profiliert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profiliertes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profilierter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profilierterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profiliertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profiliertem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profilierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profilierteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profilierterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profiliertere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profiliertesten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profilierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profilierteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profiliertestem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profiliertestes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profiliertester": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profilierteste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "profitabel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitablere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitabelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitabelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitablerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitabelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitableres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitable": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitablen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitabelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitabelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitabler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitables": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitablem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitabelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitableren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitablerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "profitieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "progressiv": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominent": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominentem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominenten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominente": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominentere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominenteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominenteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominenterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominenteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominentestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominentesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominentestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominentester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominenterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominentes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominenter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prominentest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protziges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protziger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "protzigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prunkvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "prächtig": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigst": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigem": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigste": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigen": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtiger": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtiges": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigerem": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigstem": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigsten": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigeren": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtige": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigerer": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigeres": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigere": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigster": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "prächtigstes": { + "pos": "adjx", + "pol": "0.335", + "std": 0 + }, + "präzis": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "präzise": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "puppiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "pünktlich": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichste": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichsten": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlicheres": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichstem": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichem": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichen": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichere": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktliche": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichst": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlicher": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlicheren": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichstes": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlicherem": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktliches": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlichster": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "pünktlicherer": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "qualifizieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "qualifizier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "qualifizierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "qualifiziert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifizierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "qualifizieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "qualifizierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifizierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "qualifizierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifizierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifizierteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifizierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifizierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifizierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualifiziertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativ": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitative": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitatives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitativerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "qualitätsvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "quicklebendigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "raffiniert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffinierter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffinierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffiniertem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffiniertere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffiniertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffiniertester": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffiniertesten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffiniertestem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffiniertestes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffinierterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffinierteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffinierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffinierterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffiniertes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffinierteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "raffinierteste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rational": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "realistisch": { + "pos": "adjx", + "pol": "0.2089", + "std": 0 + }, + "rechtfertigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtfertigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rechtlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtmäßigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rechtsgültiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rehabilitieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rehabilitierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reibungslos": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslosem": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslosesten": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslosester": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslosestes": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslose": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslosere": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungsloseste": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungsloses": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungsloser": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslosen": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungsloseren": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungsloserem": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslosest": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungsloserer": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungslosestem": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reibungsloseres": { + "pos": "adjx", + "pol": "0.1965", + "std": 0 + }, + "reich": { + "pos": "adjx", + "pol": "0.1247", + "std": 0 + }, + "reichhaltig": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigeren": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltiger": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigem": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigerer": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigen": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigeres": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigst": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltiges": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltige": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigster": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigstes": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigste": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigere": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigstem": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigerem": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichhaltigsten": { + "pos": "adjx", + "pol": "0.209", + "std": 0 + }, + "reichlich": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlicheres": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichstes": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichere": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichster": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichsten": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichstem": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlicheren": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlicherem": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlicherer": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichen": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichst": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichliche": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichem": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlichste": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichlicher": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reichliches": { + "pos": "adv", + "pol": "0.3617", + "std": 0 + }, + "reif": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reiferen": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reife": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reiferem": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifem": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifen": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reiferes": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifer": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reiferer": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifes": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifste": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifst": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reifere": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifster": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifstes": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifsten": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reifstem": { + "pos": "adjx", + "pol": "0.0807", + "std": 0 + }, + "reift": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reiften": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "gereift": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reiftest": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reiftet": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reifte": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reifest": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "reifet": { + "pos": "vvinf", + "pol": "0.0886", + "std": 0 + }, + "rein": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reineren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reiner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reine": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reines": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reineres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reinigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gereinigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reiniget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reinigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "reizend": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendste": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizenderer": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizenderes": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendem": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendere": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizender": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendes": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizenden": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizende": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizenderem": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendster": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizenderen": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendstes": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendst": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendstem": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizendsten": { + "pos": "adjx", + "pol": "0.0787", + "std": 0 + }, + "reizvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reizvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevant": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevanten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevantere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevantem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevantes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevanter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevanterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevantest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevanterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevanteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevante": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevanteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevantestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevantester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevantestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevanteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "relevantesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "renommiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommierter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommiertere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommiertestes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommiertem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommiertester": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommierteste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommierterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommierteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommiertesten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommiertes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommiertestem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommierteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renommierterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "renovieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rentabel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentablen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentablem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentabler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentable": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentablere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentablerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentableren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentabelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentablerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentabelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentableres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentabelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentabelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentabelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentables": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rentabelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "reparieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "repräsentativ": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentative": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentatives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "repräsentativst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektabel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektableren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektablerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektabelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektablerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektabelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektableres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektabelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektabelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektabelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektabelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektablem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektablen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektable": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektables": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektabler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektablere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "respektvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "respektvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "retten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rettetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rette": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rettet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rettete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rettten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rettest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "retttest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "retttet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "retteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rettte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gerettet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rett": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rettetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "revanchiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "richtig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "richtigstellen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "riesengroß": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroße": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesengroßere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "riesig": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigste": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigen": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigstes": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigem": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigster": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigst": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesige": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigeren": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigerem": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigerer": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigeres": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigsten": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigere": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesigstem": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesiger": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "riesiges": { + "pos": "adjx", + "pol": "0.4554", + "std": 0 + }, + "robust": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robustester": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robustes": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robustestes": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robuster": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robustest": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robusteste": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robusten": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robustem": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robusterem": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robusteren": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robustestem": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robustesten": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robustere": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robusteres": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robuste": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "robusterer": { + "pos": "adjx", + "pol": "0.0968", + "std": 0 + }, + "romantisch": { + "pos": "adjx", + "pol": "0.6965", + "std": 0 + }, + "rosarot": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosaroten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosaroter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarote": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosaroterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosarotere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosaroteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosaroteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosaroterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rosig": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigste": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosiger": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigster": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigstes": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosiges": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigst": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigere": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigeren": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigerem": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigeres": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigerer": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosige": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigem": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigen": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigsten": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "rosigstem": { + "pos": "adjx", + "pol": "0.0755", + "std": 0 + }, + "ruhig": { + "pos": "adjx", + "pol": "0.3815", + "std": 0 + }, + "ruhmreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ruhmreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückhaltlosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rücksichtsvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rückversichern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversicherst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversichert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversichere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversicherten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversicherte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversichertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversicher": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversicheren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rückversichertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "rührig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rühriger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rühriges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "rührigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäß": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäße": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sachgemäßem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sagenhaft": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaftest": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaftere": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaftem": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaften": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhafterer": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhafte": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhafteres": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhafter": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaftes": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaftester": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaftestes": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhafteste": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhafteren": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhafterem": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaftestem": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sagenhaftesten": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sanft": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanfte": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanftestem": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanftesten": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanfteste": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanftester": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanftestes": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanften": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanfterer": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanftem": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanfteres": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanftere": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanfterem": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanftes": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanfter": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanfteren": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "sanftest": { + "pos": "adjx", + "pol": "0.338", + "std": 0 + }, + "satt": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "satten": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "satteren": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sattem": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "satterem": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sattes": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "satteste": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "satter": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "satterer": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sattest": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "satteres": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "satte": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sattester": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sattestes": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sattestem": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sattesten": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sattere": { + "pos": "adjx", + "pol": "0.3557", + "std": 0 + }, + "sauber": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubreren": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubrerem": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberst": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubersten": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberstem": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberstes": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberster": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubereren": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubererem": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubere": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberem": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubrere": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberen": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubererer": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubereres": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberer": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberere": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberes": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubrer": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubreres": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "saubrerer": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "sauberste": { + "pos": "adjx", + "pol": "0.3553", + "std": 0 + }, + "schaffen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schaffest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schafften": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schafftest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schaffst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schaffte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schaffet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "geschafft": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schafft": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schaffe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schafftet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schaff": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "scharf": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärferes": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärfst": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "scharfen": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärferer": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "scharfem": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärfstes": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "scharfes": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärfster": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "scharfer": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärferen": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärfste": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "scharfe": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärferem": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärfsten": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärfstem": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärfer": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schärfere": { + "pos": "adjx", + "pol": "0.2248", + "std": 0 + }, + "schenken": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenkten": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenkst": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenkte": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenktest": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenkest": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "geschenkt": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenktet": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenket": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenke": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenk": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schenkt": { + "pos": "vvinf", + "pol": "0.204", + "std": 0 + }, + "schick": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickstes": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickst": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickeren": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickerem": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickste": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickstem": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schicksten": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickster": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schicke": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickeres": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickem": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schicken": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickere": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schicker": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickerer": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schickes": { + "pos": "adjx", + "pol": "0.3372", + "std": 0 + }, + "schillern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schillerst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schillerte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schilleren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schillerten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schillert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schillere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schiller": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schillertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "geschillert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schillertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schillernd": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlagendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schlank": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankerem": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankere": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankes": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlanker": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankst": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlanken": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankem": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlanksten": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankstem": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlanke": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankeren": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankste": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankeres": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankerer": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankstes": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlankster": { + "pos": "adjx", + "pol": "0.2349", + "std": 0 + }, + "schlau": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauestes": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauester": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlaue": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauesten": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauerer": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlaueres": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauestem": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlaust": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauen": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauem": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauerem": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlaues": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauer": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauere": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlaueren": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauster": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlaustes": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlaueste": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauest": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlausten": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlauste": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlaustem": { + "pos": "adjx", + "pol": "0.341", + "std": 0 + }, + "schlüssig": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigstes": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigster": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigst": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigsten": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssiges": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigeren": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigerem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssiger": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssige": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigere": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigeres": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigerer": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigen": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigste": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schlüssigstem": { + "pos": "adjx", + "pol": "0.0809", + "std": 0 + }, + "schmackhaft": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaftere": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaftest": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaften": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhafterem": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhafteren": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhafteres": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhafte": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaftem": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaftestes": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaftester": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhafterer": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhafteste": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaftesten": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaftestem": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhafter": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmackhaftes": { + "pos": "adjx", + "pol": "0.217", + "std": 0 + }, + "schmeichelnd": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "schmuck": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmucken": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmucke": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmucker": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmucksten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmuckeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schmücken": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmückst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmücktest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmückte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmückt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmücke": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmücket": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmückten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmückest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmücktet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schmück": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "geschmückt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "schnell": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnelles": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schneller": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellen": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnelleres": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellerer": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellste": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellem": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnelleren": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellerem": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnelle": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellere": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellstem": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellsten": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellster": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellstes": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schnellst": { + "pos": "adjx", + "pol": "0.1169", + "std": 0 + }, + "schuldlos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schuldlosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schwunghaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "schätzen": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätzet": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätz": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätzte": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätztet": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätzest": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätzt": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätze": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätzten": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schätztest": { + "pos": "vvinf", + "pol": "0.1175", + "std": 0 + }, + "schön": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönerem": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schöneren": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönste": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schöneres": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönerer": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönst": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönere": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönstem": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönen": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönsten": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönem": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schöne": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönes": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönstes": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schöner": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "schönster": { + "pos": "adjx", + "pol": "0.0081", + "std": 0 + }, + "sehenswert": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswerterem": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswerteste": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswertestes": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswerteren": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswerte": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswerterer": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswerteres": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswerten": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswertem": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswertere": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswerter": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswertes": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswertest": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswertesten": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswertestem": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "sehenswertester": { + "pos": "adjx", + "pol": "0.0947", + "std": 0 + }, + "selbstständig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sensationell": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellerer": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellen": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationelleres": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellst": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationelles": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationeller": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellste": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellere": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationelle": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellster": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellerem": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellstes": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationelleren": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellsten": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellstem": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensationellem": { + "pos": "adjx", + "pol": "0.086", + "std": 0 + }, + "sensibel": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibelstem": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibelst": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibelsten": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibelstes": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibelste": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibelster": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensible": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibleren": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensiblerem": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensiblere": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibleres": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensiblerer": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensiblem": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensiblen": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibles": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "sensibler": { + "pos": "adjx", + "pol": "0.098", + "std": 0 + }, + "seriös": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriöserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriösestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriösesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriöseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriösester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriösestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriöses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriösest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriöser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriöseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriöse": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriösem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriösen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriöserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriösere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "seriöseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sexy": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexye": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyeres": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyste": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyem": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyerer": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyen": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyerem": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyeren": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyst": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexystem": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexysten": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyster": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexystes": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyere": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyes": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sexyer": { + "pos": "adjx", + "pol": "0.3453", + "std": 0 + }, + "sicher": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicheres": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicherer": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichrerem": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichreren": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichereren": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicheren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sichererem": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicherem": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicherste": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicherere": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichrere": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichrer": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichrerer": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichersten": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichreres": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicherstem": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicherster": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicherstes": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sichererer": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sichereres": { + "pos": "adjx", + "pol": "0.3733", + "std": 0 + }, + "sicherst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sichern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gesichert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sichertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sichert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sichertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstellen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sichergestellt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstelltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstellet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstellest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstellten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstellte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstellt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstelle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstell": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstelltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sicherstellst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sichtbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sichtbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simple": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simplere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simplerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simplen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simples": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simplem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simpleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "simplerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sinnvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solid": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "soliden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solide": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solideres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "soliderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solideren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "soliderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solider": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solides": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "solidarischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutet": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchfluteten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutete": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchfluteterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchfluteterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchfluteteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchfluteteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchfluteter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnendurchflutetsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sonnig": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigstes": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigster": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigerem": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigst": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigere": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigstem": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnige": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigsten": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigste": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonniges": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonniger": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigeren": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigen": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigeres": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigem": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sonnigerer": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "sorgen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorgte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorgst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorgten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorgt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gesorgt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorgtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorgtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorg": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorgest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorge": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sorgenfrei": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreistem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreie": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreier": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreiem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreien": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreisten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreistes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreister": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreieren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreiste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreieres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreies": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreierer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreist": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreiere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgenfreierem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgfältig": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältige": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältiges": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältiger": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigeren": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigerem": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigerer": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigste": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigeres": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigst": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigen": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigere": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigstes": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigem": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigster": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigsten": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorgfältigstem": { + "pos": "adjx", + "pol": "0.2119", + "std": 0 + }, + "sorglos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorglosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsam": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsame": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsames": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsameres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsamst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sorgsameren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "souverän": { + "pos": "adjx", + "pol": "0.0711", + "std": 0 + }, + "spannend": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendste": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannender": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendes": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannenderen": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannenderem": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendst": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannenden": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannende": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannenderer": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendem": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannenderes": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendsten": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendstem": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendere": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendstes": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "spannendster": { + "pos": "adjx", + "pol": "0.7165", + "std": 0 + }, + "sparen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sparet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sparst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sparten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sparte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spart": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sparest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spare": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spartet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gespart": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spar": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spartest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sparsam": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamem": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamen": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsameren": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamstes": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamerem": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamer": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsames": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsameres": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsame": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamerer": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamste": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamst": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamere": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamstem": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamsten": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "sparsamster": { + "pos": "adjx", + "pol": "0.0907", + "std": 0 + }, + "spaßig": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßiges": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßiger": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigen": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigste": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigem": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigeren": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigerem": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigeres": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßige": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigere": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigst": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigstes": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigerer": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigster": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigsten": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spaßigstem": { + "pos": "adjx", + "pol": "0.0969", + "std": 0 + }, + "spektakel": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spektakulär": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärstem": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärsten": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärster": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärstes": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakuläres": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärste": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärer": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärem": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulären": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärerem": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakuläreren": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakuläre": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärere": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärst": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakuläreres": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spektakulärerer": { + "pos": "adjx", + "pol": "0.0925", + "std": 0 + }, + "spenden": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendeten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spend": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gespendet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spende": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "spendest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "speziell": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spezielleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spezielle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spezielleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spezielles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spezieller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "speziellstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spielend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spielerisch": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischeren": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischstem": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischsten": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischerem": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischster": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischstes": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischerer": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischeres": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischen": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischste": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerisches": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischer": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischst": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischere": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerische": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spielerischem": { + "pos": "adjx", + "pol": "0.2", + "std": 0 + }, + "spitze": { + "pos": "adjx", + "pol": "0.2112", + "std": 0 + }, + "spürbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "spürbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stabil": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilerer": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilerem": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabileren": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabiles": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabiler": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilstem": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilsten": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilen": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilere": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabileres": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilst": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilste": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilster": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilem": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilstes": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabile": { + "pos": "adjx", + "pol": "0.1016", + "std": 0 + }, + "stabilisieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stabilisierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "standhaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "standhaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stark": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "starkes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "starker": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "starken": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "starkem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "starke": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärker": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärksten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärkerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stärkster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stattlich": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichsten": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattliches": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichstem": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichst": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichere": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattliche": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichste": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlicherem": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichem": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlicheres": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichen": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlicherer": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlicher": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlicheren": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichster": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "stattlichstes": { + "pos": "adjx", + "pol": "0.0876", + "std": 0 + }, + "staunen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "staun": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "staune": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "staunten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "staunt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stauntest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stauntet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "staunest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "staunet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "staunte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "staunst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gestaunt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "steigern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigerte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigerst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigeren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steiger": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigerten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "steigertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stiften": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stiftetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stiftete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stifttest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stift": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stifttet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stiftet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stiftten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stiftetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stiftest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stiftte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gestiftet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stifte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stifteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stilsicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichereren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichererem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichereres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichererer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicherste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichrer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichrerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichersten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichreren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicherstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichrerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichreres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicherere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsichrere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicherster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicherstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilsicherst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stilvoll": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollstes": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvolle": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollster": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollst": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollstem": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollsten": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollerer": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollere": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvolleren": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollen": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollerem": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollem": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvolles": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvoller": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvollste": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stilvolleres": { + "pos": "adjx", + "pol": "0.3197", + "std": 0 + }, + "stimulieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimulierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimulier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimuliertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimulieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimuliertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimulierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimuliere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimuliert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimulierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stimulierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stolz": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzere": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzester": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzest": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzen": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzeres": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzem": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzerer": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzesten": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzerem": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzestem": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzeren": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolze": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzes": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzer": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzeste": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "stolzestes": { + "pos": "adjx", + "pol": "0.5161", + "std": 0 + }, + "strahlen": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahlet": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahlest": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahl": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahlten": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "gestrahlt": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahlst": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahlte": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahlt": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahltet": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahle": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahltest": { + "pos": "vvinf", + "pol": "0.2092", + "std": 0 + }, + "strahlend": { + "pos": "adjx", + "pol": "0.218", + "std": 0 + }, + "stärken": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärkest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärk": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärkten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gestärkt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärkte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärktest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärkt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärket": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärke": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "stärktet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "störungsfrei": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreistem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreiesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreiestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreie": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreies": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreisten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreiere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreieste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreierem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreiest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreistes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreist": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreiem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreister": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreien": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreieren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreiste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreiester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreier": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreiestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreierer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "störungsfreieres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "stützen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventionieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventionierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventioniere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventioniert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventionierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventioniertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventionieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventioniertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventionier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventionierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "subventionierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "super": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "supererem": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superes": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superer": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "supereren": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "supere": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "supererer": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "supereres": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superste": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superem": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superen": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superstes": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superster": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superst": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superstem": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "supersten": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superere": { + "pos": "adjx", + "pol": "0.5012", + "std": 0 + }, + "superschnell": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschneller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnelles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnelleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnelleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnelle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "superschnellem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "sympathisch": { + "pos": "adjx", + "pol": "0.4529", + "std": 0 + }, + "sympathisieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "sympathisieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "systematisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "süchtig": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigsten": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigeres": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigstem": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigerer": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigerem": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigem": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigen": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigeren": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigste": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigst": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtige": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigere": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtiges": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtiger": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigster": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süchtigstes": { + "pos": "adjx", + "pol": "0.0845", + "std": 0 + }, + "süß": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßsten": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßes": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßstes": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßer": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßster": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßst": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßeren": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßerem": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßste": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßeres": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßerer": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßere": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süße": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßstem": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßem": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "süßen": { + "pos": "adjx", + "pol": "0.3616", + "std": 0 + }, + "tadellos": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellosest": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadelloses": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadelloserem": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadelloseste": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellosestes": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellose": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadelloseren": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellosester": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadelloserer": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadelloseres": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellosere": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellosesten": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellosestem": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellosem": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadellosen": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadelloser": { + "pos": "adjx", + "pol": "0.309", + "std": 0 + }, + "tadelsfrei": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreierem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreieren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreiere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreist": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreie": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreierer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreier": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreistem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreisten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreies": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreistes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreiem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreister": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreien": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreiste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tadelsfreieres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "talentiert": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentiertesten": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentierteren": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentiertestem": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentiertes": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentierterer": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentiertere": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentierteres": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentiertem": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentierten": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentierteste": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentiertester": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentierter": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentiertestes": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentiertest": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentierte": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "talentierterem": { + "pos": "adjx", + "pol": "0.3218", + "std": 0 + }, + "tatkräftig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tatkräftigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "taugliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "taugliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tauglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tiefgreifenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tierisch": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischstes": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischere": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischerem": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischst": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischstem": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischsten": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischeren": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierische": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischster": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischen": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischeres": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischem": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischer": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischste": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierischerer": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tierisches": { + "pos": "adjx", + "pol": "0.1135", + "std": 0 + }, + "tolerant": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "toleranteres": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "toleranterem": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "toleranteren": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "toleranterer": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerantere": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerante": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerantestes": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerantes": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerantester": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "toleranter": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerantem": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "toleranten": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerantest": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "toleranteste": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerantestem": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerantesten": { + "pos": "adjx", + "pol": "0.1984", + "std": 0 + }, + "tolerieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toleriertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toleriertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tolerierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tolerierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toleriere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toleriert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tolerierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tolerier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tolerierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tolerieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toll": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollere": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollste": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollerer": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollst": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tolleres": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollerem": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tolles": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "toller": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tolleren": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollstem": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollsten": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollstes": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollen": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollster": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tollem": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "tolle": { + "pos": "adjx", + "pol": "0.5066", + "std": 0 + }, + "top": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topsten": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topem": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topstem": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topst": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topen": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "toperes": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "tope": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topste": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topstes": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "toper": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "toperem": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "toperen": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topes": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "toperer": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topster": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "topere": { + "pos": "adjx", + "pol": "0.3186", + "std": 0 + }, + "toppen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toppe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toppten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toppt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toppet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toppte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "topp": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toppst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "topptet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "toppest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "topptest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "getoppt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "traditionell": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traditionsreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "tragfähigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparent": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparentest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparentesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparenteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparentestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparenten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparentem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparenter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparentere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparenteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparentestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparenterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparentester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparente": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparenteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparenterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "transparentes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "traumhaft": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhafter": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhafte": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaftester": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaftestes": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaften": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaftest": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaftem": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhafterem": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaftere": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaftesten": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhafteste": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaftestem": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhafteres": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhafterer": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhaftes": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "traumhafteren": { + "pos": "adjx", + "pol": "0.5665", + "std": 0 + }, + "treffend": { + "pos": "adjx", + "pol": "0.1023", + "std": 0 + }, + "trefflich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "treffliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "treffliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "trefflicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "treu": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuerem": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuest": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treueren": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treust": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treueres": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuerer": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuere": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuestes": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treue": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuem": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treueste": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuen": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuester": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuste": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuestem": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treustem": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuesten": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treusten": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treues": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuster": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treustes": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "treuer": { + "pos": "adjx", + "pol": "0.3526", + "std": 0 + }, + "triumphal": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphaleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphales": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphaler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphale": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphaleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphalster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "triumphieren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphierst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphiere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphier": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphieret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphiertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "triumphierest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "trösten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "trösttest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröstest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröstet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "trösteten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "getröstet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröstten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröstte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröstetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröstetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tröstete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "trösttet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "tätig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "ultimativ": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimatives": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimativste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ultimative": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreiche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreiches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfangreichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umfassend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "umgänglich": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgängliches": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglicher": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglicheres": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglicherer": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichen": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichem": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglicheren": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglicherem": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichste": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichst": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichster": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichstes": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgängliche": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichstem": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichsten": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umgänglichere": { + "pos": "adjx", + "pol": "0.2129", + "std": 0 + }, + "umjubelt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "umsichtig": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtiger": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtiges": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigste": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigen": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigem": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigere": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigst": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigerem": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtige": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigeren": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigeres": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigstes": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigster": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigerer": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigsten": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsichtigstem": { + "pos": "adjx", + "pol": "0.0846", + "std": 0 + }, + "umsorgen": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorgst": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorgte": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorget": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorgt": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorgest": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorge": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorgtet": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorgten": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorg": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umsorgtest": { + "pos": "vvinf", + "pol": "0.0863", + "std": 0 + }, + "umwerfend": { + "pos": "adjx", + "pol": "0.1991", + "std": 0 + }, + "unabhängig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unabhängigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochteneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochteneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unangefochtenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unantastbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unaufholbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbedingtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenztest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenztem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenztestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenztesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenzter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenztester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenztes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenztestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbegrenztere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unberührteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbeschreiblich": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreibliche": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichstem": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichere": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichsten": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichstes": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichster": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblicherem": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreibliches": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblicherer": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblicheres": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblicheren": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichste": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichst": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichem": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblichen": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschreiblicher": { + "pos": "adjx", + "pol": "0.1156", + "std": 0 + }, + "unbeschwert": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwerter": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwerterem": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwertester": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwertere": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwerteren": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwertes": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwertesten": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwerteres": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwerterer": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwertestem": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwerten": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwertestes": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwertem": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwertest": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwerte": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbeschwerteste": { + "pos": "adjx", + "pol": "0.3349", + "std": 0 + }, + "unbesiegbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbesiegbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestreitbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestritten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestritteneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestritteneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbestrittnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unbezahlbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränktem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränktes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränktere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränktestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränktesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränktester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränktestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränktest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneingeschränkterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "uneinholbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerhört": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörtest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörtester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörtestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörtestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörtesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerhörtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unermesslich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermeßlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unermüdlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreicht": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichtstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerreichterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrocken": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrocknere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrocknerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockeneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrocknerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockeneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unerschrockenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unersetzlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unfehlbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahnt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahnter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahnte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahntst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahnten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahnterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahnteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahnterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeahnteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrocheneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrochenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungebrocheneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteilt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteilten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteilteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteilterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteilte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteilter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteilteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteilterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungeteiltste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungeneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungeneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ungezwungenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unglaublich": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichst": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichsten": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaubliches": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichstem": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublicherem": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaubliche": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublicheren": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichste": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublicheres": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichere": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublicherer": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichem": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichen": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublicher": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichster": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "unglaublichstes": { + "pos": "adjx", + "pol": "0.3698", + "std": 0 + }, + "universell": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universelle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universelleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universelleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universeller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universelles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "universellstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unkompliziert": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkompliziertestes": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkompliziertester": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkompliziertesten": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkompliziertestem": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkomplizierte": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkompliziertere": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkomplizierten": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkompliziertem": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkomplizierteres": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkomplizierterer": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkompliziertest": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkomplizierterem": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkompliziertes": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkomplizierter": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkomplizierteren": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unkomplizierteste": { + "pos": "adjx", + "pol": "0.0782", + "std": 0 + }, + "unparteiisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unparteiisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschlagbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschuldigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unschätzbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterbliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterbliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unsterblichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unternehmerischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unterstützen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstützt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstützten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstütze": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstütztest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstützest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstütztet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstützet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstütz": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "untergestützt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "unterstützte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "untrennbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "untrennbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränktest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränktem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränktestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränktesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränktes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränktester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränkteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränktestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumschränktere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstritten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstritteneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstrittneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unumstritteneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrocheneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrocheneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "ununterbrochenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unvergleichbar": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarste": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbare": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarerem": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbareren": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarerer": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbareres": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarst": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarster": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarer": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarere": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbares": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarstes": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarem": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarsten": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbaren": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichbarstem": { + "pos": "adjx", + "pol": "0.0833", + "std": 0 + }, + "unvergleichlich": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlicherem": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichsten": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlicheres": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlicherer": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichste": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlicher": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichst": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlicheren": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichen": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichem": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichstem": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichliche": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichster": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichstes": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichlichere": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unvergleichliches": { + "pos": "adjx", + "pol": "0.0967", + "std": 0 + }, + "unverhofft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhoffterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhoffteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhoffterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhoffteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhoffte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhoffteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhofftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverhoffter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampfterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampfteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampfterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampfte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampfteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampfter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampfteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverkrampftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverwundbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unverzichtbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unwiderstehlich": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichen": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichem": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichster": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichstes": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehliche": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichst": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichste": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlicher": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichstem": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichsten": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehliches": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlicherem": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlichere": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlicheren": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlicherer": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unwiderstehlicheres": { + "pos": "adjx", + "pol": "0.1874", + "std": 0 + }, + "unzweifelhaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unzweifelhafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "unübertrefflich": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichstes": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflicheres": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichem": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichen": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichster": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflicher": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflicheren": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichstem": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichsten": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflicherem": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertreffliches": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflicherer": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertreffliche": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichere": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichst": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertrefflichste": { + "pos": "adjx", + "pol": "0.078", + "std": 0 + }, + "unübertroffen": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffensten": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffener": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenstes": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenster": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenes": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenst": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenere": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenen": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenstem": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenem": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffene": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenste": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenerer": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffeneres": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffeneren": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "unübertroffenerem": { + "pos": "adjx", + "pol": "0.0753", + "std": 0 + }, + "upgraden": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verantwortlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsbewußtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verantwortungsvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbessern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verbinden": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verbindlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verbindlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verblüffendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verdienen": { + "pos": "vvinf", + "pol": "0.0989", + "std": 0 + }, + "verdient": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdienten": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientest": { + "pos": "vvinf", + "pol": "0.0989", + "std": 0 + }, + "verdienest": { + "pos": "vvinf", + "pol": "0.0989", + "std": 0 + }, + "verdienet": { + "pos": "vvinf", + "pol": "0.0989", + "std": 0 + }, + "verdiene": { + "pos": "vvinf", + "pol": "0.0989", + "std": 0 + }, + "verdiente": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdien": { + "pos": "vvinf", + "pol": "0.0989", + "std": 0 + }, + "verdienst": { + "pos": "vvinf", + "pol": "0.0989", + "std": 0 + }, + "verdientet": { + "pos": "vvinf", + "pol": "0.0989", + "std": 0 + }, + "verdientster": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientstes": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientste": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdienter": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientes": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientem": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientere": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdienterem": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdienteren": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientst": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientstem": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdientsten": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdienterer": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "verdienteres": { + "pos": "adjx", + "pol": "0.3612", + "std": 0 + }, + "veredeln": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredelen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredelten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredele": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredelst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredelte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredel": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredeltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredelt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredl": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "veredeltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verehren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verehre": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verehr": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verehrt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verehrest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verehrte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verehrtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verehrtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verehrtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vereidigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereidiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereinen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereintet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereinest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereine": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereintest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereinst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereint": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereinte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereinet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereinten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verein": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vereinfachen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererbten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vererb": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verfeinern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verführerisch": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerisches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerische": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verführerischerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vergeben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergnügen": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnügtet": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnügest": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnüge": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnügten": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnüg": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnügte": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnüget": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnügst": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnügt": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergnügtest": { + "pos": "vvinf", + "pol": "0.1838", + "std": 0 + }, + "vergolden": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldeten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergolde": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergold": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergoldtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößerte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößeren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößerst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergrößerten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergöttern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergötter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergöttertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergötterten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergöttertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergötterst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergötteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergötterte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergöttert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vergöttere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandeln": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandelt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandeltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandelten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandele": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandel": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandl": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandeltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandelst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandelen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verhandelte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verheißungsvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritabel": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritabelster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritabelstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritabelsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritableres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritable": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritabler": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritables": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritablen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritablere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritabelstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritablerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritablem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritabelst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritabelste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritablerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "veritableren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verlockend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verlässlich": { + "pos": "adjx", + "pol": "0.0854", + "std": 0 + }, + "vermachen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermachten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermachst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermachtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermachest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermachtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermacht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermache": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermachet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermach": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermachte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vergemacht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vermehrt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vermitteln": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittelte": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittelst": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittelen": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittel": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittelt": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittle": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittelten": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittele": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermittl": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermitteltet": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vermitteltest": { + "pos": "vvinf", + "pol": "0.0699", + "std": 0 + }, + "vernünftig": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigeren": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigerem": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigsten": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigst": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigstem": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigster": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigstes": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigste": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftige": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigeres": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigem": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigen": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigere": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftiger": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftigerer": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "vernünftiges": { + "pos": "adjx", + "pol": "0.3436", + "std": 0 + }, + "verschlingen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschönern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschönere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschönert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschönertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschöner": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschönerten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschönerst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschönerte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschöneren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verschönertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versichern": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versichertet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versicherst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versicherte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versichere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versichertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versicheren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versichert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versicherten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versicher": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versiert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versiertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versierteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versierten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versierterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versierte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versierterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versiertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versierter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versierteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versiertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versierteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versiertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versiertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versiertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versiertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "versiertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verstehen": { + "pos": "vvinf", + "pol": "0.0957", + "std": 0 + }, + "verständlich": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständliche": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlicheres": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlicherer": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichster": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichstes": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichsten": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichstem": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichste": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlicher": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlicheren": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichst": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichere": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlicherem": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständliches": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichen": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verständlichem": { + "pos": "adjx", + "pol": "0.0978", + "std": 0 + }, + "verstärken": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärktest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärkt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärk": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärkte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärke": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärktet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärket": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärkest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärkten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verstärkst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhnen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhnte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhnest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhn": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhnst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhnten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhnt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhne": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhnet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhntet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhntest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "versöhnlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verteidigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidiget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verteidigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenerweckenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauensvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertrauenswürdigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertraulich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vertraut": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertraute": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrautem": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrautestem": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrauter": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrautes": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrauten": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrautest": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrautestes": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrauteste": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrautester": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrautere": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrauteres": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrauterer": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrautesten": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrauteren": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "vertrauterem": { + "pos": "adjx", + "pol": "0.2266", + "std": 0 + }, + "verwendbar": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarsten": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarstem": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarster": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarstes": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbares": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarer": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarere": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarste": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarerem": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbareren": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarst": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbare": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbaren": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbareres": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarem": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwendbarerer": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "verwirklichen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verwöhnen": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhnet": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhnest": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhnten": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhnt": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhntest": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhne": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhn": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhntet": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhnst": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verwöhnte": { + "pos": "vvinf", + "pol": "0.3571", + "std": 0 + }, + "verzeihen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "verzückt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzücktest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzückter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzückteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzückterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzücktes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzückten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzückteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzücktestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzücktere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzücktesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzücktestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzücktester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzücktem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzückterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzückteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "verzückte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielfältiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vielseitig": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigstem": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigsten": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigem": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigen": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigst": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigerer": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigste": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitige": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigeren": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigerem": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigeres": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigster": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitiges": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitiger": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigere": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielseitigstes": { + "pos": "adjx", + "pol": "0.0957", + "std": 0 + }, + "vielversprechend": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendsten": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendste": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendstem": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechende": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendes": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechender": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechenderes": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendem": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechenderer": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendstes": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechenden": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendster": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechenderen": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechenderem": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendere": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vielversprechendst": { + "pos": "adjx", + "pol": "0.0849", + "std": 0 + }, + "vital": { + "pos": "adjx", + "pol": "0.2122", + "std": 0 + }, + "vollkommen": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenen": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenem": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenste": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommene": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommnere": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommeneren": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenerem": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenstem": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommensten": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommnerem": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenere": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommneren": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommner": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenster": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenstes": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenerer": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommeneres": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenst": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommneres": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommenes": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommener": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollkommnerer": { + "pos": "adjx", + "pol": "0.0945", + "std": 0 + }, + "vollständig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vollständigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "voranbringen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vorankommen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vorantreiben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlos": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlosere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlosester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlosestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlosen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltloser": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltloses": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltloseste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlosem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltloserem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltloseren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlosestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlosesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlose": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltloserer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltloseres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbehaltlosest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorbereiten": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereittet": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereitetest": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereitte": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereite": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereiteten": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereitest": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereitete": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereitten": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereittest": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereit": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereitetet": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbereitet": { + "pos": "vvinf", + "pol": "0.1036", + "std": 0 + }, + "vorbildlich": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichsten": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlicher": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichste": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichstem": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichen": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichst": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichem": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichere": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildliche": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlicherem": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildliches": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichster": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlichstes": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlicheren": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlicheres": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorbildlicherer": { + "pos": "adjx", + "pol": "0.3188", + "std": 0 + }, + "vorsichtig": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigst": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigsten": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigstes": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigster": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtige": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigste": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigstem": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigeren": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtiges": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtiger": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigerem": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigere": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigen": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigem": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigeres": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsichtigerer": { + "pos": "adjx", + "pol": "0.2313", + "std": 0 + }, + "vorsorgen": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorgst": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorgte": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorgt": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorgtet": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorge": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorgtest": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorgten": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorg": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorgesorgt": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorget": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorgest": { + "pos": "vvinf", + "pol": "0.0878", + "std": 0 + }, + "vorsorglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorgliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorgliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorsorglichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorteilhaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorwärts": { + "pos": "adv", + "pol": "0.0961", + "std": 0 + }, + "vorzeigbar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbare": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbaren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbares": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbareres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbarstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzeigbareren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "vorzüglich": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichen": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglicheres": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichem": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglicherer": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglicher": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglicheren": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglicherem": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzügliches": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichstem": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichste": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichster": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichere": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichstes": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichsten": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzügliche": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "vorzüglichst": { + "pos": "adjx", + "pol": "0.3223", + "std": 0 + }, + "wachsam": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamst": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamsten": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsameren": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamerem": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamstem": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamstes": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamster": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamen": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamem": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamer": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsameres": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamerer": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamere": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsames": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsamste": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsame": { + "pos": "adjx", + "pol": "0.0891", + "std": 0 + }, + "wachsen": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachstest": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachsest": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachsten": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachstet": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "gewachst": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachste": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachset": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachs": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachst": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachse": { + "pos": "vvinf", + "pol": "0.3607", + "std": 0 + }, + "wachsend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wagen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wagten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wagst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wagest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wage": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wagtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gewagt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wag": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wagtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "waget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wagte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wagt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahr": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahrt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahrten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahre": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahrtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahrest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "gewahrt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahrtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahrst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wahrte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "warm": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmer": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmerem": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmste": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmeren": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "warmem": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "warmen": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmere": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmstes": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "warmer": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmster": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "warmes": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmstem": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmerer": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmeres": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmsten": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "warme": { + "pos": "adjx", + "pol": "0.3796", + "std": 0 + }, + "wärmst": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "warmherzig": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigste": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigeres": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherziger": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigerer": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherziges": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigem": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigen": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzige": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigerem": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigeren": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigst": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigere": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigstes": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigster": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigstem": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "warmherzigsten": { + "pos": "adjx", + "pol": "0.1921", + "std": 0 + }, + "wegweisend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wegweisendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weich": { + "pos": "adjx", + "pol": "0.3591", + "std": 0 + }, + "weise": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weiseste": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weisestem": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weiserem": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weisesten": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weiseren": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weisest": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weisester": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weisestes": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weisere": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weises": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weiser": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weisem": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weisen": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weiseres": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weiserer": { + "pos": "adjx", + "pol": "0.2244", + "std": 0 + }, + "weiterempfehlen": { + "pos": "vvinf", + "pol": "0.2101", + "std": 0 + }, + "weitgehend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitgehendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitläufig": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigeren": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigem": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigen": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigerem": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigst": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufige": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufiges": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufiger": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigster": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigstes": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigerer": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigeres": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigstem": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigsten": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigste": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitläufigere": { + "pos": "adjx", + "pol": "0.1966", + "std": 0 + }, + "weitreichend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitreichenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weiträumigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weitsichtigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmtere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmtes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmtestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmtester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmtem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmtestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmtesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "weltberühmterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wertig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wertschätzen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätzten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätzet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätzest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätzt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätze": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertgeschätzt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätztet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätzte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätztest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertschätz": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wertvoll": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollst": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvolleres": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollerer": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollster": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollerem": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvolleren": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollsten": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollstem": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvolle": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollen": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollem": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvoller": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollere": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollstes": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvolles": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wertvollste": { + "pos": "adjx", + "pol": "0.357", + "std": 0 + }, + "wichtig": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigsten": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigstem": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigst": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigster": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtige": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigstes": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtiger": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtiges": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigere": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigerem": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigem": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigeren": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigerer": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigen": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigeres": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "wichtigste": { + "pos": "adjx", + "pol": "0.3822", + "std": 0 + }, + "widerstandsfähig": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigstes": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigster": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigerer": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigeres": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähiges": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigerem": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigeren": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähiger": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigem": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigen": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigsten": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähige": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigstem": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigere": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigst": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "widerstandsfähigste": { + "pos": "adjx", + "pol": "0.0877", + "std": 0 + }, + "wiederaufleben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbeleben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbeleb": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederbelebten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergewinnen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmachen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmachten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmachte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutgemacht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmachst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmachet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmach": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmachtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmacht": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmachtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmachest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergutmache": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstellen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstellest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstellet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederhergestellt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstellt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstelle": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstellst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstell": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstelltet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstellte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstellten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederherstelltest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehrten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehret": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehrst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehrte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehrtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedergekehrt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehrest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehrtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehrt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehre": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiederkehr": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinigen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinigt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinige": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinig": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinigst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinigte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinigten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinigtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereiniget": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinigtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "wiedervereinigest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "willenstark": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommeneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommeneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "willkommnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksam": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksameren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksameres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksames": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksamste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirksame": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirkungsvollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wirtschaftlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "witzig": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigst": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigeren": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigstem": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigerem": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigen": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigem": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witziges": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzige": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigere": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witziger": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigsten": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigste": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigstes": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigerer": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigster": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "witzigeres": { + "pos": "adjx", + "pol": "0.4463", + "std": 0 + }, + "wohlbehalten": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenes": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltener": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenerem": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenste": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehalteneren": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenst": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenen": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenem": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltene": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltensten": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenstem": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenster": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenstes": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehalteneres": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenerer": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlbehaltenere": { + "pos": "adjx", + "pol": "0.0883", + "std": 0 + }, + "wohlgeordnet": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordneteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordneterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordneten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnete": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordnetes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordneter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordneterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlgeordneteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlhabend": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendst": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendes": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabender": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendem": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabenden": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendere": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabenderes": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendsten": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabenderer": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendstes": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendster": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabenderem": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabende": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabenderen": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendste": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlhabendstem": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "wohlig": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohliges": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohlige": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohliger": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligst": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligste": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligen": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligem": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligerem": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligsten": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligeren": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligeres": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligerer": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligstem": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligstes": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligere": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohligster": { + "pos": "adjx", + "pol": "0.32", + "std": 0 + }, + "wohltuend": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuenden": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendem": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuender": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendst": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendere": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendste": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendes": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendstem": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuenderes": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuenderer": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendstes": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendster": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuenderen": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuendsten": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuende": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltuenderem": { + "pos": "adjx", + "pol": "0.2113", + "std": 0 + }, + "wohltätig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohltätigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohlwollendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wohnlich": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichstes": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichster": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichere": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichstem": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichsten": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichst": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlicheres": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlicherer": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichen": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichste": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlichem": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnliche": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlicheren": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnliches": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlicher": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wohnlicherem": { + "pos": "adjx", + "pol": "0.0885", + "std": 0 + }, + "wunderbar": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarerem": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarste": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarster": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarerer": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarstes": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbareres": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbareren": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbares": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarer": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbare": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbaren": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarst": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarem": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarsten": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarere": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wunderbarstem": { + "pos": "adjx", + "pol": "0.7234", + "std": 0 + }, + "wundersam": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersame": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersameren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersames": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersamstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wundersameres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunderschön": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönen": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönsten": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönstem": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönes": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönstes": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschöner": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönster": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönste": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönere": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönem": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschöneren": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönst": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönerem": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschöne": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschöneres": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wunderschönerer": { + "pos": "adjx", + "pol": "0.7048", + "std": 0 + }, + "wundervoll": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollster": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollstes": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollere": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollst": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollste": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollstem": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervolleren": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollsten": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervolleres": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollerer": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollerem": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervolle": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervolles": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervoller": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollen": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wundervollem": { + "pos": "adjx", + "pol": "0.308", + "std": 0 + }, + "wunschgemäß": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäße": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wunschgemäßes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wärmen": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärmtet": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärmet": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "gewärmt": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärm": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärmtest": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärmest": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärmt": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärmten": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärmte": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärme": { + "pos": "vvinf", + "pol": "0.1956", + "std": 0 + }, + "wärmstens": { + "pos": "adv", + "pol": "0.0040", + "std": 0 + }, + "wünschenswert": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswerten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswertesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswertestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswertem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswerter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswertere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswertes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswertester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswerteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswertestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswerteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswerterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswerteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswerterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswerte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "wünschenswertest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevoll": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevolle": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevolleres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevolles": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevoller": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevolleren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdevollsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "würdig": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdigstem": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigsten": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigeres": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdiges": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdiger": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigen": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdigerer": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigste": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigstes": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigem": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigster": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigeren": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigerem": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigst": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdige": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdigere": { + "pos": "adjx", + "pol": "0.0801", + "std": 0 + }, + "würdigt": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdiget": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdigtest": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdigten": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdigte": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdigtet": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "würdigest": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "gewürdigt": { + "pos": "adjx", + "pol": "0.2056", + "std": 0 + }, + "zauberhaft": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaftesten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaftes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaftestem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhafter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaften": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaftem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaftestes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaftester": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhafterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhafteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaftere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhafterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhafte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhafteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhaftest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zauberhafteste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparenderem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparenderen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparende": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparenderer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparenden": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparenderes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparendes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zeitsparender": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtet": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichteten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichteteren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichteterem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtete": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichteteres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichteterer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichteter": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielgerichtetes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zielstrebig": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigeren": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigerem": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebiges": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigstem": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebiger": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigsten": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebige": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigstes": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigster": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigem": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigen": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigst": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigste": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigere": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigeres": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zielstrebigerer": { + "pos": "adjx", + "pol": "0.1955", + "std": 0 + }, + "zivilisiert": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisiertest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisiertes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisierterem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisierteste": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisierteren": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisiertesten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisierteres": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisierterer": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisiertestem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisiertestes": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisiertester": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisiertere": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisiertem": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisierten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisierter": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zivilisierte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zufließen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zufrieden": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriednere": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedner": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenerem": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedneres": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenstes": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenster": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriednerer": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedensten": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedene": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriednerem": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenstem": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedneren": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenes": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenst": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenste": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenere": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenem": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenen": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedeneren": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedeneres": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedener": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenerer": { + "pos": "adjx", + "pol": "0.393", + "std": 0 + }, + "zufriedenstellend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zufügen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zugeben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zugreifen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zugänglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugängliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugängliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zugänglichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zukunftsweisend": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendstes": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendst": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendste": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendster": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisenderem": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendem": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisenderen": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendstem": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendsten": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendere": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisenderes": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisenderer": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisenden": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisende": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisendes": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zukunftsweisender": { + "pos": "adjx", + "pol": "0.0859", + "std": 0 + }, + "zulegen": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulegest": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulegtet": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zugelegt": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulegten": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulegst": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulegte": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulegt": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zuleget": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulege": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulegtest": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zuleg": { + "pos": "vvinf", + "pol": "0.0922", + "std": 0 + }, + "zulässig": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässige": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässiger": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässiges": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zulässigem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "zurückgewinnen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zusammenhalten": { + "pos": "vvinf", + "pol": "0.0834", + "std": 0 + }, + "zuschießen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zustimmen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "zuverlässig": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigsten": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigster": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigstes": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigerer": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigeres": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigeren": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässige": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigerem": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigstem": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigste": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässiges": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässiger": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigere": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigen": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigem": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuverlässigst": { + "pos": "adjx", + "pol": "0.2052", + "std": 0 + }, + "zuversichtlich": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichen": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichem": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichste": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichstem": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichsten": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichst": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlicherer": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlicheres": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlicherem": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlicheren": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtliche": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichstes": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlicher": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichere": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtlichster": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuversichtliches": { + "pos": "adjx", + "pol": "0.2179", + "std": 0 + }, + "zuvorkommend": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendste": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommende": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommenderes": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommenderer": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommenderen": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendes": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendstes": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommender": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommenderem": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendst": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommenden": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendem": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendere": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendsten": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendstem": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zuvorkommendster": { + "pos": "adjx", + "pol": "0.6669", + "std": 0 + }, + "zweifellos": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellosst": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellosstem": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellossten": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifelloserem": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifelloseren": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellosste": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifelloses": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifelloserer": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifelloser": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifelloseres": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellosen": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellose": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellosem": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellosere": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellosstes": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "zweifellosster": { + "pos": "adjx", + "pol": "0.0839", + "std": 0 + }, + "Übereinkunft": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Übereinkünfte": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Übereinkünften": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Übereinstimmung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überfluß": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überflußs": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überflußes": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überlegenheit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überlegung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überlegungen": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überparteilichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überschaubarkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überschwänglichkeit": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "Überzeugung": { + "pos": "nn", + "pol": "0.0040", + "std": 0 + }, + "ästhetisch": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischem": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischerer": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischen": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetische": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischstes": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischeres": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetisches": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischer": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischere": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischerem": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischeren": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischst": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischste": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischster": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischsten": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "ästhetischstem": { + "pos": "adjx", + "pol": "0.2038", + "std": 0 + }, + "überdurchschnittlich": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichstem": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichsten": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlicher": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittliche": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichen": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichem": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlicherem": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichere": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittliches": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichste": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichster": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlicherer": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichstes": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlicheres": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlicheren": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überdurchschnittlichst": { + "pos": "adjx", + "pol": "0.09", + "std": 0 + }, + "überglücklich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglückliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglückliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überglücklichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroß": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroße": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßeres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergroßeren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überholen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überholten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überholet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überhole": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überhol": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überholt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überholtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überholst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überholtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "übergeholt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überholest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überholte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überleben": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überleb": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebe": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "übergelebt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlebest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überlegen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überleg": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übergelegt": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegte": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlege": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegener": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegeneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegene": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegeneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegner": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegtet": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegnerem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegneren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegensten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegneres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegnerer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überleget": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegtest": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegnere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überlegenere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlicherem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschliches": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlicher": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlicheren": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichen": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichste": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichere": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschliche": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichsten": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichstem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichem": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichster": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichst": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlicheres": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlicherer": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "übermenschlichstes": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überragend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überraschend": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überrascht": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschtere": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschtestem": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschtesten": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschtester": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschtestes": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschter": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschtes": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschterer": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschteste": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschte": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschteres": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschteren": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschterem": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschten": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschtem": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überraschtest": { + "pos": "adjx", + "pol": "0.2438", + "std": 0 + }, + "überrunden": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundete": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrunde": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundetet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrund": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundeten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundetest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überrundet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschaubar": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überschwänglich": { + "pos": "adjx", + "pol": "0.0040", + "std": 0 + }, + "überschäumen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäumt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäumst": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäumten": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäumte": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäume": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäumet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäumtet": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäumest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "übergeschäumt": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäumtest": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überschäum": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "übersichtlich": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlicherem": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichste": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlicheren": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichere": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichstem": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichsten": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichst": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichstes": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichster": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlicher": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtliches": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichem": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlichen": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtliche": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlicherer": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übersichtlicheres": { + "pos": "adjx", + "pol": "0.2253", + "std": 0 + }, + "übertreffen": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überwinden": { + "pos": "vvinf", + "pol": "0.0040", + "std": 0 + }, + "überwältigend": { + "pos": "adjx", + "pol": "0.3312", + "std": 0 + }, + "überwältigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überzeugen": { + "pos": "vvinf", + "pol": "0.3396", + "std": 0 + }, + "überzeugend": { + "pos": "adjx", + "pol": "0.4489", + "std": 0 + }, + "überzeugt": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugtestem": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugtesten": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugtester": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugte": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugtes": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugter": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugterer": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugtere": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugteres": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugtem": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugten": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugteren": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugtest": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugterem": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugtestes": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "überzeugteste": { + "pos": "adjx", + "pol": "0.2381", + "std": 0 + }, + "üppig": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppiges": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigster": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigstes": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigen": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigst": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigem": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigsten": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigerer": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigere": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigeres": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigste": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppiger": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigstem": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigeren": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppigerem": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "üppige": { + "pos": "adjx", + "pol": "0.201", + "std": 0 + }, + "Abbau": { + "pos": "nn", + "pol": "-0.058", + "std": 0 + }, + "Abbaus": { + "pos": "nn", + "pol": "-0.058", + "std": 0 + }, + "Abbaues": { + "pos": "nn", + "pol": "-0.058", + "std": 0 + }, + "Abbauen": { + "pos": "nn", + "pol": "-0.058", + "std": 0 + }, + "Abbaue": { + "pos": "nn", + "pol": "-0.058", + "std": 0 + }, + "Abbruch": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abbruches": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abbrüche": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abbruchs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abbrüchen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abdankung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abdankungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abdämpfung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abdämpfungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abfall": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abfalles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abfälle": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abfalls": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abfällen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abfuhr": { + "pos": "nn", + "pol": "-0.3367", + "std": 0 + }, + "Abfuhren": { + "pos": "nn", + "pol": "-0.3367", + "std": 0 + }, + "Abgrund": { + "pos": "nn", + "pol": "-0.3465", + "std": 0 + }, + "Abhängigkeit": { + "pos": "nn", + "pol": "-0.3653", + "std": 0 + }, + "Abhängigkeiten": { + "pos": "nn", + "pol": "-0.3653", + "std": 0 + }, + "Ablehnung": { + "pos": "nn", + "pol": "-0.5118", + "std": 0 + }, + "Ablehnungen": { + "pos": "nn", + "pol": "-0.5118", + "std": 0 + }, + "Ablenkung": { + "pos": "nn", + "pol": "-0.0435", + "std": 0 + }, + "Ablenkungen": { + "pos": "nn", + "pol": "-0.0435", + "std": 0 + }, + "Abnahme": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abnahmen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abneigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abneigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abnutzung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abriss": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrisse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrissen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrisses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrisss": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrutsch": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrutschen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrutsche": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrutsches": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abrutschs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abschaffung": { + "pos": "nn", + "pol": "-0.058", + "std": 0 + }, + "Abschaffungen": { + "pos": "nn", + "pol": "-0.058", + "std": 0 + }, + "Abschreckung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abschreckungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abschreibung": { + "pos": "nn", + "pol": "-0.3345", + "std": 0 + }, + "Abschreibungen": { + "pos": "nn", + "pol": "-0.3345", + "std": 0 + }, + "Abschuß": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abschwächung": { + "pos": "nn", + "pol": "-0.1935", + "std": 0 + }, + "Abschwächungen": { + "pos": "nn", + "pol": "-0.1935", + "std": 0 + }, + "Absenkung": { + "pos": "nn", + "pol": "-0.3434", + "std": 0 + }, + "Absenkungen": { + "pos": "nn", + "pol": "-0.3434", + "std": 0 + }, + "Abspaltung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abspaltungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Absperrung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Absperrungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abstieg": { + "pos": "nn", + "pol": "-0.3215", + "std": 0 + }, + "Abstiegs": { + "pos": "nn", + "pol": "-0.3215", + "std": 0 + }, + "Abstiege": { + "pos": "nn", + "pol": "-0.3215", + "std": 0 + }, + "Abstiegen": { + "pos": "nn", + "pol": "-0.3215", + "std": 0 + }, + "Abstieges": { + "pos": "nn", + "pol": "-0.3215", + "std": 0 + }, + "Abstoß": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abstößen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abstöße": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abstoßs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abstoßes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abstrich": { + "pos": "nn", + "pol": "-0.3201", + "std": 0 + }, + "Abstrichen": { + "pos": "nn", + "pol": "-0.3201", + "std": 0 + }, + "Abstrichs": { + "pos": "nn", + "pol": "-0.3201", + "std": 0 + }, + "Abstriches": { + "pos": "nn", + "pol": "-0.3201", + "std": 0 + }, + "Abstriche": { + "pos": "nn", + "pol": "-0.3201", + "std": 0 + }, + "Abstumpfung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Absturz": { + "pos": "nn", + "pol": "-0.4739", + "std": 0 + }, + "Abstürzen": { + "pos": "nn", + "pol": "-0.4739", + "std": 0 + }, + "Absturzs": { + "pos": "nn", + "pol": "-0.4739", + "std": 0 + }, + "Absturzes": { + "pos": "nn", + "pol": "-0.4739", + "std": 0 + }, + "Abstürze": { + "pos": "nn", + "pol": "-0.4739", + "std": 0 + }, + "Absurdität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Absurditäten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abweichung": { + "pos": "nn", + "pol": "-0.3462", + "std": 0 + }, + "Abweichungen": { + "pos": "nn", + "pol": "-0.3462", + "std": 0 + }, + "Abweisung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abweisungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Abwertung": { + "pos": "nn", + "pol": "-0.3283", + "std": 0 + }, + "Abwertungen": { + "pos": "nn", + "pol": "-0.3283", + "std": 0 + }, + "Abwärtstrend": { + "pos": "nn", + "pol": "-0.1941", + "std": 0 + }, + "Abzocke": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Achtlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Affäre": { + "pos": "nn", + "pol": "-0.1794", + "std": 0 + }, + "Affären": { + "pos": "nn", + "pol": "-0.1794", + "std": 0 + }, + "Aggression": { + "pos": "nn", + "pol": "-0.4889", + "std": 0 + }, + "Aggressionen": { + "pos": "nn", + "pol": "-0.4889", + "std": 0 + }, + "Aggressivität": { + "pos": "nn", + "pol": "-0.1958", + "std": 0 + }, + "Aggressivitäten": { + "pos": "nn", + "pol": "-0.1958", + "std": 0 + }, + "Aggressor": { + "pos": "nn", + "pol": "-0.3155", + "std": 0 + }, + "Aggressoren": { + "pos": "nn", + "pol": "-0.3155", + "std": 0 + }, + "Aggressors": { + "pos": "nn", + "pol": "-0.3155", + "std": 0 + }, + "Agitation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Agitationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alarm": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alarme": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alarms": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alarmen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alarmes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alptraum": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alpträume": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alpträumen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alptraums": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Alptraumes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Amateur": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Amateuren": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Amateure": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Amateurs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ambivalenz": { + "pos": "nn", + "pol": "-0.3266", + "std": 0 + }, + "Ambivalenzen": { + "pos": "nn", + "pol": "-0.3266", + "std": 0 + }, + "Androhung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Androhungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Anfälligkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Angreifer": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Angreifers": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Angreifern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Angriff": { + "pos": "nn", + "pol": "-0.212", + "std": 0 + }, + "Angriffe": { + "pos": "nn", + "pol": "-0.212", + "std": 0 + }, + "Angriffen": { + "pos": "nn", + "pol": "-0.212", + "std": 0 + }, + "Angriffs": { + "pos": "nn", + "pol": "-0.212", + "std": 0 + }, + "Angriffes": { + "pos": "nn", + "pol": "-0.212", + "std": 0 + }, + "Angst": { + "pos": "nn", + "pol": "-0.514", + "std": 0 + }, + "Angste": { + "pos": "nn", + "pol": "-0.514", + "std": 0 + }, + "Angsten": { + "pos": "nn", + "pol": "-0.514", + "std": 0 + }, + "Anklage": { + "pos": "nn", + "pol": "-0.3468", + "std": 0 + }, + "Anklagen": { + "pos": "nn", + "pol": "-0.3468", + "std": 0 + }, + "Anmaßung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Anmaßungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Annullierung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Annullierungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Anomalie": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Anomalien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Anspannung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Anspannungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Anstrengung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Anstrengungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Antipathie": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Antipathien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Arbeitslose": { + "pos": "nn", + "pol": "-0.3549", + "std": 0 + }, + "Arbeitslosen": { + "pos": "nn", + "pol": "-0.3549", + "std": 0 + }, + "Arbeitslosigkeit": { + "pos": "nn", + "pol": "-0.3654", + "std": 0 + }, + "Armut": { + "pos": "nn", + "pol": "-0.2038", + "std": 0 + }, + "Arroganz": { + "pos": "nn", + "pol": "-0.3289", + "std": 0 + }, + "Arschloch": { + "pos": "nn", + "pol": "-0.1901", + "std": 0 + }, + "Arschlöcher": { + "pos": "nn", + "pol": "-0.1901", + "std": 0 + }, + "Arschlochs": { + "pos": "nn", + "pol": "-0.1901", + "std": 0 + }, + "Arschlöchern": { + "pos": "nn", + "pol": "-0.1901", + "std": 0 + }, + "Arschloches": { + "pos": "nn", + "pol": "-0.1901", + "std": 0 + }, + "Attacke": { + "pos": "nn", + "pol": "-0.47", + "std": 0 + }, + "Attacken": { + "pos": "nn", + "pol": "-0.47", + "std": 0 + }, + "Aufhebung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufhebungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Auflösung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Auflösungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufregung": { + "pos": "nn", + "pol": "-0.0386", + "std": 0 + }, + "Aufregungen": { + "pos": "nn", + "pol": "-0.0386", + "std": 0 + }, + "Aufruhr": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufruhre": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufruhrs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufruhren": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufruhres": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufschrei": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufschreien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufschreis": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufschreie": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufschreies": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufstand": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufstandes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufstände": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufstands": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufstanden": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufständen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aufstande": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbeute": { + "pos": "nn", + "pol": "-0.1894", + "std": 0 + }, + "Ausbeuten": { + "pos": "nn", + "pol": "-0.1894", + "std": 0 + }, + "Ausbeuter": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbeuters": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbeutern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbeutung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbeutungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbruch": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbruchs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbruches": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbrüche": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausbrüchen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Auseinandersetzung": { + "pos": "nn", + "pol": "-0.0603", + "std": 0 + }, + "Auseinandersetzungen": { + "pos": "nn", + "pol": "-0.0603", + "std": 0 + }, + "Ausfall": { + "pos": "nn", + "pol": "-0.2164", + "std": 0 + }, + "Ausfällen": { + "pos": "nn", + "pol": "-0.2164", + "std": 0 + }, + "Ausfälle": { + "pos": "nn", + "pol": "-0.2164", + "std": 0 + }, + "Ausfalles": { + "pos": "nn", + "pol": "-0.2164", + "std": 0 + }, + "Ausfalls": { + "pos": "nn", + "pol": "-0.2164", + "std": 0 + }, + "Ausgrenzung": { + "pos": "nn", + "pol": "-0.626", + "std": 0 + }, + "Auslöschung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Auslöschungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausrottung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausrottungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausschließung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ausschließungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aussetzung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Aussetzungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Banalität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Banalitäten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bankrott": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bankrotte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bankrotts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bankrottes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bankrotten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Barriere": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Barrieren": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bedeutungslosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bedrohung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bedrohungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bedrängung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bedrängungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bedrückung": { + "pos": "nn", + "pol": "-0.0435", + "std": 0 + }, + "Bedrückungen": { + "pos": "nn", + "pol": "-0.0435", + "std": 0 + }, + "Bedürftige": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beeinträchtigung": { + "pos": "nn", + "pol": "-0.3472", + "std": 0 + }, + "Beeinträchtigungen": { + "pos": "nn", + "pol": "-0.3472", + "std": 0 + }, + "Befall": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Befalls": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Befälle": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Befällen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Befalles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Befangenheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Befangenheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Befürchtung": { + "pos": "nn", + "pol": "-0.4903", + "std": 0 + }, + "Befürchtungen": { + "pos": "nn", + "pol": "-0.4903", + "std": 0 + }, + "Begrenzung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Begrenzungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Behinderung": { + "pos": "nn", + "pol": "-0.3578", + "std": 0 + }, + "Behinderungen": { + "pos": "nn", + "pol": "-0.3578", + "std": 0 + }, + "Belastung": { + "pos": "nn", + "pol": "-0.3711", + "std": 0 + }, + "Belastungen": { + "pos": "nn", + "pol": "-0.3711", + "std": 0 + }, + "Beleidigung": { + "pos": "nn", + "pol": "-0.3432", + "std": 0 + }, + "Beleidigungen": { + "pos": "nn", + "pol": "-0.3432", + "std": 0 + }, + "Belästigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Belästigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschneidung": { + "pos": "nn", + "pol": "-0.3313", + "std": 0 + }, + "Beschneidungen": { + "pos": "nn", + "pol": "-0.3313", + "std": 0 + }, + "Beschränkung": { + "pos": "nn", + "pol": "-0.3518", + "std": 0 + }, + "Beschränkungen": { + "pos": "nn", + "pol": "-0.3518", + "std": 0 + }, + "Beschuldigung": { + "pos": "nn", + "pol": "-0.3209", + "std": 0 + }, + "Beschuldigungen": { + "pos": "nn", + "pol": "-0.3209", + "std": 0 + }, + "Beschwerde": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschwerden": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschwerlichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschwerlichkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschädigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschädigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschäftigungslose": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschäftigungsloser": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschämung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beschämungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beseitigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beseitigungnen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beseitigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Besorgnis": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Besorgnissen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Besorgnisse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bestechung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bestechungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Besteuerung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Besteuerungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bestrafung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bestrafungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bestürzung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Betrug": { + "pos": "nn", + "pol": "-0.4913", + "std": 0 + }, + "Betrugs": { + "pos": "nn", + "pol": "-0.4913", + "std": 0 + }, + "Betruges": { + "pos": "nn", + "pol": "-0.4913", + "std": 0 + }, + "Betrüger": { + "pos": "nn", + "pol": "-0.3311", + "std": 0 + }, + "Betrügers": { + "pos": "nn", + "pol": "-0.3311", + "std": 0 + }, + "Betrügern": { + "pos": "nn", + "pol": "-0.3311", + "std": 0 + }, + "Beule": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beulen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Beunruhigung": { + "pos": "nn", + "pol": "-0.324", + "std": 0 + }, + "Beunruhigungen": { + "pos": "nn", + "pol": "-0.324", + "std": 0 + }, + "Bevormundung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bevormundungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bitterkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Blindheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Blockade": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Blockaden": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Blockierung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Blockierungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Blödheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Blödheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bombardement": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bombardements": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bombardierung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bombardierungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bombe": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bomben": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bosheit": { + "pos": "nn", + "pol": "-0.3371", + "std": 0 + }, + "Bosheiten": { + "pos": "nn", + "pol": "-0.3371", + "std": 0 + }, + "Brand": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bränden": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Brände": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Brandes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Brands": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bruch": { + "pos": "nn", + "pol": "-0.3463", + "std": 0 + }, + "Bruchs": { + "pos": "nn", + "pol": "-0.3463", + "std": 0 + }, + "Brüche": { + "pos": "nn", + "pol": "-0.3463", + "std": 0 + }, + "Bruches": { + "pos": "nn", + "pol": "-0.3463", + "std": 0 + }, + "Brüchen": { + "pos": "nn", + "pol": "-0.3463", + "std": 0 + }, + "Brutalität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Brutalitäten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bußgeld": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Bußgeldes": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Bußgelds": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Bußgelder": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Bußgeldern": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Bösartigkeit": { + "pos": "nn", + "pol": "-0.3189", + "std": 0 + }, + "Bösewicht": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bösewichten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bösewichte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bösewichts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bösewichtes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Bürde": { + "pos": "nn", + "pol": "-0.0524", + "std": 0 + }, + "Bürden": { + "pos": "nn", + "pol": "-0.0524", + "std": 0 + }, + "Chaos": { + "pos": "nn", + "pol": "-0.3489", + "std": 0 + }, + "Crash": { + "pos": "nn", + "pol": "-0.1885", + "std": 0 + }, + "Crashs": { + "pos": "nn", + "pol": "-0.1885", + "std": 0 + }, + "Defekt": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Defekten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Defekts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Defektes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Defekte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Defizit": { + "pos": "nn", + "pol": "-0.347", + "std": 0 + }, + "Defiziten": { + "pos": "nn", + "pol": "-0.347", + "std": 0 + }, + "Defizits": { + "pos": "nn", + "pol": "-0.347", + "std": 0 + }, + "Defizite": { + "pos": "nn", + "pol": "-0.347", + "std": 0 + }, + "Deformation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Deformationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Degradierung": { + "pos": "nn", + "pol": "-0.3137", + "std": 0 + }, + "Degradierungen": { + "pos": "nn", + "pol": "-0.3137", + "std": 0 + }, + "Dekadenz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Demütigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Demütigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Denkfehler": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Denkfehlern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Denkfehlers": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Depression": { + "pos": "nn", + "pol": "-0.4951", + "std": 0 + }, + "Depressionen": { + "pos": "nn", + "pol": "-0.4951", + "std": 0 + }, + "Desaster": { + "pos": "nn", + "pol": "-0.3413", + "std": 0 + }, + "Desastern": { + "pos": "nn", + "pol": "-0.3413", + "std": 0 + }, + "Desasters": { + "pos": "nn", + "pol": "-0.3413", + "std": 0 + }, + "Desinteresse": { + "pos": "nn", + "pol": "-0.3348", + "std": 0 + }, + "Desinteresses": { + "pos": "nn", + "pol": "-0.3348", + "std": 0 + }, + "Dezimierung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dezimierungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dieb": { + "pos": "nn", + "pol": "-0.1962", + "std": 0 + }, + "Diebes": { + "pos": "nn", + "pol": "-0.1962", + "std": 0 + }, + "Diebs": { + "pos": "nn", + "pol": "-0.1962", + "std": 0 + }, + "Dieben": { + "pos": "nn", + "pol": "-0.1962", + "std": 0 + }, + "Diebe": { + "pos": "nn", + "pol": "-0.1962", + "std": 0 + }, + "Diebstahl": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Diebstahls": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Diebstähle": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Diebstahles": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Diebstählen": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Diffamierung": { + "pos": "nn", + "pol": "-0.4591", + "std": 0 + }, + "Diffamierungen": { + "pos": "nn", + "pol": "-0.4591", + "std": 0 + }, + "Diktator": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Diktatoren": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Diktators": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dilemma": { + "pos": "nn", + "pol": "-0.3403", + "std": 0 + }, + "Dilemmas": { + "pos": "nn", + "pol": "-0.3403", + "std": 0 + }, + "Diskriminierung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Diskriminierungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dissens": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dissensen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dissense": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dissenses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dominierung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dominierungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Doppeldeutigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Doppeldeutigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Doppelspiel": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Doppelspiele": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Doppelspieles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Doppelspiels": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Doppelspielen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dreck": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dreckes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Drecks": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Drift": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Driften": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Drohung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Drohungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Drosselung": { + "pos": "nn", + "pol": "-0.3178", + "std": 0 + }, + "Drosselungen": { + "pos": "nn", + "pol": "-0.3178", + "std": 0 + }, + "Dummheit": { + "pos": "nn", + "pol": "-0.4877", + "std": 0 + }, + "Dummheiten": { + "pos": "nn", + "pol": "-0.4877", + "std": 0 + }, + "Dummkopf": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dummköpfen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dummkopfes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dummköpfe": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dummkopfs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dunkelheit": { + "pos": "nn", + "pol": "-0.3547", + "std": 0 + }, + "Dunkelheiten": { + "pos": "nn", + "pol": "-0.3547", + "std": 0 + }, + "Durcheinander": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Durcheinanders": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Durcheinandern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dussel": { + "pos": "nn", + "pol": "-0.3094", + "std": 0 + }, + "Dussels": { + "pos": "nn", + "pol": "-0.3094", + "std": 0 + }, + "Dusseln": { + "pos": "nn", + "pol": "-0.3094", + "std": 0 + }, + "Dämpfer": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dämpfern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dämpfers": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dürre": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Dürren": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Düsternis": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Düsternisen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Düsternise": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Egoist": { + "pos": "nn", + "pol": "-0.3179", + "std": 0 + }, + "Egoisten": { + "pos": "nn", + "pol": "-0.3179", + "std": 0 + }, + "Ehebruch": { + "pos": "nn", + "pol": "-0.4743", + "std": 0 + }, + "Ehebruches": { + "pos": "nn", + "pol": "-0.4743", + "std": 0 + }, + "Ehebruchs": { + "pos": "nn", + "pol": "-0.4743", + "std": 0 + }, + "Ehebrüche": { + "pos": "nn", + "pol": "-0.4743", + "std": 0 + }, + "Ehebrüchen": { + "pos": "nn", + "pol": "-0.4743", + "std": 0 + }, + "Einbrecher": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einbrechers": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einbrechern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einbruch": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Einbrüche": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Einbruches": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Einbrüchen": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Einbruchs": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Einbuße": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einbußen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einsamkeit": { + "pos": "nn", + "pol": "-0.339", + "std": 0 + }, + "Einsamkeiten": { + "pos": "nn", + "pol": "-0.339", + "std": 0 + }, + "Einschlag": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einschlägen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einschlages": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einschläge": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einschlags": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einschränkung": { + "pos": "nn", + "pol": "-0.2048", + "std": 0 + }, + "Einschränkungen": { + "pos": "nn", + "pol": "-0.2048", + "std": 0 + }, + "Einschüchterung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einschüchterungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einsturz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einstürzen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einsturzs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einsturzes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Einstürze": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ekel": { + "pos": "nn", + "pol": "-0.462", + "std": 0 + }, + "Ekeln": { + "pos": "nn", + "pol": "-0.462", + "std": 0 + }, + "Ekeles": { + "pos": "nn", + "pol": "-0.462", + "std": 0 + }, + "Ekels": { + "pos": "nn", + "pol": "-0.462", + "std": 0 + }, + "Elend": { + "pos": "nn", + "pol": "-0.2013", + "std": 0 + }, + "Elends": { + "pos": "nn", + "pol": "-0.2013", + "std": 0 + }, + "Empörung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Empörungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ende": { + "pos": "nn", + "pol": "-0.2088", + "std": 0 + }, + "Endes": { + "pos": "nn", + "pol": "-0.2088", + "std": 0 + }, + "Enden": { + "pos": "nn", + "pol": "-0.2088", + "std": 0 + }, + "Energielosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entbindung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entbindungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entfremdung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entfremdungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entführung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entführungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Enthauptung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Enthauptungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entlassung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entlassungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entmutigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entmutigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Enttäuschung": { + "pos": "nn", + "pol": "-0.3378", + "std": 0 + }, + "Enttäuschungen": { + "pos": "nn", + "pol": "-0.3378", + "std": 0 + }, + "Entziehung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Entziehungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Epidemie": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Epidemien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ermahnung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ermahnungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ermordung": { + "pos": "nn", + "pol": "-0.332", + "std": 0 + }, + "Ermordungen": { + "pos": "nn", + "pol": "-0.332", + "std": 0 + }, + "Ermüdung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ermüdungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Erniedrigung": { + "pos": "nn", + "pol": "-0.3259", + "std": 0 + }, + "Erniedrigungen": { + "pos": "nn", + "pol": "-0.3259", + "std": 0 + }, + "Ernüchterung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ernüchterungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Erosion": { + "pos": "nn", + "pol": "-0.0666", + "std": 0 + }, + "Erosionen": { + "pos": "nn", + "pol": "-0.0666", + "std": 0 + }, + "Erpressung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Erpressungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Erschöpfung": { + "pos": "nn", + "pol": "-0.0595", + "std": 0 + }, + "Erschöpfungen": { + "pos": "nn", + "pol": "-0.0595", + "std": 0 + }, + "Erschütterung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Erschütterungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Explosion": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Explosionen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fahrlässigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fahrlässigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Farce": { + "pos": "nn", + "pol": "-0.3349", + "std": 0 + }, + "Farcen": { + "pos": "nn", + "pol": "-0.3349", + "std": 0 + }, + "Faschist": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Faschisten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Faulheit": { + "pos": "nn", + "pol": "-0.611", + "std": 0 + }, + "Fehde": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehden": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlanzeige": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlanzeigen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehler": { + "pos": "nn", + "pol": "-0.6752", + "std": 0 + }, + "Fehlern": { + "pos": "nn", + "pol": "-0.6752", + "std": 0 + }, + "Fehlers": { + "pos": "nn", + "pol": "-0.6752", + "std": 0 + }, + "Fehlermeldung": { + "pos": "nn", + "pol": "-0.4765", + "std": 0 + }, + "Fehlermeldungen": { + "pos": "nn", + "pol": "-0.4765", + "std": 0 + }, + "Fehlkauf": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlkaufes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlkaufs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlkäufe": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlkäufen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlkonstruktion": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlkonstruktionen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlleistung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlleistungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehltritt": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehltrittes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehltritten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehltritte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehltritts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fehlverhalten": { + "pos": "nn", + "pol": "-0.3461", + "std": 0 + }, + "Feind": { + "pos": "nn", + "pol": "-0.8054", + "std": 0 + }, + "Feindes": { + "pos": "nn", + "pol": "-0.8054", + "std": 0 + }, + "Feinde": { + "pos": "nn", + "pol": "-0.8054", + "std": 0 + }, + "Feinds": { + "pos": "nn", + "pol": "-0.8054", + "std": 0 + }, + "Feinden": { + "pos": "nn", + "pol": "-0.8054", + "std": 0 + }, + "Feuer": { + "pos": "nn", + "pol": "-0.0445", + "std": 0 + }, + "Feuern": { + "pos": "nn", + "pol": "-0.0445", + "std": 0 + }, + "Feuers": { + "pos": "nn", + "pol": "-0.0445", + "std": 0 + }, + "Fiasko": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fiaskos": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Finanzkrise": { + "pos": "nn", + "pol": "-0.3283", + "std": 0 + }, + "Finanzkrisen": { + "pos": "nn", + "pol": "-0.3283", + "std": 0 + }, + "Finte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Finten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flaute": { + "pos": "nn", + "pol": "-0.0413", + "std": 0 + }, + "Flauten": { + "pos": "nn", + "pol": "-0.0413", + "std": 0 + }, + "Fluch": { + "pos": "nn", + "pol": "-0.3534", + "std": 0 + }, + "Fluchs": { + "pos": "nn", + "pol": "-0.3534", + "std": 0 + }, + "Flüchen": { + "pos": "nn", + "pol": "-0.3534", + "std": 0 + }, + "Flüche": { + "pos": "nn", + "pol": "-0.3534", + "std": 0 + }, + "Fluches": { + "pos": "nn", + "pol": "-0.3534", + "std": 0 + }, + "Flucht": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Fluchten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flüchtiger": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flüchtigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flüchtigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flüchtling": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flüchtlings": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flüchtlinge": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flüchtlinges": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Flüchtlingen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Frechheit": { + "pos": "nn", + "pol": "-0.4665", + "std": 0 + }, + "Frechheiten": { + "pos": "nn", + "pol": "-0.4665", + "std": 0 + }, + "Frust": { + "pos": "nn", + "pol": "-0.469", + "std": 0 + }, + "Frustes": { + "pos": "nn", + "pol": "-0.469", + "std": 0 + }, + "Frusts": { + "pos": "nn", + "pol": "-0.469", + "std": 0 + }, + "Frustration": { + "pos": "nn", + "pol": "-0.3354", + "std": 0 + }, + "Frustrationen": { + "pos": "nn", + "pol": "-0.3354", + "std": 0 + }, + "Furcht": { + "pos": "nn", + "pol": "-0.5012", + "std": 0 + }, + "Fälschung": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Fälschungen": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Gammler": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gammlers": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gammlern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gangster": { + "pos": "nn", + "pol": "-0.3375", + "std": 0 + }, + "Gangsters": { + "pos": "nn", + "pol": "-0.3375", + "std": 0 + }, + "Gangstern": { + "pos": "nn", + "pol": "-0.3375", + "std": 0 + }, + "Garnichts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gauner": { + "pos": "nn", + "pol": "-0.4592", + "std": 0 + }, + "Gaunern": { + "pos": "nn", + "pol": "-0.4592", + "std": 0 + }, + "Gauners": { + "pos": "nn", + "pol": "-0.4592", + "std": 0 + }, + "Gebrechen": { + "pos": "nn", + "pol": "-0.3251", + "std": 0 + }, + "Gebrechens": { + "pos": "nn", + "pol": "-0.3251", + "std": 0 + }, + "Gedränge": { + "pos": "nn", + "pol": "-0.0571", + "std": 0 + }, + "Gedrängen": { + "pos": "nn", + "pol": "-0.0571", + "std": 0 + }, + "Gedränges": { + "pos": "nn", + "pol": "-0.0571", + "std": 0 + }, + "Gefahr": { + "pos": "nn", + "pol": "-1.0", + "std": 0 + }, + "Gefahren": { + "pos": "nn", + "pol": "-1.0", + "std": 0 + }, + "Gefecht": { + "pos": "nn", + "pol": "-0.3373", + "std": 0 + }, + "Gefechten": { + "pos": "nn", + "pol": "-0.3373", + "std": 0 + }, + "Gefechtes": { + "pos": "nn", + "pol": "-0.3373", + "std": 0 + }, + "Gefechte": { + "pos": "nn", + "pol": "-0.3373", + "std": 0 + }, + "Gefechts": { + "pos": "nn", + "pol": "-0.3373", + "std": 0 + }, + "Gefährdung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gefährdungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gegner": { + "pos": "nn", + "pol": "-0.344", + "std": 0 + }, + "Gegnern": { + "pos": "nn", + "pol": "-0.344", + "std": 0 + }, + "Gegners": { + "pos": "nn", + "pol": "-0.344", + "std": 0 + }, + "Geisteskrankheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geisteskrankheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geistlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geistlosigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geiz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geize": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizhals": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizhälsen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizhälse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizhalss": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizhalses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizkragen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geizkragens": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geldstrafe": { + "pos": "nn", + "pol": "-0.3299", + "std": 0 + }, + "Geldstrafen": { + "pos": "nn", + "pol": "-0.3299", + "std": 0 + }, + "Geschmacklosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geschmacklosigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geschäftsauflösung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Geschäftsauflösungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gestank": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gestanks": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gestankes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gewalt": { + "pos": "nn", + "pol": "-0.5363", + "std": 0 + }, + "Gewalten": { + "pos": "nn", + "pol": "-0.5363", + "std": 0 + }, + "Gewalttätige": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gewalttätiger": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gift": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Gifts": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Giftes": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Giften": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Gifte": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Glanzlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gleichgültigkeit": { + "pos": "nn", + "pol": "-0.343", + "std": 0 + }, + "Glücklosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Gnadenlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Grausamkeit": { + "pos": "nn", + "pol": "-0.3348", + "std": 0 + }, + "Grausamkeiten": { + "pos": "nn", + "pol": "-0.3348", + "std": 0 + }, + "Groll": { + "pos": "nn", + "pol": "-0.6021", + "std": 0 + }, + "Grolls": { + "pos": "nn", + "pol": "-0.6021", + "std": 0 + }, + "Grolles": { + "pos": "nn", + "pol": "-0.6021", + "std": 0 + }, + "Groteske": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Grotesken": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Habgier": { + "pos": "nn", + "pol": "-0.0532", + "std": 0 + }, + "Haft": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hafte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hafts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Haften": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Haftes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Handgemenge": { + "pos": "nn", + "pol": "-0.3174", + "std": 0 + }, + "Handgemenges": { + "pos": "nn", + "pol": "-0.3174", + "std": 0 + }, + "Handgemengen": { + "pos": "nn", + "pol": "-0.3174", + "std": 0 + }, + "Handicap": { + "pos": "nn", + "pol": "-0.0426", + "std": 0 + }, + "Handicaps": { + "pos": "nn", + "pol": "-0.0426", + "std": 0 + }, + "Hass": { + "pos": "nn", + "pol": "-0.5014", + "std": 0 + }, + "Hasss": { + "pos": "nn", + "pol": "-0.5014", + "std": 0 + }, + "Heimsuchung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Heimsuchungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hektik": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hemmung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hemmungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Herausforderung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Herausforderungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Heuchelei": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Heucheleien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Heuchler": { + "pos": "nn", + "pol": "-0.3251", + "std": 0 + }, + "Heuchlers": { + "pos": "nn", + "pol": "-0.3251", + "std": 0 + }, + "Heuchlern": { + "pos": "nn", + "pol": "-0.3251", + "std": 0 + }, + "Hilflosigkeit": { + "pos": "nn", + "pol": "-0.3394", + "std": 0 + }, + "Hindernis": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hinderniss": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hindernises": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hindernisses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hindernise": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hindernisen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hindernissen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hindernisse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hinterhalt": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hinterhaltes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hinterhalts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hinterhalte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hinterhalten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hinterlist": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hohn": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hohnes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hohns": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Horror": { + "pos": "nn", + "pol": "-0.0509", + "std": 0 + }, + "Horrors": { + "pos": "nn", + "pol": "-0.0509", + "std": 0 + }, + "Hunger": { + "pos": "nn", + "pol": "-0.3531", + "std": 0 + }, + "Hungeres": { + "pos": "nn", + "pol": "-0.3531", + "std": 0 + }, + "Hungers": { + "pos": "nn", + "pol": "-0.3531", + "std": 0 + }, + "Hungersnot": { + "pos": "nn", + "pol": "-0.4739", + "std": 0 + }, + "Hungersnöten": { + "pos": "nn", + "pol": "-0.4739", + "std": 0 + }, + "Hungersnöte": { + "pos": "nn", + "pol": "-0.4739", + "std": 0 + }, + "Hungertod": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hungertods": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Hysterie": { + "pos": "nn", + "pol": "-0.3386", + "std": 0 + }, + "Hysterien": { + "pos": "nn", + "pol": "-0.3386", + "std": 0 + }, + "Härte": { + "pos": "nn", + "pol": "-0.0446", + "std": 0 + }, + "Härten": { + "pos": "nn", + "pol": "-0.0446", + "std": 0 + }, + "Hölle": { + "pos": "nn", + "pol": "-0.5052", + "std": 0 + }, + "Höllen": { + "pos": "nn", + "pol": "-0.5052", + "std": 0 + }, + "Idiot": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Idioten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Illegalität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Illegalitäten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Immobilität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ineffizienz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ineffizienzen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Infektion": { + "pos": "nn", + "pol": "-0.2059", + "std": 0 + }, + "Infektionen": { + "pos": "nn", + "pol": "-0.2059", + "std": 0 + }, + "Infiltration": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Infiltrationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Inflation": { + "pos": "nn", + "pol": "-0.3462", + "std": 0 + }, + "Inflationen": { + "pos": "nn", + "pol": "-0.3462", + "std": 0 + }, + "Inkompetenz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Inkompetenzen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Inkonsequenz": { + "pos": "nn", + "pol": "-0.0455", + "std": 0 + }, + "Inkonsequenzen": { + "pos": "nn", + "pol": "-0.0455", + "std": 0 + }, + "Inkonsistenz": { + "pos": "nn", + "pol": "-0.3097", + "std": 0 + }, + "Instabilität": { + "pos": "nn", + "pol": "-0.3358", + "std": 0 + }, + "Instabilitäten": { + "pos": "nn", + "pol": "-0.3358", + "std": 0 + }, + "Intervention": { + "pos": "nn", + "pol": "-0.1975", + "std": 0 + }, + "Interventionen": { + "pos": "nn", + "pol": "-0.1975", + "std": 0 + }, + "Invasion": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Invasionen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Isolation": { + "pos": "nn", + "pol": "-0.3453", + "std": 0 + }, + "Isolationen": { + "pos": "nn", + "pol": "-0.3453", + "std": 0 + }, + "Jammer": { + "pos": "nn", + "pol": "-0.4613", + "std": 0 + }, + "Jammers": { + "pos": "nn", + "pol": "-0.4613", + "std": 0 + }, + "Jammeres": { + "pos": "nn", + "pol": "-0.4613", + "std": 0 + }, + "Jähzorn": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kampf": { + "pos": "nn", + "pol": "-0.5372", + "std": 0 + }, + "Kapitalverbrechen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kapitalverbrechens": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kapitulation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kapitulationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Katastrophe": { + "pos": "nn", + "pol": "-0.5027", + "std": 0 + }, + "Katastrophen": { + "pos": "nn", + "pol": "-0.5027", + "std": 0 + }, + "Keim": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Keims": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Keime": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Keimes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Keimen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Klage": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Klagen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Klischee": { + "pos": "nn", + "pol": "-0.48", + "std": 0 + }, + "Klischees": { + "pos": "nn", + "pol": "-0.48", + "std": 0 + }, + "Kläger": { + "pos": "nn", + "pol": "-0.3673", + "std": 0 + }, + "Klägers": { + "pos": "nn", + "pol": "-0.3673", + "std": 0 + }, + "Klägern": { + "pos": "nn", + "pol": "-0.3673", + "std": 0 + }, + "Knappheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kollaps": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kollapses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kollapsen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kollapse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kollision": { + "pos": "nn", + "pol": "-0.3323", + "std": 0 + }, + "Kollisionen": { + "pos": "nn", + "pol": "-0.3323", + "std": 0 + }, + "Komplikation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Komplikationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konflikt": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konfliktes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konflikte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konflikts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konflikten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konfrontation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konfrontationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konjunkturrückgang": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konkurrenz": { + "pos": "nn", + "pol": "-0.0461", + "std": 0 + }, + "Konkurrenzen": { + "pos": "nn", + "pol": "-0.0461", + "std": 0 + }, + "Konkurrenzkampf": { + "pos": "nn", + "pol": "-0.0494", + "std": 0 + }, + "Konkurrenzkampfs": { + "pos": "nn", + "pol": "-0.0494", + "std": 0 + }, + "Konkurrenzkämpfe": { + "pos": "nn", + "pol": "-0.0494", + "std": 0 + }, + "Konkurrenzkampfes": { + "pos": "nn", + "pol": "-0.0494", + "std": 0 + }, + "Konkurrenzkämpfen": { + "pos": "nn", + "pol": "-0.0494", + "std": 0 + }, + "Konkurs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konkurse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konkurses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Konkursen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kontroverse": { + "pos": "nn", + "pol": "-0.3329", + "std": 0 + }, + "Kontroversen": { + "pos": "nn", + "pol": "-0.3329", + "std": 0 + }, + "Kopfschmerzen": { + "pos": "nn", + "pol": "-0.1993", + "std": 0 + }, + "Korruption": { + "pos": "nn", + "pol": "-0.3439", + "std": 0 + }, + "Korruptionen": { + "pos": "nn", + "pol": "-0.3439", + "std": 0 + }, + "Kostspieligkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Krach": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Krächen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kräche": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Krachs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kraches": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Krache": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Krachen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Krankheit": { + "pos": "nn", + "pol": "-0.6858", + "std": 0 + }, + "Krankheiten": { + "pos": "nn", + "pol": "-0.6858", + "std": 0 + }, + "Krieg": { + "pos": "nn", + "pol": "-0.5364", + "std": 0 + }, + "Kriegs": { + "pos": "nn", + "pol": "-0.5364", + "std": 0 + }, + "Krieges": { + "pos": "nn", + "pol": "-0.5364", + "std": 0 + }, + "Kriegen": { + "pos": "nn", + "pol": "-0.5364", + "std": 0 + }, + "Kriege": { + "pos": "nn", + "pol": "-0.5364", + "std": 0 + }, + "Kriminalität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Krise": { + "pos": "nn", + "pol": "-0.3621", + "std": 0 + }, + "Krisen": { + "pos": "nn", + "pol": "-0.3621", + "std": 0 + }, + "Kritik": { + "pos": "nn", + "pol": "-0.5308", + "std": 0 + }, + "Kritiken": { + "pos": "nn", + "pol": "-0.5308", + "std": 0 + }, + "Kritiker": { + "pos": "nn", + "pol": "-0.6494", + "std": 0 + }, + "Kritikers": { + "pos": "nn", + "pol": "-0.6494", + "std": 0 + }, + "Kritikern": { + "pos": "nn", + "pol": "-0.6494", + "std": 0 + }, + "Kränkung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kränkungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Krüppel": { + "pos": "nn", + "pol": "-0.3203", + "std": 0 + }, + "Krüppeln": { + "pos": "nn", + "pol": "-0.3203", + "std": 0 + }, + "Krüppels": { + "pos": "nn", + "pol": "-0.3203", + "std": 0 + }, + "Kurseinbruch": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kurseinbruchs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kurseinbrüche": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kurseinbruches": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kurseinbrüchen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kälte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kündigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kündigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Kürzung": { + "pos": "nn", + "pol": "-0.341", + "std": 0 + }, + "Kürzungen": { + "pos": "nn", + "pol": "-0.341", + "std": 0 + }, + "Langeweile": { + "pos": "nn", + "pol": "-0.0377", + "std": 0 + }, + "Langweiler": { + "pos": "nn", + "pol": "-0.0443", + "std": 0 + }, + "Langweilern": { + "pos": "nn", + "pol": "-0.0443", + "std": 0 + }, + "Langweilers": { + "pos": "nn", + "pol": "-0.0443", + "std": 0 + }, + "Last": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Lasten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Launenhaftigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Lebensgefahr": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Lebensgefahren": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Leblosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Leere": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Leichtsinn": { + "pos": "nn", + "pol": "-0.3253", + "std": 0 + }, + "Leichtsinns": { + "pos": "nn", + "pol": "-0.3253", + "std": 0 + }, + "Leichtsinnsfehler": { + "pos": "nn", + "pol": "-0.0371", + "std": 0 + }, + "Leichtsinnsfehlers": { + "pos": "nn", + "pol": "-0.0371", + "std": 0 + }, + "Leichtsinnsfehlern": { + "pos": "nn", + "pol": "-0.0371", + "std": 0 + }, + "Leid": { + "pos": "nn", + "pol": "-0.5056", + "std": 0 + }, + "Leides": { + "pos": "nn", + "pol": "-0.5056", + "std": 0 + }, + "Leids": { + "pos": "nn", + "pol": "-0.5056", + "std": 0 + }, + "Leidende": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Liquidation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Liquidationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Lähmung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Lähmungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Löschung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Löschungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Lüge": { + "pos": "nn", + "pol": "-0.5", + "std": 0 + }, + "Lügen": { + "pos": "nn", + "pol": "-0.5", + "std": 0 + }, + "Lügner": { + "pos": "nn", + "pol": "-0.4767", + "std": 0 + }, + "Lügnern": { + "pos": "nn", + "pol": "-0.4767", + "std": 0 + }, + "Lügners": { + "pos": "nn", + "pol": "-0.4767", + "std": 0 + }, + "Makel": { + "pos": "nn", + "pol": "-0.1813", + "std": 0 + }, + "Makels": { + "pos": "nn", + "pol": "-0.1813", + "std": 0 + }, + "Makeln": { + "pos": "nn", + "pol": "-0.1813", + "std": 0 + }, + "Mangel": { + "pos": "nn", + "pol": "-0.3669", + "std": 0 + }, + "Manipulation": { + "pos": "nn", + "pol": "-0.3455", + "std": 0 + }, + "Manipulationen": { + "pos": "nn", + "pol": "-0.3455", + "std": 0 + }, + "Massaker": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Massakern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Massakers": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Maßlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Melancholie": { + "pos": "nn", + "pol": "-0.1859", + "std": 0 + }, + "Melodrama": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Melodramen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Merkwürdigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Merkwürdigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Minderung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Minderungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Minderwertigkeit": { + "pos": "nn", + "pol": "-0.3201", + "std": 0 + }, + "Missachtung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Missbrauch": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Missbräuchen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Missbrauches": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Missbräuche": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Missbrauchs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Missgeschick": { + "pos": "nn", + "pol": "-0.0472", + "std": 0 + }, + "Missgeschicken": { + "pos": "nn", + "pol": "-0.0472", + "std": 0 + }, + "Missgeschicks": { + "pos": "nn", + "pol": "-0.0472", + "std": 0 + }, + "Missgeschicke": { + "pos": "nn", + "pol": "-0.0472", + "std": 0 + }, + "Missgeschickes": { + "pos": "nn", + "pol": "-0.0472", + "std": 0 + }, + "Missglück": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Misstrauen": { + "pos": "nn", + "pol": "-0.4778", + "std": 0 + }, + "Misstrauens": { + "pos": "nn", + "pol": "-0.4778", + "std": 0 + }, + "Misstrauensantrag": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Misstrauensanträge": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Misstrauensanträgen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Misstrauensantrages": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Misstrauensantrags": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Missverständnis": { + "pos": "nn", + "pol": "-0.4756", + "std": 0 + }, + "Missverständniss": { + "pos": "nn", + "pol": "-0.4756", + "std": 0 + }, + "Missverständnise": { + "pos": "nn", + "pol": "-0.4756", + "std": 0 + }, + "Missverständnises": { + "pos": "nn", + "pol": "-0.4756", + "std": 0 + }, + "Missverständnisen": { + "pos": "nn", + "pol": "-0.4756", + "std": 0 + }, + "Mist": { + "pos": "nn", + "pol": "-0.1732", + "std": 0 + }, + "Mists": { + "pos": "nn", + "pol": "-0.1732", + "std": 0 + }, + "Mistes": { + "pos": "nn", + "pol": "-0.1732", + "std": 0 + }, + "Mittellosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Mittelmäßigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Monotonie": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Monotonien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Mord": { + "pos": "nn", + "pol": "-0.3595", + "std": 0 + }, + "Mordes": { + "pos": "nn", + "pol": "-0.3595", + "std": 0 + }, + "Morde": { + "pos": "nn", + "pol": "-0.3595", + "std": 0 + }, + "Mords": { + "pos": "nn", + "pol": "-0.3595", + "std": 0 + }, + "Morden": { + "pos": "nn", + "pol": "-0.3595", + "std": 0 + }, + "Mutlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Müdigkeit": { + "pos": "nn", + "pol": "-0.1995", + "std": 0 + }, + "Mühe": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Mühen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Müll": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Mülls": { + "pos": "nn", + "pol": "-0.3377", + "std": 0 + }, + "Nachlässigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Nachlässigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Nachteil": { + "pos": "nn", + "pol": "-0.8102", + "std": 0 + }, + "Nachteilen": { + "pos": "nn", + "pol": "-0.8102", + "std": 0 + }, + "Nachteile": { + "pos": "nn", + "pol": "-0.8102", + "std": 0 + }, + "Nachteils": { + "pos": "nn", + "pol": "-0.8102", + "std": 0 + }, + "Nachteiles": { + "pos": "nn", + "pol": "-0.8102", + "std": 0 + }, + "Naivität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Narr": { + "pos": "nn", + "pol": "-0.335", + "std": 0 + }, + "Narren": { + "pos": "nn", + "pol": "-0.335", + "std": 0 + }, + "Negativität": { + "pos": "nn", + "pol": "-0.3155", + "std": 0 + }, + "Neid": { + "pos": "nn", + "pol": "-0.4729", + "std": 0 + }, + "Neides": { + "pos": "nn", + "pol": "-0.4729", + "std": 0 + }, + "Neids": { + "pos": "nn", + "pol": "-0.4729", + "std": 0 + }, + "Nervosität": { + "pos": "nn", + "pol": "-0.1833", + "std": 0 + }, + "Neustart": { + "pos": "nn", + "pol": "-0.0504", + "std": 0 + }, + "Niedergang": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Niedergangs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Niederganges": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Niedergeschlagenheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Niederlage": { + "pos": "nn", + "pol": "-0.3651", + "std": 0 + }, + "Niederlagen": { + "pos": "nn", + "pol": "-0.3651", + "std": 0 + }, + "Not": { + "pos": "nn", + "pol": "-0.2187", + "std": 0 + }, + "Nöten": { + "pos": "nn", + "pol": "-0.2187", + "std": 0 + }, + "Nöte": { + "pos": "nn", + "pol": "-0.2187", + "std": 0 + }, + "Notfall": { + "pos": "nn", + "pol": "-0.0468", + "std": 0 + }, + "Notfalles": { + "pos": "nn", + "pol": "-0.0468", + "std": 0 + }, + "Notfällen": { + "pos": "nn", + "pol": "-0.0468", + "std": 0 + }, + "Notfalls": { + "pos": "nn", + "pol": "-0.0468", + "std": 0 + }, + "Notfälle": { + "pos": "nn", + "pol": "-0.0468", + "std": 0 + }, + "Notstand": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Notstandes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Notständen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Notstands": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Notstände": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Nutzlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Nötigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Nötigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Oberflächlichkeit": { + "pos": "nn", + "pol": "-0.3299", + "std": 0 + }, + "Oberflächlichkeiten": { + "pos": "nn", + "pol": "-0.3299", + "std": 0 + }, + "Offensive": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Offensiven": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Opposition": { + "pos": "nn", + "pol": "-0.3631", + "std": 0 + }, + "Oppositionen": { + "pos": "nn", + "pol": "-0.3631", + "std": 0 + }, + "Panik": { + "pos": "nn", + "pol": "-0.3429", + "std": 0 + }, + "Paniken": { + "pos": "nn", + "pol": "-0.3429", + "std": 0 + }, + "Panne": { + "pos": "nn", + "pol": "-0.1901", + "std": 0 + }, + "Pannen": { + "pos": "nn", + "pol": "-0.1901", + "std": 0 + }, + "Pech": { + "pos": "nn", + "pol": "-0.4823", + "std": 0 + }, + "Peches": { + "pos": "nn", + "pol": "-0.4823", + "std": 0 + }, + "Pechen": { + "pos": "nn", + "pol": "-0.4823", + "std": 0 + }, + "Peche": { + "pos": "nn", + "pol": "-0.4823", + "std": 0 + }, + "Pechs": { + "pos": "nn", + "pol": "-0.4823", + "std": 0 + }, + "Pessimismus": { + "pos": "nn", + "pol": "-0.4715", + "std": 0 + }, + "Pest": { + "pos": "nn", + "pol": "-0.3456", + "std": 0 + }, + "Pflicht": { + "pos": "nn", + "pol": "-0.3577", + "std": 0 + }, + "Pflichten": { + "pos": "nn", + "pol": "-0.3577", + "std": 0 + }, + "Pleite": { + "pos": "nn", + "pol": "-0.3323", + "std": 0 + }, + "Pleiten": { + "pos": "nn", + "pol": "-0.3323", + "std": 0 + }, + "Preissturz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Preissturzs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Preisstürze": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Preisstürzen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Preissturzes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Problem": { + "pos": "nn", + "pol": "-0.3865", + "std": 0 + }, + "Probleme": { + "pos": "nn", + "pol": "-0.3865", + "std": 0 + }, + "Problemen": { + "pos": "nn", + "pol": "-0.3865", + "std": 0 + }, + "Problems": { + "pos": "nn", + "pol": "-0.3865", + "std": 0 + }, + "Propaganda": { + "pos": "nn", + "pol": "-0.4893", + "std": 0 + }, + "Protest": { + "pos": "nn", + "pol": "-0.3564", + "std": 0 + }, + "Provisorium": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Provisorien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Provisoriums": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Provokation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Provokationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Qual": { + "pos": "nn", + "pol": "-0.0402", + "std": 0 + }, + "Qualen": { + "pos": "nn", + "pol": "-0.0402", + "std": 0 + }, + "Qualitätsminderung": { + "pos": "nn", + "pol": "-0.3096", + "std": 0 + }, + "Rache": { + "pos": "nn", + "pol": "-0.3534", + "std": 0 + }, + "Ratlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Raub": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Raubs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Raubes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rauben": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Raube": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rebellen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rebellion": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rechtswidrigkeit": { + "pos": "nn", + "pol": "-0.0499", + "std": 0 + }, + "Rechtswidrigkeiten": { + "pos": "nn", + "pol": "-0.0499", + "std": 0 + }, + "Redundanz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Redundanzen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Reinfall": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Reinfälle": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Reinfalls": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Reinfällen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Reinfalles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Reklamation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Reklamationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Revolte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Revolten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Revolution": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Revolutionen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rezession": { + "pos": "nn", + "pol": "-0.3454", + "std": 0 + }, + "Rezessionen": { + "pos": "nn", + "pol": "-0.3454", + "std": 0 + }, + "Risiko": { + "pos": "nn", + "pol": "-0.687", + "std": 0 + }, + "Rivale": { + "pos": "nn", + "pol": "-0.0502", + "std": 0 + }, + "Rivalen": { + "pos": "nn", + "pol": "-0.0502", + "std": 0 + }, + "Rivalität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rivalitäten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rost": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rostes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rosten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Roste": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rosts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ruin": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ruins": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rutsch": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rutschs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rutschen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rutsches": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rutsche": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rätselraten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rätselratens": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Räuber": { + "pos": "nn", + "pol": "-0.3508", + "std": 0 + }, + "Räubers": { + "pos": "nn", + "pol": "-0.3508", + "std": 0 + }, + "Räubern": { + "pos": "nn", + "pol": "-0.3508", + "std": 0 + }, + "Rückfall": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückfalls": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückfällen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückfälle": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückfalles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückgang": { + "pos": "nn", + "pol": "-0.2096", + "std": 0 + }, + "Rückgangs": { + "pos": "nn", + "pol": "-0.2096", + "std": 0 + }, + "Rückganges": { + "pos": "nn", + "pol": "-0.2096", + "std": 0 + }, + "Rückgängen": { + "pos": "nn", + "pol": "-0.2096", + "std": 0 + }, + "Rückgänge": { + "pos": "nn", + "pol": "-0.2096", + "std": 0 + }, + "Rückschritt": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückschritten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückschritts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückschritte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückschrittes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rücksendung": { + "pos": "nn", + "pol": "-0.3465", + "std": 0 + }, + "Rücksendungen": { + "pos": "nn", + "pol": "-0.3465", + "std": 0 + }, + "Rücksichtslosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rücksichtslosigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückstand": { + "pos": "nn", + "pol": "-0.063", + "std": 0 + }, + "Rückständen": { + "pos": "nn", + "pol": "-0.063", + "std": 0 + }, + "Rückstands": { + "pos": "nn", + "pol": "-0.063", + "std": 0 + }, + "Rückstände": { + "pos": "nn", + "pol": "-0.063", + "std": 0 + }, + "Rückstandes": { + "pos": "nn", + "pol": "-0.063", + "std": 0 + }, + "Rückständigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rücktritt": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rücktritte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rücktritts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rücktrittes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rücktritten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Rückzug": { + "pos": "nn", + "pol": "-0.3501", + "std": 0 + }, + "Sabotage": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sabotagen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sackgasse": { + "pos": "nn", + "pol": "-0.3455", + "std": 0 + }, + "Sackgassen": { + "pos": "nn", + "pol": "-0.3455", + "std": 0 + }, + "Schaden": { + "pos": "nn", + "pol": "-0.5299", + "std": 0 + }, + "Schadens": { + "pos": "nn", + "pol": "-0.5299", + "std": 0 + }, + "Schadensbild": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schadensbildern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schadensbilder": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schadensbilds": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schadensbildes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Scham": { + "pos": "nn", + "pol": "-0.4829", + "std": 0 + }, + "Schande": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schanden": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Scheidung": { + "pos": "nn", + "pol": "-0.2023", + "std": 0 + }, + "Scheidungen": { + "pos": "nn", + "pol": "-0.2023", + "std": 0 + }, + "Scheitern": { + "pos": "nn", + "pol": "-0.3524", + "std": 0 + }, + "Schelte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schelten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Scheußlichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Scheußlichkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlachtfeld": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlachtfeldern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlachtfeldes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlachtfelder": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlachtfelds": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlag": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlages": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlags": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlägen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schläge": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlamperei": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlampereien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlechtigkeit": { + "pos": "nn", + "pol": "-0.4646", + "std": 0 + }, + "Schlechtigkeiten": { + "pos": "nn", + "pol": "-0.4646", + "std": 0 + }, + "Schlitterbahn": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlitterbahnen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlägerei": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schlägereien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schmerz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schmerzes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schmerzs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schmerzen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schmuggel": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schmuggels": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schmuggeles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schmutz": { + "pos": "nn", + "pol": "-0.0542", + "std": 0 + }, + "Schmutzs": { + "pos": "nn", + "pol": "-0.0542", + "std": 0 + }, + "Schmutzes": { + "pos": "nn", + "pol": "-0.0542", + "std": 0 + }, + "Schock": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schockn": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schocks": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schocke": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schocken": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schockes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schramme": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schrammen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schreck": { + "pos": "nn", + "pol": "-0.194", + "std": 0 + }, + "Schrecke": { + "pos": "nn", + "pol": "-0.194", + "std": 0 + }, + "Schrecken": { + "pos": "nn", + "pol": "-0.194", + "std": 0 + }, + "Schrecks": { + "pos": "nn", + "pol": "-0.194", + "std": 0 + }, + "Schreckes": { + "pos": "nn", + "pol": "-0.194", + "std": 0 + }, + "Schrott": { + "pos": "nn", + "pol": "-0.0534", + "std": 0 + }, + "Schrottes": { + "pos": "nn", + "pol": "-0.0534", + "std": 0 + }, + "Schrotts": { + "pos": "nn", + "pol": "-0.0534", + "std": 0 + }, + "Schrotte": { + "pos": "nn", + "pol": "-0.0534", + "std": 0 + }, + "Schrotten": { + "pos": "nn", + "pol": "-0.0534", + "std": 0 + }, + "Schräglauf": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schrägläufen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schräglaufs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schräglaufes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schrägläufe": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schubs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schubse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schubsen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schubses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schuld": { + "pos": "nn", + "pol": "-0.9686", + "std": 0 + }, + "Schulden": { + "pos": "nn", + "pol": "-0.9686", + "std": 0 + }, + "Schuldner": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schuldnern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schuldners": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schuldnerin": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schuldnerinnen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schurke": { + "pos": "nn", + "pol": "-0.3306", + "std": 0 + }, + "Schurken": { + "pos": "nn", + "pol": "-0.3306", + "std": 0 + }, + "Schwierigkeit": { + "pos": "nn", + "pol": "-0.0483", + "std": 0 + }, + "Schwierigkeiten": { + "pos": "nn", + "pol": "-0.0483", + "std": 0 + }, + "Schwund": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schwunds": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schwundes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schwäche": { + "pos": "nn", + "pol": "-0.5035", + "std": 0 + }, + "Schwächen": { + "pos": "nn", + "pol": "-0.5035", + "std": 0 + }, + "Schwächung": { + "pos": "nn", + "pol": "-0.337", + "std": 0 + }, + "Schwächungen": { + "pos": "nn", + "pol": "-0.337", + "std": 0 + }, + "Schäden": { + "pos": "nn", + "pol": "-0.3731", + "std": 0 + }, + "Schädigung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Schädigungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Senkung": { + "pos": "nn", + "pol": "-0.0545", + "std": 0 + }, + "Senkungen": { + "pos": "nn", + "pol": "-0.0545", + "std": 0 + }, + "Sinnlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sinnlosigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sintflut": { + "pos": "nn", + "pol": "-0.3313", + "std": 0 + }, + "Skandal": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Skandales": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Skandals": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Skandale": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Skandalen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sklave": { + "pos": "nn", + "pol": "-0.3281", + "std": 0 + }, + "Sklaven": { + "pos": "nn", + "pol": "-0.3281", + "std": 0 + }, + "Sklavenarbeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sorge": { + "pos": "nn", + "pol": "-0.3618", + "std": 0 + }, + "Sorgen": { + "pos": "nn", + "pol": "-0.3618", + "std": 0 + }, + "Spott": { + "pos": "nn", + "pol": "-0.3357", + "std": 0 + }, + "Spotts": { + "pos": "nn", + "pol": "-0.3357", + "std": 0 + }, + "Spottes": { + "pos": "nn", + "pol": "-0.3357", + "std": 0 + }, + "Sprengstoff": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sprengstoffes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sprengstoffs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sprengstoffe": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sprengstoffen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sprengung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sprengungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stagnation": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stagnationen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stau": { + "pos": "nn", + "pol": "-0.0438", + "std": 0 + }, + "Staus": { + "pos": "nn", + "pol": "-0.0438", + "std": 0 + }, + "Sterben": { + "pos": "nn", + "pol": "-0.0539", + "std": 0 + }, + "Sterbens": { + "pos": "nn", + "pol": "-0.0539", + "std": 0 + }, + "Steuerhinterziehung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stilllegung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stilllegungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stillstand": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stillstanden": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stillstandes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stillstande": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stillstands": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stornierung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stornierungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stoß": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stoßes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stoßs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stößen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stöße": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Strafverfahren": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Strafverfahrens": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Strapaze": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Strapazen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Streik": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Streiks": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Streit": { + "pos": "nn", + "pol": "-0.6632", + "std": 0 + }, + "Streites": { + "pos": "nn", + "pol": "-0.6632", + "std": 0 + }, + "Streits": { + "pos": "nn", + "pol": "-0.6632", + "std": 0 + }, + "Streiten": { + "pos": "nn", + "pol": "-0.6632", + "std": 0 + }, + "Streite": { + "pos": "nn", + "pol": "-0.6632", + "std": 0 + }, + "Strenge": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stress": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stresss": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stresses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stresse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Stressen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Streß": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Sturheit": { + "pos": "nn", + "pol": "-0.1894", + "std": 0 + }, + "Sturz": { + "pos": "nn", + "pol": "-0.6316", + "std": 0 + }, + "Sturzs": { + "pos": "nn", + "pol": "-0.6316", + "std": 0 + }, + "Sturzen": { + "pos": "nn", + "pol": "-0.6316", + "std": 0 + }, + "Stürze": { + "pos": "nn", + "pol": "-0.6316", + "std": 0 + }, + "Sturzes": { + "pos": "nn", + "pol": "-0.6316", + "std": 0 + }, + "Stürzen": { + "pos": "nn", + "pol": "-0.6316", + "std": 0 + }, + "Sturze": { + "pos": "nn", + "pol": "-0.6316", + "std": 0 + }, + "Störung": { + "pos": "nn", + "pol": "-0.3569", + "std": 0 + }, + "Störungen": { + "pos": "nn", + "pol": "-0.3569", + "std": 0 + }, + "Sucht": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Süchte": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Süchten": { + "pos": "nn", + "pol": "-0.3505", + "std": 0 + }, + "Sündenbock": { + "pos": "nn", + "pol": "-0.3285", + "std": 0 + }, + "Sündenbockes": { + "pos": "nn", + "pol": "-0.3285", + "std": 0 + }, + "Sündenböcke": { + "pos": "nn", + "pol": "-0.3285", + "std": 0 + }, + "Sündenböcken": { + "pos": "nn", + "pol": "-0.3285", + "std": 0 + }, + "Sündenbocks": { + "pos": "nn", + "pol": "-0.3285", + "std": 0 + }, + "Tabu": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Terror": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Terrors": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Terrorismus": { + "pos": "nn", + "pol": "-0.3553", + "std": 0 + }, + "Teuerung": { + "pos": "nn", + "pol": "-0.322", + "std": 0 + }, + "Teuerungen": { + "pos": "nn", + "pol": "-0.322", + "std": 0 + }, + "Teuerungsrate": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Teuerungsraten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Teufelskreis": { + "pos": "nn", + "pol": "-0.479", + "std": 0 + }, + "Teufelskreiss": { + "pos": "nn", + "pol": "-0.479", + "std": 0 + }, + "Teufelskreise": { + "pos": "nn", + "pol": "-0.479", + "std": 0 + }, + "Teufelskreisen": { + "pos": "nn", + "pol": "-0.479", + "std": 0 + }, + "Teufelskreises": { + "pos": "nn", + "pol": "-0.479", + "std": 0 + }, + "Tod": { + "pos": "nn", + "pol": "-0.0697", + "std": 0 + }, + "Tods": { + "pos": "nn", + "pol": "-0.0697", + "std": 0 + }, + "Todes": { + "pos": "nn", + "pol": "-0.0697", + "std": 0 + }, + "Tode": { + "pos": "nn", + "pol": "-0.0697", + "std": 0 + }, + "Toden": { + "pos": "nn", + "pol": "-0.0697", + "std": 0 + }, + "Todesfall": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Todesfälle": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Todesfällen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Todesfalls": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Todesfalles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Todesstrafe": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Todesstrafen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Torheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Torheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Totschlag": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Totschlägen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Totschlags": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Totschlages": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Totschläge": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Tragödie": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Tragödien": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trauer": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trauma": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Traumen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Traurigkeit": { + "pos": "nn", + "pol": "-0.0457", + "std": 0 + }, + "Traurigkeiten": { + "pos": "nn", + "pol": "-0.0457", + "std": 0 + }, + "Trennung": { + "pos": "nn", + "pol": "-0.5071", + "std": 0 + }, + "Trennungen": { + "pos": "nn", + "pol": "-0.5071", + "std": 0 + }, + "Tristesse": { + "pos": "nn", + "pol": "-0.0555", + "std": 0 + }, + "Tristessen": { + "pos": "nn", + "pol": "-0.0555", + "std": 0 + }, + "Trostlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trott": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trottes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trotten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trotts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trotte": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trugschluß": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Trägheit": { + "pos": "nn", + "pol": "-0.1937", + "std": 0 + }, + "Trägheiten": { + "pos": "nn", + "pol": "-0.1937", + "std": 0 + }, + "Träne": { + "pos": "nn", + "pol": "-0.0562", + "std": 0 + }, + "Tränen": { + "pos": "nn", + "pol": "-0.0562", + "std": 0 + }, + "Trübsal": { + "pos": "nn", + "pol": "-0.189", + "std": 0 + }, + "Trübsalen": { + "pos": "nn", + "pol": "-0.189", + "std": 0 + }, + "Trübsale": { + "pos": "nn", + "pol": "-0.189", + "std": 0 + }, + "Turbolenz": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Turbolenzen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Tyrannei": { + "pos": "nn", + "pol": "-0.3243", + "std": 0 + }, + "Tyranneien": { + "pos": "nn", + "pol": "-0.3243", + "std": 0 + }, + "Täuschung": { + "pos": "nn", + "pol": "-0.3445", + "std": 0 + }, + "Täuschungen": { + "pos": "nn", + "pol": "-0.3445", + "std": 0 + }, + "Umtausch": { + "pos": "nn", + "pol": "-0.343", + "std": 0 + }, + "Umtauschen": { + "pos": "nn", + "pol": "-0.343", + "std": 0 + }, + "Umtausches": { + "pos": "nn", + "pol": "-0.343", + "std": 0 + }, + "Umtauschs": { + "pos": "nn", + "pol": "-0.343", + "std": 0 + }, + "Umtäusche": { + "pos": "nn", + "pol": "-0.343", + "std": 0 + }, + "Umtausche": { + "pos": "nn", + "pol": "-0.343", + "std": 0 + }, + "Umtäuschen": { + "pos": "nn", + "pol": "-0.343", + "std": 0 + }, + "Unbehagen": { + "pos": "nn", + "pol": "-0.3291", + "std": 0 + }, + "Unbehagens": { + "pos": "nn", + "pol": "-0.3291", + "std": 0 + }, + "Unbehaglichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unbehaglichkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unbeliebtheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unbequemlichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unbequemlichkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unbestimmtheit": { + "pos": "nn", + "pol": "-0.0537", + "std": 0 + }, + "Undankbarkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unehrlichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Uneinigkeit": { + "pos": "nn", + "pol": "-0.3289", + "std": 0 + }, + "Uneinigkeiten": { + "pos": "nn", + "pol": "-0.3289", + "std": 0 + }, + "Unerbittlichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unerträglichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unfall": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unfällen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unfalls": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unfälle": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unfalles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unfreundlichkeit": { + "pos": "nn", + "pol": "-0.3085", + "std": 0 + }, + "Unfreundlichkeiten": { + "pos": "nn", + "pol": "-0.3085", + "std": 0 + }, + "Unfug": { + "pos": "nn", + "pol": "-0.3394", + "std": 0 + }, + "Unfähigkeit": { + "pos": "nn", + "pol": "-0.1896", + "std": 0 + }, + "Ungeduld": { + "pos": "nn", + "pol": "-0.4655", + "std": 0 + }, + "Ungehorsamkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ungenauigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ungenauigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ungerechtigkeit": { + "pos": "nn", + "pol": "-0.3419", + "std": 0 + }, + "Ungerechtigkeiten": { + "pos": "nn", + "pol": "-0.3419", + "std": 0 + }, + "Ungeschicklichkeit": { + "pos": "nn", + "pol": "-0.3116", + "std": 0 + }, + "Ungeschicklichkeiten": { + "pos": "nn", + "pol": "-0.3116", + "std": 0 + }, + "Unglaubwürdigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ungleichheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Ungleichheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unglück": { + "pos": "nn", + "pol": "-0.5004", + "std": 0 + }, + "Unglückes": { + "pos": "nn", + "pol": "-0.5004", + "std": 0 + }, + "Unglücks": { + "pos": "nn", + "pol": "-0.5004", + "std": 0 + }, + "Unglücke": { + "pos": "nn", + "pol": "-0.5004", + "std": 0 + }, + "Unglücken": { + "pos": "nn", + "pol": "-0.5004", + "std": 0 + }, + "Unheilbarkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unhöflichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unhöflichkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unklarheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unklarheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unmenschlichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unmenschlichkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unmoral": { + "pos": "nn", + "pol": "-0.3172", + "std": 0 + }, + "Unmut": { + "pos": "nn", + "pol": "-0.3394", + "std": 0 + }, + "Unmutes": { + "pos": "nn", + "pol": "-0.3394", + "std": 0 + }, + "Unmuts": { + "pos": "nn", + "pol": "-0.3394", + "std": 0 + }, + "Unordnung": { + "pos": "nn", + "pol": "-0.3391", + "std": 0 + }, + "Unordnungen": { + "pos": "nn", + "pol": "-0.3391", + "std": 0 + }, + "Unrecht": { + "pos": "nn", + "pol": "-0.5086", + "std": 0 + }, + "Unrechtes": { + "pos": "nn", + "pol": "-0.5086", + "std": 0 + }, + "Unrechts": { + "pos": "nn", + "pol": "-0.5086", + "std": 0 + }, + "Unregelmäßigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unregelmäßigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unrentabilität": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unruhe": { + "pos": "nn", + "pol": "-0.201", + "std": 0 + }, + "Unsicherheit": { + "pos": "nn", + "pol": "-0.358", + "std": 0 + }, + "Unsicherheiten": { + "pos": "nn", + "pol": "-0.358", + "std": 0 + }, + "Unsinn": { + "pos": "nn", + "pol": "-0.4969", + "std": 0 + }, + "Unsinnes": { + "pos": "nn", + "pol": "-0.4969", + "std": 0 + }, + "Unsinns": { + "pos": "nn", + "pol": "-0.4969", + "std": 0 + }, + "Unstetigkeit": { + "pos": "nn", + "pol": "-0.3075", + "std": 0 + }, + "Unstetigkeiten": { + "pos": "nn", + "pol": "-0.3075", + "std": 0 + }, + "Unstimmigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unstimmigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unterbrechung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unterbrechungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unterdrückung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unterdrückungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Untergang": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Untergangs": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Untergängen": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Unterganges": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Untergänge": { + "pos": "nn", + "pol": "-0.3498", + "std": 0 + }, + "Unterlassung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unterlassungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unterwerfung": { + "pos": "nn", + "pol": "-0.3279", + "std": 0 + }, + "Unterwerfungen": { + "pos": "nn", + "pol": "-0.3279", + "std": 0 + }, + "Untreue": { + "pos": "nn", + "pol": "-0.3293", + "std": 0 + }, + "Unverantwortlichkeit": { + "pos": "nn", + "pol": "-0.3068", + "std": 0 + }, + "Unvereinbarkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unvereinbarkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unverhältnismäßigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unverschämtheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unverschämtheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unvollkommenheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unvollkommenheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unvollständigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unwahrheit": { + "pos": "nn", + "pol": "-0.466", + "std": 0 + }, + "Unwahrheiten": { + "pos": "nn", + "pol": "-0.466", + "std": 0 + }, + "Unwirksamkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unwirtschaftlichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unwissenheit": { + "pos": "nn", + "pol": "-0.4935", + "std": 0 + }, + "Unzufriedenheit": { + "pos": "nn", + "pol": "-0.6324", + "std": 0 + }, + "Unzumutbarkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unzumutbarkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Unzuverlässigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vagheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vagheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verachtung": { + "pos": "nn", + "pol": "-0.3308", + "std": 0 + }, + "Verbannung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verbannungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verbot": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verbots": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verbotes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verboten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verbote": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verdacht": { + "pos": "nn", + "pol": "-0.8074", + "std": 0 + }, + "Verdachts": { + "pos": "nn", + "pol": "-0.8074", + "std": 0 + }, + "Verdachte": { + "pos": "nn", + "pol": "-0.8074", + "std": 0 + }, + "Verdachten": { + "pos": "nn", + "pol": "-0.8074", + "std": 0 + }, + "Verdachtes": { + "pos": "nn", + "pol": "-0.8074", + "std": 0 + }, + "Verdorbenheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verdrängung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verdrängungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verdächtige": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verfall": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verfalles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verfalls": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verfehlung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verfehlungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vergeltung": { + "pos": "nn", + "pol": "-0.3369", + "std": 0 + }, + "Vergeltungen": { + "pos": "nn", + "pol": "-0.3369", + "std": 0 + }, + "Vergeltungsmaßnahme": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vergeltungsmaßnahmen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vergeudung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vergeudungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verherrlichung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verhängnis": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verhängnisses": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verhängnissen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verhängnise": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verhängnisen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verhängnises": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verhängnisse": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verhängniss": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verkleinerung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verkleinerungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verlangsamung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verlangsamungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verletzung": { + "pos": "nn", + "pol": "-0.5032", + "std": 0 + }, + "Verletzungen": { + "pos": "nn", + "pol": "-0.5032", + "std": 0 + }, + "Verleumdung": { + "pos": "nn", + "pol": "-0.4792", + "std": 0 + }, + "Verleumdungen": { + "pos": "nn", + "pol": "-0.4792", + "std": 0 + }, + "Verlierer": { + "pos": "nn", + "pol": "-0.3441", + "std": 0 + }, + "Verlierern": { + "pos": "nn", + "pol": "-0.3441", + "std": 0 + }, + "Verlierers": { + "pos": "nn", + "pol": "-0.3441", + "std": 0 + }, + "Verlust": { + "pos": "nn", + "pol": "-0.5204", + "std": 0 + }, + "Vermeidung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vermeidungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verminderung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verminderungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vernachlässigung": { + "pos": "nn", + "pol": "-0.328", + "std": 0 + }, + "Vernachlässigungen": { + "pos": "nn", + "pol": "-0.328", + "std": 0 + }, + "Vernichtung": { + "pos": "nn", + "pol": "-0.4883", + "std": 0 + }, + "Vernichtungen": { + "pos": "nn", + "pol": "-0.4883", + "std": 0 + }, + "Verrat": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verrats": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verraten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verrate": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verrates": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verräter": { + "pos": "nn", + "pol": "-0.3352", + "std": 0 + }, + "Verräters": { + "pos": "nn", + "pol": "-0.3352", + "std": 0 + }, + "Verrätern": { + "pos": "nn", + "pol": "-0.3352", + "std": 0 + }, + "Verrückter": { + "pos": "nn", + "pol": "-0.0447", + "std": 0 + }, + "Verrücktheit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verrücktheiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versagen": { + "pos": "nn", + "pol": "-0.3517", + "std": 0 + }, + "Verschlechterung": { + "pos": "nn", + "pol": "-0.4959", + "std": 0 + }, + "Verschlechterungen": { + "pos": "nn", + "pol": "-0.4959", + "std": 0 + }, + "Verschmutzung": { + "pos": "nn", + "pol": "-0.3392", + "std": 0 + }, + "Verschmutzungen": { + "pos": "nn", + "pol": "-0.3392", + "std": 0 + }, + "Verschwendung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verschwendungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verschwörung": { + "pos": "nn", + "pol": "-0.3355", + "std": 0 + }, + "Verschwörungen": { + "pos": "nn", + "pol": "-0.3355", + "std": 0 + }, + "Versenkung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versenkungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versklavung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versklavungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verstoß": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verstoßes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verstöße": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verstößen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verstoßs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verstrickung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verstrickungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versuchung": { + "pos": "nn", + "pol": "-0.3463", + "std": 0 + }, + "Versuchungen": { + "pos": "nn", + "pol": "-0.3463", + "std": 0 + }, + "Versäumnis": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versäumniss": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versäumnise": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versäumnises": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Versäumnisen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vertreibung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vertreibungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verurteilung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verurteilungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verweigerung": { + "pos": "nn", + "pol": "-0.3441", + "std": 0 + }, + "Verweigerungen": { + "pos": "nn", + "pol": "-0.3441", + "std": 0 + }, + "Verwerfung": { + "pos": "nn", + "pol": "-0.3202", + "std": 0 + }, + "Verwerfungen": { + "pos": "nn", + "pol": "-0.3202", + "std": 0 + }, + "Verwirrung": { + "pos": "nn", + "pol": "-0.3323", + "std": 0 + }, + "Verwirrungen": { + "pos": "nn", + "pol": "-0.3323", + "std": 0 + }, + "Verwundung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verwundungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verwüstung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verwüstungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verzerrung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verzerrungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verzicht": { + "pos": "nn", + "pol": "-0.2022", + "std": 0 + }, + "Verzichts": { + "pos": "nn", + "pol": "-0.2022", + "std": 0 + }, + "Verzichtes": { + "pos": "nn", + "pol": "-0.2022", + "std": 0 + }, + "Verzichten": { + "pos": "nn", + "pol": "-0.2022", + "std": 0 + }, + "Verzichte": { + "pos": "nn", + "pol": "-0.2022", + "std": 0 + }, + "Verzweiflung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verzweiflungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verzögerung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Verzögerungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vorurteil": { + "pos": "nn", + "pol": "-0.6261", + "std": 0 + }, + "Vorurteils": { + "pos": "nn", + "pol": "-0.6261", + "std": 0 + }, + "Vorurteilen": { + "pos": "nn", + "pol": "-0.6261", + "std": 0 + }, + "Vorurteile": { + "pos": "nn", + "pol": "-0.6261", + "std": 0 + }, + "Vorwand": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vorwände": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vorwandes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vorwands": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vorwänden": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Vorwurf": { + "pos": "nn", + "pol": "-0.5095", + "std": 0 + }, + "Vorwürfen": { + "pos": "nn", + "pol": "-0.5095", + "std": 0 + }, + "Vorwurfs": { + "pos": "nn", + "pol": "-0.5095", + "std": 0 + }, + "Vorwürfe": { + "pos": "nn", + "pol": "-0.5095", + "std": 0 + }, + "Vorwurfes": { + "pos": "nn", + "pol": "-0.5095", + "std": 0 + }, + "Wahnsinn": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wahnsinns": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wermutstropfen": { + "pos": "nn", + "pol": "-0.3356", + "std": 0 + }, + "Wermutstropfens": { + "pos": "nn", + "pol": "-0.3356", + "std": 0 + }, + "Wertlosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wertverlust": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wertverluste": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wertverlustes": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wertverlusts": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wertverlusten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wichtigtuer": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wichtigtuers": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wichtigtuern": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Widernatürlichkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Widernatürlichkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Widerruf": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Widerrufs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Widerspruch": { + "pos": "nn", + "pol": "-0.3655", + "std": 0 + }, + "Widersprüche": { + "pos": "nn", + "pol": "-0.3655", + "std": 0 + }, + "Widersprüchen": { + "pos": "nn", + "pol": "-0.3655", + "std": 0 + }, + "Widerspruchs": { + "pos": "nn", + "pol": "-0.3655", + "std": 0 + }, + "Widerspruches": { + "pos": "nn", + "pol": "-0.3655", + "std": 0 + }, + "Widrigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Widrigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wirtschaftskrise": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wirtschaftskrisen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wrack": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wracks": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wunde": { + "pos": "nn", + "pol": "-0.3396", + "std": 0 + }, + "Wunden": { + "pos": "nn", + "pol": "-0.3396", + "std": 0 + }, + "Wut": { + "pos": "nn", + "pol": "-0.4726", + "std": 0 + }, + "Wüste": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Wüsten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zahlungsunfähigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zahlungsunfähigkeiten": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zeitverschwendung": { + "pos": "nn", + "pol": "-0.3223", + "std": 0 + }, + "Zeitverschwendungen": { + "pos": "nn", + "pol": "-0.3223", + "std": 0 + }, + "Zensur": { + "pos": "nn", + "pol": "-0.3468", + "std": 0 + }, + "Zensuren": { + "pos": "nn", + "pol": "-0.3468", + "std": 0 + }, + "Zerrung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zerrungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zerschlagung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zerschlagungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zerstörung": { + "pos": "nn", + "pol": "-0.3578", + "std": 0 + }, + "Zerstörungen": { + "pos": "nn", + "pol": "-0.3578", + "std": 0 + }, + "Ziellosigkeit": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zoll": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zolls": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zölle": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zolln": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zolles": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zöllen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zorn": { + "pos": "nn", + "pol": "-0.3537", + "std": 0 + }, + "Zumutung": { + "pos": "nn", + "pol": "-0.3286", + "std": 0 + }, + "Zumutungen": { + "pos": "nn", + "pol": "-0.3286", + "std": 0 + }, + "Zusammenbruch": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zusammenbrüche": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zusammenbruchs": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zusammenbruches": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zusammenbrüchen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zusammenstoß": { + "pos": "nn", + "pol": "-0.3302", + "std": 0 + }, + "Zusammenstoßes": { + "pos": "nn", + "pol": "-0.3302", + "std": 0 + }, + "Zusammenstöße": { + "pos": "nn", + "pol": "-0.3302", + "std": 0 + }, + "Zusammenstoßs": { + "pos": "nn", + "pol": "-0.3302", + "std": 0 + }, + "Zusammenstößen": { + "pos": "nn", + "pol": "-0.3302", + "std": 0 + }, + "Zwang": { + "pos": "nn", + "pol": "-0.0721", + "std": 0 + }, + "Zwanges": { + "pos": "nn", + "pol": "-0.0721", + "std": 0 + }, + "Zwängen": { + "pos": "nn", + "pol": "-0.0721", + "std": 0 + }, + "Zwänge": { + "pos": "nn", + "pol": "-0.0721", + "std": 0 + }, + "Zwangs": { + "pos": "nn", + "pol": "-0.0721", + "std": 0 + }, + "Zwangslage": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zwangslagen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zwangsmaßnahmen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zweifel": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Zwietracht": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "abbauen": { + "pos": "vvinf", + "pol": "-0.0578", + "std": 0 + }, + "abbrechen": { + "pos": "vvinf", + "pol": "-0.3482", + "std": 0 + }, + "abdanken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abgedankt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdanke": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdankte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdank": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdankt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdanktet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdankest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdankst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdanktest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdankten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdanket": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abdämpfen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abfallen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abfällig": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligstes": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligster": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligste": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligsten": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligst": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligstem": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfällige": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligerer": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälliger": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligere": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälliges": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligeren": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligerem": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligen": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligem": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abfälligeres": { + "pos": "adjx", + "pol": "-0.3197", + "std": 0 + }, + "abführen": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführtet": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführt": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführst": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführe": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführte": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführet": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführ": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abgeführt": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführtest": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführten": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abführest": { + "pos": "vvinf", + "pol": "-0.3358", + "std": 0 + }, + "abgebrochen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgedroschen": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschner": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenste": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenem": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroscheneres": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenst": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenerer": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschener": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenes": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenerem": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroscheneren": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschneren": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenen": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschnerem": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschneres": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschnerer": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschensten": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenere": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenstem": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenstes": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschenster": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschnere": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgedroschene": { + "pos": "adjx", + "pol": "-0.1839", + "std": 0 + }, + "abgestanden": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandnerer": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandneres": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenen": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenem": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenes": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandener": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenstes": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenere": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenster": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenstem": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandensten": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenste": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandnere": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandene": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandeneren": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenerem": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenst": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandneren": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandeneres": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandnerem": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandenerer": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgestandner": { + "pos": "adjx", + "pol": "-0.0368", + "std": 0 + }, + "abgetakelt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakelten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakelteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakelte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakelterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakeltes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakelter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakelterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgetakelteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abgleiten": { + "pos": "vvinf", + "pol": "-0.0397", + "std": 0 + }, + "abgründig": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründiger": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründiges": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigst": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigste": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigstem": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründige": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigeres": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigsten": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigerer": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigerem": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigeren": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigster": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigstes": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigen": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigem": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abgründigere": { + "pos": "adjx", + "pol": "-0.1719", + "std": 0 + }, + "abhängig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abhängigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ablaufen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ablehnen": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehn": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehntest": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehnten": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehnest": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehnet": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehntet": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehnst": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehnte": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehnt": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablehne": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "abgelehnt": { + "pos": "vvinf", + "pol": "-0.6458", + "std": 0 + }, + "ablenken": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenket": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenkten": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "abgelenkt": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenke": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenkte": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenkt": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenktet": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenkst": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenkest": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenk": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "ablenktest": { + "pos": "vvinf", + "pol": "-0.042", + "std": 0 + }, + "abnehmen": { + "pos": "vvinf", + "pol": "-0.0292", + "std": 0 + }, + "abnutzen": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutzten": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abgenutzt": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutzte": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutze": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutztest": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutzt": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutz": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutztet": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutzet": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abnutzest": { + "pos": "vvinf", + "pol": "-0.0417", + "std": 0 + }, + "abraten": { + "pos": "vvinf", + "pol": "-0.3353", + "std": 0 + }, + "abreissen": { + "pos": "vvinf", + "pol": "-0.3116", + "std": 0 + }, + "abrupt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abruptestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abruptester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrupteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abruptesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abruptestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrupte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrupteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrupterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abruptest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrupteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrupterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrupten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abruptem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abruptere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abruptes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrupter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abrutschen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschaffen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschießen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschrecken": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschrecket": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschreck": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschreckest": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschreckten": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschreckte": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschrecktest": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschreckt": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschrecke": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschreckst": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abgeschreckt": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschrecktet": { + "pos": "vvinf", + "pol": "-0.178", + "std": 0 + }, + "abschreckend": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "abschreiben": { + "pos": "vvinf", + "pol": "-0.1847", + "std": 0 + }, + "abschwächen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwächt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwäche": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwächten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwächte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwäch": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwächst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abgeschwächt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwächtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwächet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwächest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschwächtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abschätzig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätziger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätziges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "abschätzigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "absenken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "absinken": { + "pos": "vvinf", + "pol": "-0.3269", + "std": 0 + }, + "abspalten": { + "pos": "vvinf", + "pol": "-0.3099", + "std": 0 + }, + "absperren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "absteigen": { + "pos": "vvinf", + "pol": "-0.4776", + "std": 0 + }, + "abstoßen": { + "pos": "vvinf", + "pol": "-0.1796", + "std": 0 + }, + "abstoßend": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendstem": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendsten": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßenderer": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendster": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendere": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßenderes": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendst": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendstes": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßende": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßenden": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendem": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendes": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßender": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßendste": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßenderen": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstoßenderem": { + "pos": "adjx", + "pol": "-0.5859", + "std": 0 + }, + "abstumpfen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpf": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpfet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpfest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpften": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abgestumpft": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpftet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpfe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpftest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpfte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpft": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstumpfst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abstürzen": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürztet": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürzt": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürze": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürzte": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürz": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürzet": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürzest": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürzten": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abgestürzt": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "abstürztest": { + "pos": "vvinf", + "pol": "-0.4697", + "std": 0 + }, + "absurd": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdester": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdestes": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurderer": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdesten": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurden": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdem": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurderen": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurderem": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdestem": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdere": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdeste": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurde": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurder": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdest": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurdes": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "absurderes": { + "pos": "adjx", + "pol": "-0.212", + "std": 0 + }, + "abtragen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abweichen": { + "pos": "vvinf", + "pol": "-0.3422", + "std": 0 + }, + "abweisen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "abwerten": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwertest": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abgewertet": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwerttest": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwertten": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwert": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwertete": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwerteten": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwerte": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwertetet": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwertte": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwerttet": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwertetest": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "abwertet": { + "pos": "vvinf", + "pol": "-0.4521", + "std": 0 + }, + "achtlos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtlosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "achtloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aggressiv": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressivst": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressiveren": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressiverem": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressivster": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressiverer": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressiven": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressivem": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressivsten": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressives": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressivste": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressiver": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressivstem": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressiveres": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressivstes": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressivere": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "aggressive": { + "pos": "adjx", + "pol": "-0.4484", + "std": 0 + }, + "alarmieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alarmiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisierteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisiertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alkoholisierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "altem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ältest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "alter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "altes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "älteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ältester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "älterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "älter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ältere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "älterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ältestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ältesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "älteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "älteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ältestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "altmodisch": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodische": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischstes": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischere": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischeres": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischster": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischerer": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischstem": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischsten": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischer": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodisches": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischem": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischen": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischste": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischst": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischeren": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "altmodischerem": { + "pos": "adjx", + "pol": "-0.0382", + "std": 0 + }, + "amateurhaft": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaftes": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaftestes": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhafterem": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaftester": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaftem": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaften": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaftestem": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaftesten": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaftest": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhafte": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhafter": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhafteren": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhafterer": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhaftere": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhafteres": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "amateurhafteste": { + "pos": "adjx", + "pol": "-0.4485", + "std": 0 + }, + "ambivalent": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalenterer": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalentestem": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalentesten": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalentem": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalenteren": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalenterem": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalentestes": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalentester": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalenten": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalentes": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalenter": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalenteste": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalenteres": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalentest": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalente": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "ambivalentere": { + "pos": "adjx", + "pol": "-0.4628", + "std": 0 + }, + "androhen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "angedroht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androhte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androhest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androhtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androhet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androh": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androhst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androhe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androhten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "androhtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anfällig": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfällige": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligstes": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligster": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligerem": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälliges": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälliger": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligeren": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligsten": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligem": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligste": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligstem": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligen": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligeres": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligerer": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligere": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "anfälligst": { + "pos": "adjx", + "pol": "-0.1884", + "std": 0 + }, + "angespannt": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "angespannterer": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespannten": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespannteres": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespanntestem": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespanntesten": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespanntem": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespannteren": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespannte": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespannterem": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespanntester": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespanntestes": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespanntere": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespanntes": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespannter": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespanntest": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angespannteste": { + "pos": "adjx", + "pol": "-0.4744", + "std": 0 + }, + "angestrengt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "angestrengteste": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengtestes": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengten": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengte": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengtem": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengtes": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengter": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengterer": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengtester": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengteres": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengterem": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengteren": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengtestem": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengtesten": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengtere": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angestrengtest": { + "pos": "adjx", + "pol": "-0.0415", + "std": 0 + }, + "angetrunken": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkener": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkene": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunknerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunknerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunknere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkeneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkeneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkner": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkensten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angetrunkenerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "angreifen": { + "pos": "vvinf", + "pol": "-0.0464", + "std": 0 + }, + "anklagen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklagten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklagtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklagest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklage": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "angeklagt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklagt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklag": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklaget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklagst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklagtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anklagte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaßen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaßtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaßest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaßtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaßt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaße": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaßten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "angemaßt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaß": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaßet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anmaßte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "annullieren": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annulliertet": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annulliert": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annulliere": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annullierst": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annullierte": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annullier": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annullierest": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annulliertest": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annullierten": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "annullieret": { + "pos": "vvinf", + "pol": "-0.3149", + "std": 0 + }, + "anschießen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anspannen": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspannte": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspannt": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspanne": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspannten": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspann": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspanntet": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspanntest": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspannst": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspannet": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anspannest": { + "pos": "vvinf", + "pol": "-0.0444", + "std": 0 + }, + "anstrengen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrengtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrengest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrenget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrengtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstreng": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrengte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrengten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrengt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrengst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrenge": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "anstrengend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengenden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengenderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengenderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengender": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengenderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengenderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengende": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstrengendst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anstößige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquierteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "antiquiertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "anzünden": { + "pos": "vvinf", + "pol": "-0.3333", + "std": 0 + }, + "apathisch": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischerem": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischeren": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischste": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischerer": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischem": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischster": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischen": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischst": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischstes": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischstem": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischsten": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischer": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischere": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathischeres": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathisches": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apathische": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "apokalyptisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "apokalyptischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "arbeitslos": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslosere": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslose": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslosst": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitsloserer": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitsloseres": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitsloserem": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitsloseren": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslosste": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitsloses": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitsloser": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslosster": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslosstes": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslossten": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslosstem": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslosem": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "arbeitslosen": { + "pos": "adjx", + "pol": "-0.3426", + "std": 0 + }, + "archaisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "archaischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "arm": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmst": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "armem": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "armen": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmerer": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "arme": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmeres": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmeren": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmerem": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "armes": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "armer": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmer": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmstes": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmster": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmste": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmsten": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmstem": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "ärmere": { + "pos": "adjx", + "pol": "-0.4546", + "std": 0 + }, + "armselig": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligen": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligem": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armselige": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseliges": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligst": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseliger": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligste": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligster": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligstes": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligerem": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligstem": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligsten": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligeren": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligere": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligerer": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "armseligeres": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "arrogant": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogante": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arroganteste": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogantem": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arroganten": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogantestem": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogantesten": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arroganter": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogantes": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogantest": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogantester": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogantestes": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arroganteres": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arroganterer": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arroganteren": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arrogantere": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "arroganterem": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "attackieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "attackierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblasen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufbläh": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufbläht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufgebläht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufblähten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufbringen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "auffallen": { + "pos": "vvinf", + "pol": "-0.3386", + "std": 0 + }, + "aufgeben": { + "pos": "vvinf", + "pol": "-0.2098", + "std": 0 + }, + "aufgebracht": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachtest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachtestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachtester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachtesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachtestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgebrachteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregtestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregtester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregtest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregtesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregtestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufgeregteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "aufhören": { + "pos": "vvinf", + "pol": "-0.0142", + "std": 0 + }, + "auflösen": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflöstet": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflöst": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflöse": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflöstest": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflöste": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflösten": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflöset": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflös": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "aufgelöst": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "auflösest": { + "pos": "vvinf", + "pol": "-0.0412", + "std": 0 + }, + "aufregen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufregt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufrege": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufregtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufregst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufregte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufreget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufregtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufregten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufreg": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufregest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufreibend": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "aufrühren": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrühr": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrührtest": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrührtet": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrühret": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrühre": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrührten": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrührte": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrührt": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufgerührt": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrührst": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufrührest": { + "pos": "vvinf", + "pol": "-0.0256", + "std": 0 + }, + "aufschlagen": { + "pos": "vvinf", + "pol": "-0.04", + "std": 0 + }, + "aufschreien": { + "pos": "vvinf", + "pol": "-0.043", + "std": 0 + }, + "aufwühlen": { + "pos": "vvinf", + "pol": "-0.0398", + "std": 0 + }, + "ausbeuten": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausgebeutet": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeutete": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeutten": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeuttest": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeutet": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeuteten": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeutetest": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeutte": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeutetet": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeutest": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeut": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeute": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbeuttet": { + "pos": "vvinf", + "pol": "-0.3215", + "std": 0 + }, + "ausbrechen": { + "pos": "vvinf", + "pol": "-0.1819", + "std": 0 + }, + "auseinanderfallen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "auseinandersetzen": { + "pos": "vvinf", + "pol": "-0.0584", + "std": 0 + }, + "ausfallen": { + "pos": "vvinf", + "pol": "-0.3481", + "std": 0 + }, + "ausgehungert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungerte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungerter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungerten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungerteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungerterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungerterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungertste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgehungerteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ausgestorben": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbnerer": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenem": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbnere": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenen": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbner": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbneren": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenere": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbnerem": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbener": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbene": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenerer": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenes": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbeneres": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbeneren": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbneres": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenster": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenstes": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenst": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenerem": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenste": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbenstem": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgestorbensten": { + "pos": "adjx", + "pol": "-0.0389", + "std": 0 + }, + "ausgleiten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausgrenzen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausradiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrotten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrotttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrottten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrottest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrotttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrott": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrottet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrotteten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrottetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausgerottet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrottetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrotte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrottte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausrottete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschalten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschaltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschaltte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschaltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschaltetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschalttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschalt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschalttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschaltetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschalte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausgeschaltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschalteten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschaltten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschaltete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ausschließen": { + "pos": "vvinf", + "pol": "-0.4935", + "std": 0 + }, + "aussetzen": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetz": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetzte": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetzest": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetztet": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetztest": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetzten": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetze": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "ausgesetzt": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetzet": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussetzt": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "aussichtslos": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslosestem": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslosester": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslosestes": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtsloseste": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtsloses": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtsloser": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslosesten": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtsloserem": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtsloseren": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslosen": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtsloserer": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslosem": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslosere": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtsloseres": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslose": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussichtslosest": { + "pos": "adjx", + "pol": "-0.183", + "std": 0 + }, + "aussterben": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "banal": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banaleres": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalerer": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banaleren": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalste": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalsten": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalstem": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banales": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalst": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banaler": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalere": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banale": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalerem": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalem": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalen": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalstes": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "banalster": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "barbarisch": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischer": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarisches": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischen": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischem": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischste": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischst": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischeren": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischerem": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischstes": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischster": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischere": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischerer": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarische": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischstem": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischsten": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "barbarischeres": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "beanstandet": { + "pos": "adjx", + "pol": "-0.333", + "std": 0 + }, + "bedauerlich": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichsten": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichstem": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlicheres": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichste": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlicherer": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlicheren": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichem": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlicherem": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichen": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerliche": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerliches": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlicher": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichstes": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichster": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichere": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauerlichst": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "bedauern": { + "pos": "vvinf", + "pol": "-0.0574", + "std": 0 + }, + "bedauernswert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswerter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswerte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswerten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswerteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswerterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswerterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswerteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedauernswerteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedenklich": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklicherem": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenkliches": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklicher": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklicheren": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklicheres": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichster": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichstes": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichste": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklicherer": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenkliche": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichst": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichere": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichsten": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichem": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichstem": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedenklichen": { + "pos": "adjx", + "pol": "-0.7701", + "std": 0 + }, + "bedeppert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeppertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeppertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedepperterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedepperteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedepperte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedepperteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedepperten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedepperterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeppertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedepperteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeppertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeppertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeppertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeppertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedepperter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeppertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedeutungslos": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungsloseste": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslosesten": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslosestem": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungsloserem": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslosester": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslosere": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungsloseres": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungsloseren": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungsloserer": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslosest": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslosestes": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslose": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslosen": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungslosem": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungsloser": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedeutungsloses": { + "pos": "adjx", + "pol": "-0.6046", + "std": 0 + }, + "bedrohen": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohten": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedroht": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohe": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedroh": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohet": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohtest": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohest": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohtet": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohte": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohst": { + "pos": "vvinf", + "pol": "-0.3408", + "std": 0 + }, + "bedrohlich": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichere": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichst": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichste": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlicherer": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlicheres": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlicherem": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlicheren": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlicher": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichstes": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichster": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohliches": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichen": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichstem": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichem": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohlichsten": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrohliche": { + "pos": "adjx", + "pol": "-0.4726", + "std": 0 + }, + "bedrängen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedräng": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedrängtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedränget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedränge": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedrängten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedrängest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedrängtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedrängte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedrängt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedrängst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bedrücken": { + "pos": "vvinf", + "pol": "-0.3123", + "std": 0 + }, + "bedrückten": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrück": { + "pos": "vvinf", + "pol": "-0.3123", + "std": 0 + }, + "bedrückst": { + "pos": "vvinf", + "pol": "-0.3123", + "std": 0 + }, + "bedrückte": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücket": { + "pos": "vvinf", + "pol": "-0.3123", + "std": 0 + }, + "bedrücktet": { + "pos": "vvinf", + "pol": "-0.3123", + "std": 0 + }, + "bedrückest": { + "pos": "vvinf", + "pol": "-0.3123", + "std": 0 + }, + "bedrücktest": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrückt": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücke": { + "pos": "vvinf", + "pol": "-0.3123", + "std": 0 + }, + "bedrückteren": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrückterem": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücktester": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücktestes": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrückteres": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrückterer": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrückteste": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücktem": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücktes": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücktestem": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrückter": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücktesten": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedrücktere": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "bedürftig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bedürftigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beeinträchtigen": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtigten": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtigest": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtige": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtigtest": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtigt": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtigst": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtigte": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtigtet": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtiget": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beeinträchtig": { + "pos": "adjx", + "pol": "-0.4979", + "std": 0 + }, + "beenden": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendest": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beende": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendeten": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendete": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendtet": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendetest": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendte": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendetet": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendtest": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendet": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beendten": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "beend": { + "pos": "vvinf", + "pol": "-0.0603", + "std": 0 + }, + "befallen": { + "pos": "vvinf", + "pol": "-0.334", + "std": 0 + }, + "befangen": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangeneres": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenerer": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangnerem": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangneren": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenst": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenere": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangeneren": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenerem": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenste": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangner": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenstes": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenster": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenstem": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangnere": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangensten": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangnerer": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenes": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangneres": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangener": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangene": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenem": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befangenen": { + "pos": "adjx", + "pol": "-0.3253", + "std": 0 + }, + "befremdlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befremdlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "befürchten": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchteten": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchte": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchtte": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchtete": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchtet": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchtten": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürcht": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchtetest": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchttest": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchtetet": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchttet": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "befürchtest": { + "pos": "vvinf", + "pol": "-0.3602", + "std": 0 + }, + "begrenzen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "begrenzten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenzte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenzt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenz": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "begrenztet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "begrenze": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "begrenzest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "begrenzet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "begrenztest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenzterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenztestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenztesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenzteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenzteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenzterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenzteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenztem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenzter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenztes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenztere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenztestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begrenztester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutzigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutziger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "begriffsstutziges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "behindern": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behinderten": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behinder": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behindertet": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behindert": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behindere": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behindertest": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behinderte": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behinderen": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behinderst": { + "pos": "vvinf", + "pol": "-0.7748", + "std": 0 + }, + "behämmert": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmerterer": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmerteres": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmerte": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertste": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmerter": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertes": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertem": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmerten": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertst": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertere": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmerterem": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertstes": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertster": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmerteren": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertstem": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "behämmertsten": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "beklagen": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklagtet": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklagtest": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklaget": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklagest": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "begeklagt": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklag": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklagten": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklage": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklagt": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklagst": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklagte": { + "pos": "vvinf", + "pol": "-0.4967", + "std": 0 + }, + "beklagenswert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswerterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswerte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswerteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswerteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswerten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswerterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswerter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswerteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklagenswertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklopptes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklopptest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklopptem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklopptestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklopptester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklopptere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bekloppteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklopptesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beklopptestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beknackt": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknackterer": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknackteres": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknacktester": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknacktest": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknackteste": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknacktestes": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknackte": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknackteren": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknackterem": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknacktestem": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknacktesten": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknackter": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknacktes": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknacktem": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknacktere": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "beknackten": { + "pos": "adjx", + "pol": "-0.0358", + "std": 0 + }, + "bekümmert": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmerterer": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmerteres": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmerteren": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmerterem": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertste": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmerter": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertstes": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertes": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertster": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertst": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertem": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertstem": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertsten": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmerte": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmerten": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "bekümmertere": { + "pos": "vvinf", + "pol": "-0.4503", + "std": 0 + }, + "belanglos": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglosesten": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglosem": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglosester": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglosestes": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belangloses": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belangloseste": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belangloser": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglosen": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglosere": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belangloserer": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belangloseres": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglosest": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglose": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belangloserem": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belanglosestem": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belangloseren": { + "pos": "adjx", + "pol": "-0.3306", + "std": 0 + }, + "belasten": { + "pos": "vvinf", + "pol": "-0.5078", + "std": 0 + }, + "beleidigen": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidigtet": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidig": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidigst": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidiget": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidige": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidigten": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidigte": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidigtest": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidigt": { + "pos": "vvinf", + "pol": "-0.4848", + "std": 0 + }, + "beleidigest": { + "pos": "vvinf", + "pol": "-0.6076", + "std": 0 + }, + "beleidigend": { + "pos": "adjx", + "pol": "-0.4636", + "std": 0 + }, + "belästigen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästigten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästigst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästiget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästige": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästigte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästigtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästig": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästigest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "belästigtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "berauben": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraubte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraubst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraubest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraubten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraubtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraube": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraubet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraubt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraubtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beraub": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bergab": { + "pos": "adv", + "pol": "-0.0048", + "std": 0 + }, + "bescheuert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuerter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuerteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuerteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuerten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuerterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuerteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuerte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bescheuerterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschissen": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissnere": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenere": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschisseneres": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissnerem": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissene": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenst": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenerem": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschisseneren": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenste": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenerer": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenen": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenstes": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenem": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenster": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenstem": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissensten": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissneren": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissner": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissenes": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissener": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissnerer": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschissneres": { + "pos": "adjx", + "pol": "-0.2947", + "std": 0 + }, + "beschneiden": { + "pos": "vvinf", + "pol": "-0.3293", + "std": 0 + }, + "beschruppt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschränktet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschränkten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränkte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränkest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschränkst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschränk": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschränktest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränkt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränket": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschränke": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschränkteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränkterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränkteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränkterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränktesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränktestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränkter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränktere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränktester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränktes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränktem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränktestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschränkteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschuldigen": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldigten": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldigest": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldigt": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldige": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldigtet": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldig": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldigte": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldiget": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldigtest": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschuldigst": { + "pos": "vvinf", + "pol": "-0.3264", + "std": 0 + }, + "beschweren": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwerten": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwern": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwerst": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwertest": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwertet": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwerte": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwere": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwert": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwer": { + "pos": "vvinf", + "pol": "-0.0413", + "std": 0 + }, + "beschwerlich": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichstes": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerliche": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichere": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlicher": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlicheres": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerliches": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichem": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlicherer": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichen": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlicherem": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichste": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlicheren": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichstem": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichsten": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichst": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschwerlichster": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "beschädigen": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädigtest": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädigten": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädige": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädigte": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädiget": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädigt": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädigest": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädigtet": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädigst": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschädig": { + "pos": "vvinf", + "pol": "-0.335", + "std": 0 + }, + "beschäftigungslos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungsloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungsloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslossten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslosstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslosster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslosste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslosstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungsloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungsloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungslosst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungsloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschäftigungsloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beschämen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschämtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschämt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschäme": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschämtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschämest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschämte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschämst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschämet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschäm": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beschämten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitigen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitigtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitig": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitiget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitigtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitigten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitige": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitigst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitigest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beseitigte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besorgniserregend": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregender": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregende": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendere": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendes": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregenden": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendem": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregenderes": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregenderer": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendste": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendstem": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregenderem": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregenderen": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendsten": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendstes": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendst": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgniserregendster": { + "pos": "adjx", + "pol": "-0.3281", + "std": 0 + }, + "besorgt": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgterem": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgtesten": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgteren": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgtestem": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgtest": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgterer": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgteres": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgte": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgtere": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgtestes": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgtem": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgten": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgtes": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgteste": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgtester": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "besorgter": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "bestechen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuerten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuerte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteueren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuerst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "begesteuert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuer": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "besteuere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestrafen": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestrafet": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestrafest": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestrafst": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestraftet": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestrafte": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestraft": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestrafe": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestraften": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestraftest": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestraf": { + "pos": "vvinf", + "pol": "-0.4811", + "std": 0 + }, + "bestürzt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürztester": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürztes": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürzter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürztesten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürztestem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürztere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürzte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürzteste": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürztem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürzten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürzteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürzterem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürztestes": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürzteres": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürzterer": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bestürztest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betrunken": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkensten": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkeneres": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenere": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenerer": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenes": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkeneren": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenstem": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenste": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenen": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenem": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenster": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkene": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenstes": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkener": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenst": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrunkenerem": { + "pos": "adjx", + "pol": "-0.172", + "std": 0 + }, + "betrügen": { + "pos": "vvinf", + "pol": "-0.743", + "std": 0 + }, + "betrügerisch": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerische": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischste": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischere": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischst": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischer": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischsten": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischstem": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerisches": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischstes": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischen": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischerem": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischster": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischem": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischeres": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischeren": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betrügerischerer": { + "pos": "adjx", + "pol": "-0.3163", + "std": 0 + }, + "betäuben": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäubten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäubst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäubte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäub": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäubtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäubt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäubest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäube": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäubet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "betäubtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "beunruhigen": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhige": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhigtest": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhigten": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhigst": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhigte": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhigtet": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhigest": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhig": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhigt": { + "pos": "vvinf", + "pol": "-0.4795", + "std": 0 + }, + "beunruhiget": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "beunruhigend": { + "pos": "adjx", + "pol": "-0.3264", + "std": 0 + }, + "bevormunden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormund": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundeten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormunde": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bevormundtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslosstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslosste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslosster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungsloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungsloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungsloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungsloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungsloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungsloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslosst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslossten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bewegungslosstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "beängstigend": { + "pos": "adjx", + "pol": "-0.0367", + "std": 0 + }, + "billig": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigerer": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigster": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigeres": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigeren": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigstes": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigerem": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigere": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billiges": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigste": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billiger": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billige": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigem": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigen": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigst": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigstem": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "billigsten": { + "pos": "adjx", + "pol": "-0.2842", + "std": 0 + }, + "bitter": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittersten": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitteres": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitterer": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittereres": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitterstem": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittererer": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittererem": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittereren": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittere": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitterster": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitterste": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitterstes": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitterem": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitteren": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittrerer": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittrere": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittrer": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitterere": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittreres": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittreren": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bitterst": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bittrerem": { + "pos": "adjx", + "pol": "-0.3394", + "std": 0 + }, + "bizarr": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrstem": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrst": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrster": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrste": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrstes": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarre": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrsten": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrere": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarreren": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarres": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrer": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrerem": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrem": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarren": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarreres": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "bizarrerer": { + "pos": "adjx", + "pol": "-0.0486", + "std": 0 + }, + "blauäugig": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigere": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigst": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigstem": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugiger": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigeren": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigem": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigerem": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigen": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugiges": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigster": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigstes": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigsten": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigste": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigerer": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugigeres": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blauäugige": { + "pos": "adjx", + "pol": "-0.0445", + "std": 0 + }, + "blind": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blinderes": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blinde": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindes": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blinder": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blinden": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindestem": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindere": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindesten": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindem": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindestes": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindester": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blinderer": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindest": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blinderen": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blindeste": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blinderem": { + "pos": "adjx", + "pol": "-0.1978", + "std": 0 + }, + "blockieren": { + "pos": "vvinf", + "pol": "-0.3459", + "std": 0 + }, + "blutig": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigstem": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigsten": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigst": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutiges": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutiger": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigster": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigere": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigstes": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigen": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigeren": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigerem": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigerer": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutige": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigeres": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigem": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blutigste": { + "pos": "adjx", + "pol": "-0.0491", + "std": 0 + }, + "blöd": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blöderen": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blöderem": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blöde": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödesten": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödestem": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödest": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödere": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blöden": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blödem": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blödeste": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödestes": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödester": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blöder": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blöderer": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blöderes": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blödes": { + "pos": "adjx", + "pol": "-0.1593", + "std": 0 + }, + "blödee": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödees": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödeer": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödeem": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödeen": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödeerer": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödeeren": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödeere": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödeerem": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "blödeeres": { + "pos": "adjx", + "pol": "-0.3145", + "std": 0 + }, + "bombardieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "bombardierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "borniert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "borniertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bornierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "borniertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bornierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "borniertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bornierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bornierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bornierteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "borniertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bornierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "borniertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "borniertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "borniertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bornierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "bornierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "borniertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "boshaft": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaftester": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaftestes": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshafteres": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaftestem": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaftesten": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshafteren": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshafterem": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshafterer": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaftest": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshafteste": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshafte": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshafter": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaftes": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaften": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaftem": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "boshaftere": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "brechen": { + "pos": "vvinf", + "pol": "-0.7991", + "std": 0 + }, + "brennen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "brisant": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisantester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisantestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisanterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisanteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisantesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisanterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisantestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisanteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisantere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisanter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisante": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisantes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisantest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisanteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisantem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brisanten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutal": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutaleren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutaleres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutaler": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutales": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutale": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brutalstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "brüchig": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigstes": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigst": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigster": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchige": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigem": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigstem": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigsten": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigen": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchiges": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchiger": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigerem": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigste": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigeren": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigeres": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigerer": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "brüchigere": { + "pos": "adjx", + "pol": "-0.3331", + "std": 0 + }, + "bösartig": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigere": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigerer": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigeres": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigstem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigsten": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigeren": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartiger": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigerem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigen": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartige": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigste": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartiges": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigstes": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigster": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "bösartigst": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "böse": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseeres": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseste": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseerer": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseem": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseen": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseere": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "bösest": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "bösestem": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "bösee": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "bösesten": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "bösestes": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "bösester": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseer": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseeren": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "böseerem": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "bösees": { + "pos": "adjx", + "pol": "-0.4183", + "std": 0 + }, + "chaotisch": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischere": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotische": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotisches": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischer": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischen": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischste": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischerem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischstem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischsten": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischeren": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischster": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischst": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischstes": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischeres": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "chaotischerer": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "charakterschwach": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dahinschwinden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "debil": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilstem": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilsten": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debiles": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debiler": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debileren": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilste": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilem": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilerem": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilst": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilen": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debileres": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilerer": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilster": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilstes": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debilere": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "debile": { + "pos": "adjx", + "pol": "-0.306", + "std": 0 + }, + "defekt": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defektere": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defekterer": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defekteres": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defekteste": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defektem": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defektest": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defekte": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defekten": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defekterem": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defektesten": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defekteren": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defekter": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defektestem": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defektes": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defektestes": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defektester": { + "pos": "adjx", + "pol": "-0.346", + "std": 0 + }, + "defizitär": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärem": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitäreres": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärst": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärerer": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärster": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitäres": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärer": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärerem": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärstes": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitäreren": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärsten": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitären": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärstem": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärere": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitäre": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "defizitärste": { + "pos": "adjx", + "pol": "-0.4535", + "std": 0 + }, + "deformieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deformiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "degradierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deinstallieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstallierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstallierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstallierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstallierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstallierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstallierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstallierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "deinstalliertstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dekadent": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadenter": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadentes": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadentere": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadenten": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadentem": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadenterer": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadenteres": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadentest": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadenterem": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadentesten": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadentestem": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadentestes": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadente": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadentester": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadenteren": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "dekadenteste": { + "pos": "adjx", + "pol": "-0.1769", + "std": 0 + }, + "demütigen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütigest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütiget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütig": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütigst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütigte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gedemütigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütigten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütigtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütige": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "demütigtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "denkfaul": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfauleren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaule": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaules": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfauleres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfauler": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "denkfaulst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "depressiv": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressivster": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressivstes": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressivst": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressivere": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressivstem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressivsten": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressivem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressive": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressiven": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressiver": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressives": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressiverem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressiveren": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressiveres": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressiverer": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "depressivste": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "desinteressiert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desinteressiertste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolat": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolatesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolatestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolate": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolates": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolatere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolatem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolaten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolateren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolateres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolater": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolaterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolateste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolatestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolaterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolatest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "desolatester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "destruktiv": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktive": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktivere": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktiven": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktivst": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktivsten": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktivem": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktivstem": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktiverer": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktivste": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktivstes": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktivster": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktiveres": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktiveren": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktives": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktiver": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "destruktiverem": { + "pos": "adjx", + "pol": "-0.1936", + "std": 0 + }, + "dezimieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dezimierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "diffamieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "diffizil": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizileres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizileren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizilerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffiziles": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffiziler": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffizile": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diffus": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffusest": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffuse": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffusestes": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffusester": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffusen": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffusem": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffusestem": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffuserem": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffuseren": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffuseste": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffuseres": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffusere": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffusesten": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffuser": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffuserer": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diffuses": { + "pos": "adjx", + "pol": "-0.331", + "std": 0 + }, + "diktatorisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diktatorischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dilettantischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "diskreditieren": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditiertet": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditiertest": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditieret": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditiere": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditiert": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditierst": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditierte": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditier": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditierten": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "diskreditierest": { + "pos": "vvinf", + "pol": "-0.323", + "std": 0 + }, + "distanziert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanziertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanzierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanziertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanziertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanzierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanziertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanziertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanziertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanzierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanzierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanzierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanzierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanzierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanziertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanziertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "distanzierteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "disziplinlosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dominieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "dominierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "doof": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "dooferes": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofer": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "dooferer": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofster": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofstes": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofem": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofen": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "dooferen": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "dooferem": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofst": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofste": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofsten": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofe": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofere": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofes": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "doofstem": { + "pos": "adjx", + "pol": "-0.1562", + "std": 0 + }, + "dramatisch": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischere": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischste": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischstem": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischsten": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischster": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischstes": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischerer": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatische": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischeres": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischeren": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischer": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatisches": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischerem": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischem": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischen": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "dramatischst": { + "pos": "adjx", + "pol": "-0.3656", + "std": 0 + }, + "drastisch": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischer": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastisches": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastische": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischsten": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischeres": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischstem": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischerer": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischst": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischere": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischeren": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischerem": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischste": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischster": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischstes": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischem": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "drastischen": { + "pos": "adjx", + "pol": "-0.351", + "std": 0 + }, + "dreckig": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigste": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigster": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckiges": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckiger": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigst": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigeres": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigstes": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigen": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigerer": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigem": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigere": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigsten": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigerem": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckige": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigeren": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreckigstem": { + "pos": "adjx", + "pol": "-0.016", + "std": 0 + }, + "dreist": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreistem": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreisten": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreiste": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreisterem": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreisteren": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreisteres": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreistes": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreistest": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreister": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreisterer": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreisteste": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreistestem": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreistestes": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreistester": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreistesten": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "dreistere": { + "pos": "adjx", + "pol": "-0.4457", + "std": 0 + }, + "driften": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drifttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "driftest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "driftet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drift": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gedriftet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "driftetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "driftete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "driftetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "driftten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drifteten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "driftte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drifte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drifttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drohen": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "droht": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drohest": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drohe": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drohst": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drohte": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "gedroht": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drohtet": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drohtest": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drohet": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drohten": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "droh": { + "pos": "vvinf", + "pol": "-0.3503", + "std": 0 + }, + "drosseln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drosselten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drosseltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drosselt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drossele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drossel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drossl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drosselte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drosselen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drossle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drosselst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drosseltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gedrosselt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "drängelnd": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "drängen": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "drängten": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "dränget": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "dräng": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "drängte": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "drängest": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "dränge": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "drängt": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "gedrängt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "drängtet": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "drängst": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "drängtest": { + "pos": "vvinf", + "pol": "-0.3516", + "std": 0 + }, + "dumm": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dumme": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmerer": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmeres": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmst": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmere": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmstes": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmster": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmsten": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmeren": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmstem": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmerem": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmste": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dummen": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dummem": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dummes": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dummer": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dümmer": { + "pos": "adjx", + "pol": "-0.5901", + "std": 0 + }, + "dunkel": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkle": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkelstem": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkelsten": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunklere": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkelste": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunklerem": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkles": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkler": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkelst": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkleren": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunklem": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkelster": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunklen": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkleres": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunklerer": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "dunkelstes": { + "pos": "adjx", + "pol": "-0.0214", + "std": 0 + }, + "durchfallen": { + "pos": "vvinf", + "pol": "-0.1801", + "std": 0 + }, + "dusselig": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseliges": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligsten": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligstes": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligster": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligstem": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseliger": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligeres": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligerer": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligst": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligerem": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusselige": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligeren": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligen": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligem": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligste": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dusseligere": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "dämlich": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichste": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichere": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichen": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämliche": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlicheren": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämliches": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlicher": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlicherem": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichster": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlicheres": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlicherer": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichstes": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichst": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichsten": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichem": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämlichstem": { + "pos": "adjx", + "pol": "-0.048", + "std": 0 + }, + "dämpfen": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpftest": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpfte": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpfst": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpften": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gedämpft": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpft": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpfest": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpfet": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpfe": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpf": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dämpftet": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "dürr": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürre": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürreres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürreren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "dürrster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "düster": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsterste": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstererem": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstereres": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstereren": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstererer": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstrerem": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstersten": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstreren": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsteren": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsterem": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsterster": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsterstes": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstreres": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsterer": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstrer": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstrere": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsterstem": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstrerer": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsteres": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düstere": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsterst": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "düsterere": { + "pos": "adjx", + "pol": "-0.0187", + "std": 0 + }, + "egoistisch": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischstem": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischsten": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischere": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischster": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischst": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischstes": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischerem": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischen": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischeren": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistische": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischem": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischerer": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischeres": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischste": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistisches": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "egoistischer": { + "pos": "adjx", + "pol": "-0.3254", + "std": 0 + }, + "ehebrechen": { + "pos": "vvinf", + "pol": "-0.3128", + "std": 0 + }, + "eigenartig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eigenartigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "einbehalten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einbrechen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einfältig": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigster": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigstes": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigsten": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältige": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigstem": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigst": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigerer": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigeres": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigen": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigem": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigere": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigste": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältiger": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigerem": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältigeren": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "einfältiges": { + "pos": "adjx", + "pol": "-0.1858", + "std": 0 + }, + "eingehen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkt": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "eingeschränktest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränktem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränktere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränktes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränktestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränktesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränkteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränktester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eingeschränktestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "einsam": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsames": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamer": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsameres": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsame": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamstem": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamsten": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamster": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamerem": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsameren": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamstes": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamst": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamerer": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamere": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamen": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamste": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einsamem": { + "pos": "adjx", + "pol": "-0.1634", + "std": 0 + }, + "einschlagen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpfen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpftest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpfe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpften": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpfte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpfst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpfest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpf": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpftet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "eingeschrumpft": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpft": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschrumpfet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschränken": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränkte": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränkest": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränke": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränket": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränkst": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränk": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränktet": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränktest": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränkten": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschränkt": { + "pos": "vvinf", + "pol": "-0.3327", + "std": 0 + }, + "einschüchtern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchterte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchtere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchterst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchterten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchtertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchtert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchtertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "eingeschüchtert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einschüchternd": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "einsinken": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "einstellen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstellte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstellt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstelle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstelltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstelltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstellten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "eigenstellt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstellest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstellet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstell": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstellst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürzen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürzest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürztest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürztet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürzt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "eingestürzt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürz": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürzten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürzet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürzte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "einstürze": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "eintönig": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigeres": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigst": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigerer": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönige": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigerem": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigeren": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigster": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigstes": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintöniges": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintöniger": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigsten": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigen": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigste": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigem": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigstem": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "eintönigere": { + "pos": "adjx", + "pol": "-0.0378", + "std": 0 + }, + "ekelerregend": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendem": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregenden": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregender": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregenderem": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregenderen": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendes": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendstes": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendst": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregenderer": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendere": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregenderes": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendste": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendstem": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendsten": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregendster": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelerregende": { + "pos": "adjx", + "pol": "-0.0413", + "std": 0 + }, + "ekelig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeliger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeliges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekelige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ekeligere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatant": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatanterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatanteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatante": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatantere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatantem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatanten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatanteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatanteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatanter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatanterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatantes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatantest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatantesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatantestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatantestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "eklatantester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elend": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elenden": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elende": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendem": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendere": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendestem": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendesten": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendeste": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendester": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendes": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elender": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elenderes": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendestes": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elenderer": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elenderem": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendest": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elenderen": { + "pos": "adjx", + "pol": "-0.0519", + "std": 0 + }, + "elendig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "elendigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "empören": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empörten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empörest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empörst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empör": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empörtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empörte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empöre": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empört": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empörtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "empöret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "energielos": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energieloserem": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energieloseren": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielosest": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energieloserer": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energieloseste": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielosestes": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energieloseres": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energieloses": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielosester": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energieloser": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielosere": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielose": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielosesten": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielosen": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielosem": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "energielosestem": { + "pos": "adjx", + "pol": "-0.3037", + "std": 0 + }, + "engstirnig": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigste": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigstem": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigsten": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirniges": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirniger": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigeren": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigerem": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigeres": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnige": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigerer": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigem": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigen": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigster": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigere": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigst": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "engstirnigstes": { + "pos": "adjx", + "pol": "-0.3199", + "std": 0 + }, + "entbehrungsreich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entbinden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdeten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremd": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremde": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entfremdetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführ": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entführest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entgleiten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthaupten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthaupte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthaupttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthaupt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthauptetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthaupteten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthauptetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthaupttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthauptete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthauptest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthauptet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthauptten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "enthauptte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entkräftet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entlassen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutigen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutiget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutigtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutigtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutigest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutige": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutigten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutig": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutigte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entmutigst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entnervt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervtest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervtestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervtesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervtestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entnervtester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "entrüstet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "entschwinden": { + "pos": "vvinf", + "pol": "-0.1827", + "std": 0 + }, + "entsetzlich": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichen": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichere": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichem": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichsten": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichstem": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlicherer": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichst": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlicheren": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlicherem": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichste": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichster": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlicheres": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzliche": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzliches": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlicher": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "entsetzlichstes": { + "pos": "adjx", + "pol": "-0.477", + "std": 0 + }, + "enttäuschen": { + "pos": "vvinf", + "pol": "-0.0586", + "std": 0 + }, + "enttäusche": { + "pos": "vvinf", + "pol": "-0.0586", + "std": 0 + }, + "enttäuscht": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäusch": { + "pos": "vvinf", + "pol": "-0.0586", + "std": 0 + }, + "enttäuschst": { + "pos": "vvinf", + "pol": "-0.0586", + "std": 0 + }, + "enttäuschten": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschest": { + "pos": "vvinf", + "pol": "-0.0586", + "std": 0 + }, + "enttäuschtet": { + "pos": "vvinf", + "pol": "-0.0586", + "std": 0 + }, + "enttäuschtest": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschte": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschet": { + "pos": "vvinf", + "pol": "-0.0586", + "std": 0 + }, + "enttäuschend": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "enttäuschtem": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschteren": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschterem": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschteste": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschtester": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschtestes": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschteres": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschtestem": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschtesten": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschterer": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschtere": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschtes": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "enttäuschter": { + "pos": "vvinf", + "pol": "-0.3129", + "std": 0 + }, + "entwürdigend": { + "pos": "adjx", + "pol": "-0.3132", + "std": 0 + }, + "entziehen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbitterten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbitterte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertste": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbitterter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertstes": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertes": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertster": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertsten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbitterteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbitterterem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbittertstem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbitterteres": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbitterterer": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erbost": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbostestes": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbostester": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbostere": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbostesten": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbostest": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbostestem": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbosten": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbosteste": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbostem": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erboste": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbosteren": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbosterem": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erboster": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbosterer": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbostes": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbosteres": { + "pos": "adjx", + "pol": "-0.3293", + "std": 0 + }, + "erbrechen": { + "pos": "vvinf", + "pol": "-0.3308", + "std": 0 + }, + "erbärmlich": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichstem": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichsten": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichst": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlicherer": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmliche": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlicheres": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichere": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlicheren": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichstes": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichster": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlicherem": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichste": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichen": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlichem": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmliches": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erbärmlicher": { + "pos": "adjx", + "pol": "-0.4796", + "std": 0 + }, + "erdrückend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückenderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückenderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückenderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückenderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückender": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückenden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückende": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erdrückendst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergaunern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergaunere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergaunertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergaunerten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergaunert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergauner": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergaunertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergauneren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergaunerst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergaunerte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnisloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnisloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnisloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnisloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnisloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnisloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnisloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ergebnislosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erleiden": { + "pos": "vvinf", + "pol": "-0.3494", + "std": 0 + }, + "erliegen": { + "pos": "vvinf", + "pol": "-0.3296", + "std": 0 + }, + "ermahnen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahnten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahnte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahn": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahnst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahnt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahntet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahnest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahne": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahntest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermahnet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermorden": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordtest": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermorde": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordte": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordet": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermord": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordetet": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordetest": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordtet": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordeten": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordest": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordete": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermordten": { + "pos": "vvinf", + "pol": "-0.3292", + "std": 0 + }, + "ermüden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdeten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüd": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüde": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ermüdten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrigen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrig": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrigst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrigte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrige": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrigtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrigtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedriget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrigten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erniedrigest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ernüchternd": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erpressen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpresset": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpresstest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpresse": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpresst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpresstet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpresste": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpressest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpressten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erpress": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschießen": { + "pos": "vvinf", + "pol": "-0.3317", + "std": 0 + }, + "erschlaffen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlaffe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlafft": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlafftest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlafftet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlaff": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlaffet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlaffst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlafften": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlaffte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlaffest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschlagen": { + "pos": "vvinf", + "pol": "-0.3442", + "std": 0 + }, + "erschrecken": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschrecket": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschrecktet": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschrecke": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschreck": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschrecktest": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschreckten": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschreckte": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschreckst": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschreckest": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschreckt": { + "pos": "vvinf", + "pol": "-0.1812", + "std": 0 + }, + "erschreckend": { + "pos": "adjx", + "pol": "-0.0544", + "std": 0 + }, + "erschweren": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwere": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwertet": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwertest": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwert": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwerte": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwern": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwer": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwerst": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschwerten": { + "pos": "vvinf", + "pol": "-0.4891", + "std": 0 + }, + "erschöpfen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschöpften": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpfet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschöpftest": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpftet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschöpfte": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpfe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschöpfst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschöpf": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschöpfest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschöpft": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpftestem": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpftem": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpfteste": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpftesten": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpftere": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpfteres": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpfter": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpfterer": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpftes": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpftester": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpftestes": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpfterem": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschöpfteren": { + "pos": "vvinf", + "pol": "-0.0377", + "std": 0 + }, + "erschüttern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschütterst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschütterte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschütter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschüttertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschüttertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschütteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschütterten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschüttere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erschüttert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "erschütternd": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "erstechen": { + "pos": "vvinf", + "pol": "-0.3078", + "std": 0 + }, + "ersticken": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "erstick": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "ersticktet": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "ersticket": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "erstickst": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "ersticktest": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "erstickte": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "erstickten": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "ersticke": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "erstickest": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "erstickt": { + "pos": "vvinf", + "pol": "-0.3291", + "std": 0 + }, + "ertrinken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürgen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürgten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürgte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürgst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürg": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürgtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürgtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürgt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürge": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erwürgest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "erzürnt": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürntestem": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürnter": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürntesten": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürntere": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürntes": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürntem": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürnten": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürnteste": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürnterem": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürnteren": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürntestes": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürntester": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürnterer": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürntest": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürnteres": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "erzürnte": { + "pos": "vvinf", + "pol": "-0.3221", + "std": 0 + }, + "existenzbedrohend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohenderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohenderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohende": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohenderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohenden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohenderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohendes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "existenzbedrohender": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "explodieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "explodierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fad": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fade": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "faderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "faderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "faden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "faderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "faderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fader": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fades": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheiniger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheiniges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fadenscheinigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fahrlässig": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässiges": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässiger": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigst": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässige": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigerer": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigeres": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigeren": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigerem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigen": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigste": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigstes": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigster": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigere": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigsten": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fahrlässigstem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "fallen": { + "pos": "vvinf", + "pol": "-0.2153", + "std": 0 + }, + "falsch": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschen": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falscher": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschere": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falsches": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falsche": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falscheres": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschste": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschsten": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falscherer": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschst": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschstem": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschstes": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschster": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falscheren": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falscherem": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "falschem": { + "pos": "adjx", + "pol": "-0.7618", + "std": 0 + }, + "farblos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farbloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farbloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farbloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farbloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farbloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farbloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farbloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "farblosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "faschistisch": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischere": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischsten": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischstem": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischster": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischstes": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischste": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistische": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistisches": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischer": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischem": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischerer": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischen": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischeres": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischerem": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischeren": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "faschistischst": { + "pos": "adjx", + "pol": "-0.4477", + "std": 0 + }, + "fatal": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalster": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fataleren": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalstes": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalerem": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalerer": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatales": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fataleres": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalere": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fataler": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatale": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalste": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalen": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalem": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalst": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalsten": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "fatalstem": { + "pos": "adjx", + "pol": "-0.345", + "std": 0 + }, + "faul": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulerer": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "fauleres": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "fauleren": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulste": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulstem": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulerem": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulsten": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faules": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulster": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulen": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulstes": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulem": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulst": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "fauler": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faule": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "faulere": { + "pos": "adjx", + "pol": "-0.035", + "std": 0 + }, + "fehlen": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehltet": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehlest": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "gefehlt": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehlt": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehlst": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehlte": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehl": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehle": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehltest": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehlten": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehlet": { + "pos": "vvinf", + "pol": "-0.5365", + "std": 0 + }, + "fehleranfällig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fehlerhaft": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaftere": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaftest": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhafterem": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaftem": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhafteren": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhafteres": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhafterer": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaften": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaftestem": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhafte": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaftes": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhafteste": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhafter": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaftesten": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaftester": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "fehlerhaftestes": { + "pos": "adjx", + "pol": "-0.3581", + "std": 0 + }, + "feige": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeeren": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeerem": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeste": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigest": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeeres": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeerer": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigee": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigesten": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeere": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeen": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeem": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigestem": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigester": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigestes": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigees": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feigeer": { + "pos": "adjx", + "pol": "-0.4649", + "std": 0 + }, + "feindlich": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichere": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichste": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichstem": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichsten": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindliches": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichstes": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichster": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlicherem": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindliche": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlicher": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichen": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichem": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlichst": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlicherer": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlicheres": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindlicheren": { + "pos": "adjx", + "pol": "-0.4723", + "std": 0 + }, + "feindselig": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligste": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligst": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligerer": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligeres": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligere": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseliger": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligsten": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligstem": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseliges": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligstes": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligen": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligerem": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligster": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligem": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindseligeren": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "feindselige": { + "pos": "adjx", + "pol": "-0.4579", + "std": 0 + }, + "fesseln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fessle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fesseltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fessl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fesselst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fesselen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fessel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fesselte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fesselten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fesselt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fesseltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fessele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gefeuert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feueren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuer": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuerte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuerst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "feuerten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fies": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiesesten": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fieses": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fieser": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiesestem": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiesem": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fieseste": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiesen": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiese": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiesest": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fieserem": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fieseren": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fieseres": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fieserer": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiesestes": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiesere": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "fiesester": { + "pos": "adjx", + "pol": "-0.305", + "std": 0 + }, + "finster": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsterst": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstrer": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsterem": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstereren": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstrere": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstererem": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsteren": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstrerer": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstere": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstreres": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsteres": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsterer": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsterstes": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstereres": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsterste": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstreren": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstrerem": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstererer": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsterstem": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finstersten": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsterere": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "finsterster": { + "pos": "adjx", + "pol": "-0.0515", + "std": 0 + }, + "flach": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flacherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flacheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flache": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flacher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flacheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flachen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flacherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flau": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flausten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaueres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaustem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaueren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaust": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaustes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaues": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaue": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flaueste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flauesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "flüchtiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwererem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwereren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwerster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwerstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwersten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwerst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwerstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschweres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwerste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschweren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwereres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwererer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgenschwerere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidrigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidriges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "folgewidriger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fragil": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilen": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilem": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilste": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragiles": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragiler": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragile": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilst": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilerer": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilstem": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilsten": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilere": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragileren": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilerem": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilster": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragileres": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fragilstes": { + "pos": "adjx", + "pol": "-0.0422", + "std": 0 + }, + "fraglich": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fragliche": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichste": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglicher": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichst": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fragliches": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglicheren": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichstes": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglicherem": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichster": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglicheres": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglicherer": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichere": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichsten": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichstem": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichen": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fraglichem": { + "pos": "adjx", + "pol": "-0.0576", + "std": 0 + }, + "fragwürdig": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdiges": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdiger": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigen": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigstem": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigsten": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigstes": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigerem": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigeren": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigster": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigst": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigste": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigeres": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigerer": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigere": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdigem": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "fragwürdige": { + "pos": "adjx", + "pol": "-0.4858", + "std": 0 + }, + "frech": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frecher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frecherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frecheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frecherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frechsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frecheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fremd": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdestes": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdeste": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdester": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremderer": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremderes": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdesten": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdestem": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremderen": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdest": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremder": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremde": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdere": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdes": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremderem": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdem": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremden": { + "pos": "adjx", + "pol": "-0.4939", + "std": 0 + }, + "fremdartig": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigste": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigerem": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigeren": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigstes": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigeres": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigere": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartiges": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartiger": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigem": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartige": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigst": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigen": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigerer": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigster": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigsten": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "fremdartigstem": { + "pos": "adjx", + "pol": "-0.0419", + "std": 0 + }, + "freudlos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "freudlose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frivol": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolste": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolstem": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivoler": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolerer": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivoleres": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivole": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivoles": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolerem": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolen": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolem": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolst": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivoleren": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolsten": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolster": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolstes": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "frivolere": { + "pos": "adjx", + "pol": "-0.0412", + "std": 0 + }, + "fruchtlos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlosste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlosstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlossten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlosstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlosster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fruchtlosst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frustrieren": { + "pos": "vvinf", + "pol": "-0.0372", + "std": 0 + }, + "frustriertet": { + "pos": "vvinf", + "pol": "-0.0372", + "std": 0 + }, + "frustriere": { + "pos": "vvinf", + "pol": "-0.0372", + "std": 0 + }, + "frustrieret": { + "pos": "vvinf", + "pol": "-0.0372", + "std": 0 + }, + "frustrierst": { + "pos": "vvinf", + "pol": "-0.0372", + "std": 0 + }, + "frustrier": { + "pos": "vvinf", + "pol": "-0.0372", + "std": 0 + }, + "frustriert": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierte": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierest": { + "pos": "vvinf", + "pol": "-0.0372", + "std": 0 + }, + "frustriertest": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierten": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "frustriertester": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustriertes": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustriertestes": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustriertestem": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustriertesten": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierter": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierteren": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierterem": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierteste": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierteres": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustrierterer": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustriertere": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "frustriertem": { + "pos": "adjx", + "pol": "-0.3244", + "std": 0 + }, + "fuchsteufelswild": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswilder": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswilderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswilde": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswilderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswilderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswilderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswildem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "fuchsteufelswilden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "furchtbar": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbareren": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarerem": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbaren": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbares": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarer": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarster": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarstes": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbare": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarstem": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarsten": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarem": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarst": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarere": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbareres": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarste": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchtbarerer": { + "pos": "adjx", + "pol": "-0.3042", + "std": 0 + }, + "furchterregend": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendsten": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendstem": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendster": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendstes": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendere": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendst": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendste": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendem": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregenden": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregende": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregendes": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregenderen": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregenderem": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregender": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregenderes": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "furchterregenderer": { + "pos": "adjx", + "pol": "-0.1778", + "std": 0 + }, + "fälschen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälschte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälschst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälscht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälsche": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälschten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gefälscht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälschtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälschet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälschest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälschtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fälsch": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "fürchten": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchtest": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "gefürchtet": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchteten": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchtte": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchtten": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürcht": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchtet": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchte": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchttet": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchtete": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchtetest": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchtetet": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchttest": { + "pos": "vvinf", + "pol": "-0.3545", + "std": 0 + }, + "fürchterlich": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlicher": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichster": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichem": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichstes": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichen": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichere": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterliche": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichst": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlicheren": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichste": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlicheres": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlicherer": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichsten": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlichstem": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterliches": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "fürchterlicherem": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "gallig": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligerem": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligeren": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligere": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "gallige": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligste": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligsten": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galliges": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galliger": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligstem": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligster": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligstes": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligem": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligeres": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligen": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligerer": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "galligst": { + "pos": "adjx", + "pol": "-0.3005", + "std": 0 + }, + "gammelig": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeliges": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeliger": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligeres": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligerer": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligen": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligst": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligem": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligeren": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligerem": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligste": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammelige": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligere": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligster": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligstes": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligsten": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeligstem": { + "pos": "adjx", + "pol": "-0.0344", + "std": 0 + }, + "gammeln": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammel": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammeltet": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gegammelt": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammeltest": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammelen": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gamml": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammele": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammelst": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammelte": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammelten": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammle": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammelt": { + "pos": "vvinf", + "pol": "-0.0411", + "std": 0 + }, + "gammlig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "garstig": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstige": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigsten": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigere": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigstem": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigste": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigster": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigeres": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigstes": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigerer": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigeren": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigerem": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstiges": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstiger": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigst": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigem": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "garstigen": { + "pos": "adjx", + "pol": "-0.0425", + "std": 0 + }, + "geblitzt": { + "pos": "adjx", + "pol": "-0.0435", + "std": 0 + }, + "gebrechlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gebrechlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedankenlose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gedrängtstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gefährden": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdte": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdtest": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdetest": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdten": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdetet": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährde": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdete": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdest": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährd": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdet": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdeten": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährdtet": { + "pos": "vvinf", + "pol": "-0.5006", + "std": 0 + }, + "gefährlich": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlicher": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlicherer": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährliches": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlicheres": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichem": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichst": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichen": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichste": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährliche": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichstem": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichsten": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlicheren": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichster": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichere": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlicherem": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gefährlichstes": { + "pos": "adjx", + "pol": "-0.6366", + "std": 0 + }, + "gehandicapt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicaptem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicapten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicapter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicaptes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicapterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicaptestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicapteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicaptester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicapte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicaptesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicapteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicaptere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicaptest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicaptestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicapterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehandicapteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gehässig": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigeren": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigere": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigerem": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigstem": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigsten": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigste": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigster": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigstes": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässige": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigen": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigeres": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigst": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigem": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässigerer": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässiger": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "gehässiges": { + "pos": "adjx", + "pol": "-0.1821", + "std": 0 + }, + "geisteskrank": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskranker": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskranke": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskranksten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskranken": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geisteskrankerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistlosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geistloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gekränkt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gekränkteren": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränkte": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränkterem": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränkter": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränktester": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränktest": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränktes": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränkten": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränktestes": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränktem": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränktere": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränkteres": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränkterer": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränktesten": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränkteste": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gekränktestem": { + "pos": "adjx", + "pol": "-0.453", + "std": 0 + }, + "gelähmt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gelähmter": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtes": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmterem": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtem": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmteren": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmten": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtere": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtste": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmte": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtstes": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtst": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmterer": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtster": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtstem": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmtsten": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gelähmteres": { + "pos": "adjx", + "pol": "-0.3308", + "std": 0 + }, + "gemein": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinstem": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinsten": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinstes": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinst": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinster": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinere": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeine": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinste": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeineren": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeines": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeiner": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinerem": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeineres": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinerer": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinem": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "gemeinen": { + "pos": "adjx", + "pol": "-0.7203", + "std": 0 + }, + "genervt": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervtesten": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervteste": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervtestem": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervtestes": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervtester": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervte": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervtere": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervtes": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervter": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervterem": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervteren": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervtest": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervten": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervtem": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervterer": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "genervteres": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "gering": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringes": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringer": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringerer": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringstem": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringeres": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringen": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringsten": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringem": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringste": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringeren": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringst": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringstes": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringster": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringerem": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringere": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringe": { + "pos": "adjx", + "pol": "-0.6621", + "std": 0 + }, + "geringwertig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geringwertigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "geschmacklos": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmackloses": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklosere": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklose": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklosem": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklosen": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmackloseste": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmackloser": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmackloserem": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklosest": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmackloseren": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklosestes": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmackloserer": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmackloseres": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklosester": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklosestem": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "geschmacklosesten": { + "pos": "adjx", + "pol": "-0.3212", + "std": 0 + }, + "gestreßt": { + "pos": "adjx", + "pol": "-0.3128", + "std": 0 + }, + "gewaltsam": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsames": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsame": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsameres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsameren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewaltsamst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gewalttätig": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigster": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigstes": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigerem": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigerer": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigeres": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigen": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigem": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigeren": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätiger": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigere": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätige": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätiges": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigsten": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigste": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigstem": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "gewalttätigst": { + "pos": "adjx", + "pol": "-0.3409", + "std": 0 + }, + "geärgert": { + "pos": "adjx", + "pol": "-0.1846", + "std": 0 + }, + "giftig": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigste": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftiger": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftiges": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigem": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigen": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigere": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigerem": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigstem": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigeren": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigstes": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigeres": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigster": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigerer": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigst": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftigsten": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "giftige": { + "pos": "adjx", + "pol": "-0.3378", + "std": 0 + }, + "glanzlos": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlosere": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlosen": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzloseres": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlosem": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzloserer": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlosst": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzloses": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzloser": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlosste": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlose": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzloseren": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzloserem": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlossten": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlosstem": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlosstes": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "glanzlosster": { + "pos": "adjx", + "pol": "-0.3133", + "std": 0 + }, + "gleichgültig": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigstes": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigst": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigeres": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigster": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigerer": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigstem": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigsten": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigere": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigeren": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigste": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigerem": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültige": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültiger": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültiges": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigem": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "gleichgültigen": { + "pos": "adjx", + "pol": "-0.3436", + "std": 0 + }, + "glücklos": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklose": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklosest": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklosesten": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glückloser": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glückloses": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklosestem": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklosen": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklosem": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklosere": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glückloserem": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glückloseste": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glückloseren": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklosestes": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glücklosester": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glückloseres": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "glückloserer": { + "pos": "adjx", + "pol": "-0.3147", + "std": 0 + }, + "gnadenlos": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlosester": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlosestes": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlosest": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlosesten": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlosestem": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlose": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenloser": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenloses": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenloseres": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlosere": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenloseste": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenloserer": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlosen": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenloserem": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenlosem": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "gnadenloseren": { + "pos": "adjx", + "pol": "-0.6033", + "std": 0 + }, + "grau": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grauem": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauste": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "graustem": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "graueren": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grausten": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauerem": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "graustes": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauster": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "graues": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauer": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauere": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauestem": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "graueres": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauerer": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "graust": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grauen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "graue": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grauest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grauesten": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauester": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "grauestes": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "graueste": { + "pos": "adjx", + "pol": "-0.336", + "std": 0 + }, + "graut": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grauten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grautest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grauet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gegraut": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grautet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "graute": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "grauenhaft": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaften": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhafteres": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaftere": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhafterer": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaftestem": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhafter": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaftes": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhafte": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhafterem": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaftem": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhafteren": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhafteste": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaftest": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaftesten": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaftestes": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenhaftester": { + "pos": "adjx", + "pol": "-0.184", + "std": 0 + }, + "grauenvoll": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvolles": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvoller": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollst": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollen": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollstes": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollem": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollere": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollster": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvolleres": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvolle": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollsten": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollstem": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollerer": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollste": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvolleren": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grauenvollerem": { + "pos": "adjx", + "pol": "-0.3238", + "std": 0 + }, + "grausam": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausameren": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamen": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamem": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamerem": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausames": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamer": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamere": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamst": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamerer": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausameres": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausame": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamsten": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamstem": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamstes": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamster": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausamste": { + "pos": "adjx", + "pol": "-0.625", + "std": 0 + }, + "grausig": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigstem": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigsten": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausiges": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigst": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigeren": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigeres": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigerer": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigste": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigstes": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigster": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigen": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigere": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigem": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausige": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausiger": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grausigerem": { + "pos": "adjx", + "pol": "-0.1777", + "std": 0 + }, + "grenzdebil": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "grimmig": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigen": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigst": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigem": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmige": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmiger": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmiges": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigere": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigstes": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigster": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigstem": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigeren": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigerem": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigsten": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigeres": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigste": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grimmigerer": { + "pos": "adjx", + "pol": "-0.3295", + "std": 0 + }, + "grob": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröbster": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröbstes": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröbsten": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröbstem": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "grobe": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröbst": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröbere": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröberes": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröberer": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröbste": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröber": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröberen": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "gröberem": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "grobem": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "groben": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "grober": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "grobes": { + "pos": "adjx", + "pol": "-0.3495", + "std": 0 + }, + "groggy": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggystes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggye": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggystem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggysten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "groggyeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "grotesk": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskeres": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskem": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "grotesken": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskesten": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskerem": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskeren": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskeste": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "grotesker": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskes": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskestem": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskester": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskestes": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskere": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskerer": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteske": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "groteskest": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "grottenschlecht": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "grottenübel": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruselig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruselige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseliger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseliges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gruseligstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "grässlich": { + "pos": "adjx", + "pol": "-0.0395", + "std": 0 + }, + "gräßlich": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlicher": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßliches": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichem": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichen": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßliche": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlicheres": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlicherer": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlicheren": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichstes": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichster": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlicherem": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichstem": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichsten": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichere": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichst": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "gräßlichste": { + "pos": "adjx", + "pol": "-0.4529", + "std": 0 + }, + "haarig": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigere": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarige": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haariger": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigeren": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigstes": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigerem": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigst": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigster": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haariges": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigen": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigstem": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigem": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigsten": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigste": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigerer": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarigeres": { + "pos": "adjx", + "pol": "-0.0351", + "std": 0 + }, + "haarsträubend": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendster": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubenderer": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendstem": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendsten": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubenderes": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendste": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubenderen": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubenderem": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendem": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubenden": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendere": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendst": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendstes": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubende": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubendes": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "haarsträubender": { + "pos": "adjx", + "pol": "-0.4637", + "std": 0 + }, + "habgierig": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigst": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigsten": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigem": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigen": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigerem": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigster": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigeren": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigstes": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigstem": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigere": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigeres": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigerer": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgieriges": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgieriger": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierigste": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "habgierige": { + "pos": "adjx", + "pol": "-0.3059", + "std": 0 + }, + "halbfertig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "halbfertigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "happig": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happiges": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happiger": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigste": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigen": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigst": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigerer": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigeres": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigeren": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigerem": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigere": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigem": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigstem": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigsten": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigster": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happigstes": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "happige": { + "pos": "adjx", + "pol": "-0.0256", + "std": 0 + }, + "harsch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harscheste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harscheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harsche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harscherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harscher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harsches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harschen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harscherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "harscheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hart": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "hartes": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "harter": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härtere": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härtest": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härtester": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härter": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härtestes": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "hartem": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härteste": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härtestem": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härtesten": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "harten": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "harte": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härterer": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härteres": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härteren": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "härterem": { + "pos": "adjx", + "pol": "-0.1483", + "std": 0 + }, + "hassen": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hasstet": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hass": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "gehasst": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hasstest": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hasse": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hasset": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hassest": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hasst": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hassten": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "hasste": { + "pos": "vvinf", + "pol": "-0.054", + "std": 0 + }, + "heftig": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigst": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftige": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigste": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigeren": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigerem": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigster": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigem": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigen": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigsten": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigere": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigstem": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftiger": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftiges": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigerer": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigstes": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heftigeres": { + "pos": "adjx", + "pol": "-0.1819", + "std": 0 + }, + "heikel": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikelstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikelster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikelsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikelste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikelst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikler": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikles": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heiklere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikleres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikle": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikelstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heiklerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heiklem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heiklen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heiklerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heikleren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heilloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heilloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heilloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heilloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heilloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heillosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heilloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heilloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "heimsuchen": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuchtest": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuchten": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuch": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimgesucht": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuchte": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsucht": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuchst": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuchtet": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuchet": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuchest": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimsuche": { + "pos": "vvinf", + "pol": "-0.3228", + "std": 0 + }, + "heimtückisch": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischen": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischem": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischere": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückisches": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischer": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischeren": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückische": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischerem": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischeres": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischerer": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischst": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischstes": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischster": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischste": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischstem": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimtückischsten": { + "pos": "adjx", + "pol": "-0.3241", + "std": 0 + }, + "heimzahlen": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahlte": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahlst": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimgezahlt": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahltet": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahltest": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahlest": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahlten": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahl": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahle": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahlt": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "heimzahlet": { + "pos": "vvinf", + "pol": "-0.0371", + "std": 0 + }, + "hektisch": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischste": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischeres": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischem": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischsten": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischen": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischstem": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischeren": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischere": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischerem": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischst": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektisches": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischer": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischerer": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischster": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektischstes": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hektische": { + "pos": "adjx", + "pol": "-0.0396", + "std": 0 + }, + "hemmen": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemmest": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "gehemmt": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemmtest": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemmst": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemme": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemmten": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemmet": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemmte": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemmt": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemmtet": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "hemm": { + "pos": "vvinf", + "pol": "-0.1953", + "std": 0 + }, + "herabsetzen": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetzest": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetz": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabgesetzt": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetzten": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetze": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetzt": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetztet": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetztest": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetzet": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herabsetzte": { + "pos": "vvinf", + "pol": "-0.3199", + "std": 0 + }, + "herausfordern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausforder": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausgefordert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausfordertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausforderst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausforderen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausforderte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausfordertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausforderten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausfordere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herausfordert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herrisch": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischstes": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischster": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischen": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischere": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischst": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischsten": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischer": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrisches": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischstem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischerem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischeren": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrische": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischste": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischeres": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herrischerer": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "herunter": { + "pos": "adv", + "pol": "-0.0048", + "std": 0 + }, + "heruntermachen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermachten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermachet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermache": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermachtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermachest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermachte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermach": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermachst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermacht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntermachtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heruntergemacht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "herzlos": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlosere": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzloses": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzloser": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzloseste": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlosen": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlose": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlosem": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzloseres": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlosestes": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlosester": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzloserer": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlosest": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzloserem": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzloseren": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlosestem": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "herzlosesten": { + "pos": "adjx", + "pol": "-0.3157", + "std": 0 + }, + "heucheln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "geheuchelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heucheltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heucheltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "heuchlerisch": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischer": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerisches": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischstem": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischsten": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerische": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischem": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischstes": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischen": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischster": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischere": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischerer": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischeres": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischeren": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischerem": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischste": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "heuchlerischst": { + "pos": "adjx", + "pol": "-0.4544", + "std": 0 + }, + "hilflos": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilfloserer": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilfloseste": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflose": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilfloserem": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilfloseren": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflosem": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflosen": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflosere": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflosestes": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilfloses": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflosester": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilfloser": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflosesten": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflosestem": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilfloseres": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hilflosest": { + "pos": "adjx", + "pol": "-0.4827", + "std": 0 + }, + "hinfällig": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligste": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligeres": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligere": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligerer": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligsten": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligstem": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligster": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfällige": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälliges": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälliger": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligstes": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligerem": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligen": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligeren": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligem": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinfälligst": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "hinterlistig": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigere": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigerem": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigeren": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigerer": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigeres": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigstem": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigsten": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigen": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigem": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistiges": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigste": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigster": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistiger": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigstes": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistigst": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hinterlistige": { + "pos": "adjx", + "pol": "-0.3187", + "std": 0 + }, + "hochtrabend": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendste": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabenderes": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabenderer": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabenderen": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabenderem": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendem": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabenden": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendster": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendstes": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabender": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendstem": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendsten": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendes": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendst": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabende": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hochtrabendere": { + "pos": "adjx", + "pol": "-0.3086", + "std": 0 + }, + "hoffnungslos": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungsloseste": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslosen": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslosem": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslose": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungsloserer": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslosestem": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslosesten": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungsloseres": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslosest": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungsloseren": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslosester": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungsloserem": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslosestes": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungslosere": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungsloses": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hoffnungsloser": { + "pos": "adjx", + "pol": "-0.3412", + "std": 0 + }, + "hungern": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungertet": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hunger": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungerte": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "gehungert": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungerst": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungerten": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungeren": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungertest": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungert": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungere": { + "pos": "vvinf", + "pol": "-0.0565", + "std": 0 + }, + "hungrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungriges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungrigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hungriger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "hysterisch": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischsten": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischster": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischstes": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischere": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischstem": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterische": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterisches": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischer": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischeres": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischerer": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischste": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischen": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischem": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischeren": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischerem": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hysterischst": { + "pos": "adjx", + "pol": "-0.0465", + "std": 0 + }, + "hämisch": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischstes": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischster": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischere": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischsten": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischstem": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämisches": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischer": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischem": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischst": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischen": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischste": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischeren": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischerem": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischerer": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämische": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hämischeres": { + "pos": "adjx", + "pol": "-0.3198", + "std": 0 + }, + "hässlich": { + "pos": "adjx", + "pol": "-0.4387", + "std": 0 + }, + "höhnisch": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischsten": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischste": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischstem": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnische": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischer": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnisches": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischeren": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischerem": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischerer": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischst": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischeres": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischen": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischere": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischster": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischstes": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "höhnischem": { + "pos": "adjx", + "pol": "-0.0525", + "std": 0 + }, + "idiotisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "idiotischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illegal": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegaler": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegales": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalsten": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalstes": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalster": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegaleres": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalerer": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalstem": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegaleren": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalste": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalerem": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegale": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalst": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalere": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalen": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illegalem": { + "pos": "adjx", + "pol": "-0.3479", + "std": 0 + }, + "illoyal": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyaleren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyales": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyale": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyaler": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyaleres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "illoyalste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobil": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobile": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobileres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobileren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobiler": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobiles": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "immobilem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ineffizient": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizientere": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizienterem": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizienteren": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizienteres": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizienterer": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizienten": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizientestes": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizientester": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffiziente": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizienteste": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizientem": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizientestem": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizientesten": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizientes": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizienter": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "ineffizientest": { + "pos": "adjx", + "pol": "-0.4602", + "std": 0 + }, + "infiltrieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltrierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltrieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltrier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltriertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltrierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltrierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltrierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltriere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltriertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "infiltriert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "inkompetent": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetentesten": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetentestem": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetentestes": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetenteste": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetentester": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetente": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetentem": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetenten": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetentest": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetenter": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetentes": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetentere": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetenteren": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetenterem": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetenterer": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkompetenteres": { + "pos": "adjx", + "pol": "-0.5935", + "std": 0 + }, + "inkonsequent": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequenteres": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequenterer": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequentere": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequentester": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequenterem": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequente": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequentestes": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequenteren": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequentes": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequenter": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequentesten": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequentem": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequenten": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequenteste": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequentestem": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsequentest": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "inkonsistent": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistenteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistentere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistenterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistentestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistenterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistenteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistentesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistentem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistenteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistentestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistentester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistente": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistenter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistentes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistentest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkonsistenten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "inkorrekt": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrektestes": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrektester": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrektestem": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrekteste": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrektesten": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrekterer": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrekterem": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrekteren": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrekter": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrektere": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrektes": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrektem": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrekteres": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrekten": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrekte": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "inkorrektest": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "instabil": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabiler": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilen": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilerem": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilste": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilem": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabiles": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilstem": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilsten": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilst": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilstes": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabileren": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilster": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabile": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilere": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabilerer": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "instabileres": { + "pos": "adjx", + "pol": "-0.3352", + "std": 0 + }, + "intervenieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "intolerant": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerante": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerantest": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intoleranteste": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerantester": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerantes": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intoleranteres": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerantestes": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intoleranterer": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerantesten": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerantestem": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intoleranter": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerantere": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intoleranterem": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intoleranten": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intolerantem": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "intoleranteren": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "irrational": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalster": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalen": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalst": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalstes": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalsten": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationaler": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationales": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalstem": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalere": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationaleren": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalerem": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationale": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalste": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationaleres": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalerer": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irrationalem": { + "pos": "adjx", + "pol": "-0.3277", + "std": 0 + }, + "irre": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrees": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irree": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irresten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irreen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinniges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinniger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "irrsinnigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "isolieren": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isolierten": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isolierst": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isoliertest": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isolierte": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isolier": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isolierest": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isoliertet": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isolieret": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isoliere": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "isoliert": { + "pos": "vvinf", + "pol": "-0.0388", + "std": 0 + }, + "jammern": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammert": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammere": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammertet": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammertest": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammerten": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "gejammert": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammeren": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammer": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammerte": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jammerst": { + "pos": "vvinf", + "pol": "-0.0504", + "std": 0 + }, + "jähzornig": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigstes": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigeres": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzorniger": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigster": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzorniges": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigste": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigem": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornige": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigen": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigerem": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigstem": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigsten": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigeren": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigerer": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigst": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "jähzornigere": { + "pos": "adjx", + "pol": "-0.3089", + "std": 0 + }, + "kacke": { + "pos": "vvinf", + "pol": "-0.171", + "std": 0 + }, + "kahl": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlste": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahleren": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlerer": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahleres": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlsten": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahler": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlerem": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlstem": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlem": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlen": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahle": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlst": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlere": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahles": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlstes": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kahlster": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "kalt": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kälterer": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kälteste": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kälter": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kälteres": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kältester": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kältestes": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kälteren": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kälterem": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kältest": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kaltem": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kalten": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kältesten": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kältestem": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kaltes": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kältere": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kalte": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kalter": { + "pos": "adjx", + "pol": "-0.012", + "std": 0 + }, + "kaltherzig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherziger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherziges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kaltherzigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kapitulieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kaputt": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputtem": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputten": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputtestes": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputtester": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputteren": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputtes": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputter": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputterem": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputtesten": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputterer": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputtestem": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputteres": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputteste": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputtere": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputte": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "kaputtest": { + "pos": "adjx", + "pol": "-0.1513", + "std": 0 + }, + "katastrophal": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalere": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophales": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophale": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalster": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalerer": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalstes": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophaler": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophaleres": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalerem": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophaleren": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalstem": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalen": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalsten": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalem": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalste": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "katastrophalst": { + "pos": "adjx", + "pol": "-0.4917", + "std": 0 + }, + "keimig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kentern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kenterte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kentere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kenterst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kenteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gekentert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kentertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kentert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kenterten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kenter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kentertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kippen": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kipp": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kippet": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kippten": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kipptest": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kipptet": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kippt": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kippe": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kippte": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "gekippt": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kippst": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "kippest": { + "pos": "vvinf", + "pol": "-0.1814", + "std": 0 + }, + "klagen": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klagt": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klage": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klagten": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klag": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klagtest": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klagst": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klaget": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klagest": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klagte": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klagtet": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "geklagt": { + "pos": "vvinf", + "pol": "-0.3565", + "std": 0 + }, + "klein": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinerem": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleineren": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleiner": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleines": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinen": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleine": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinere": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinem": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinstes": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinerer": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinster": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinst": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinstem": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinsten": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleinste": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "kleineres": { + "pos": "adjx", + "pol": "-0.2715", + "std": 0 + }, + "klobig": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigere": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigster": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigstes": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobiges": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigsten": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigem": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigeres": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigen": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigerer": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigstem": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobiger": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigeren": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigerem": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigst": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobige": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "klobigste": { + "pos": "adjx", + "pol": "-0.0373", + "std": 0 + }, + "knapp": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knapperem": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knapperen": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappere": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knapperes": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knapperer": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappem": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappste": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappstem": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappen": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappe": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappstes": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappes": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappster": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knapper": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappst": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knappsten": { + "pos": "adjx", + "pol": "-0.2036", + "std": 0 + }, + "knurrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurrigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurriger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "knurriges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kollabieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollabiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kollidierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kompliziert": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "komplizierteren": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "kompliziertester": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "komplizierterem": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "komplizierter": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "komplizierterer": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "kompliziertere": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "komplizierteres": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "kompliziertestem": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "kompliziertesten": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "kompliziertes": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "komplizierte": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "komplizierteste": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "kompliziertem": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "kompliziertestes": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "komplizierten": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "kompliziertest": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "konfrontieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konfrontiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "konkurrieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kontraproduktiv": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktiveren": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktiverem": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktivst": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktiverer": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktiveres": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktivste": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktivem": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktivstem": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktivsten": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktiven": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktivere": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktives": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktiver": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktivster": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktive": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontraproduktivstes": { + "pos": "adjx", + "pol": "-0.6272", + "std": 0 + }, + "kontrovers": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroverseste": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroversen": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroversest": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroversere": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroverseres": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroverses": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroverser": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroverse": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroverserer": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroversestes": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroversem": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroversester": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroversesten": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroverseren": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroversestem": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "kontroverserem": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "korrupt": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korrupterer": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korruptes": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korrupter": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korrupteste": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korrupterem": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korrupteren": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korruptest": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korruptester": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korruptestes": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korruptesten": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korrupteres": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korruptestem": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korruptere": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korruptem": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korrupte": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "korrupten": { + "pos": "adjx", + "pol": "-0.4615", + "std": 0 + }, + "kostenintensiv": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensivst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensiverem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensiveren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensiven": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensivem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensivere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensivsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensives": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensive": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensivstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensivster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensivstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensiver": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensiveres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensiverer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostenintensivste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspielig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspielige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieliges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieliger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kostspieligere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krachen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krachst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krachte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kracht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krache": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krach": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krachten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krachest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krachtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gekracht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krachtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krachet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kraftlos": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlosesten": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlosestem": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlosestes": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftloseres": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftloserer": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlosester": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlosen": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftloseren": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlosem": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlosest": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftloserem": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlose": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftloser": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftloses": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftlosere": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "kraftloseste": { + "pos": "adjx", + "pol": "-0.3338", + "std": 0 + }, + "krank": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkster": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kranken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkstes": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kranker": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränker": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränkst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krankes": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "krankem": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränkere": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränkeren": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränkste": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränkstem": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränksten": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränkerer": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränkeres": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kränkerem": { + "pos": "adjx", + "pol": "-0.4694", + "std": 0 + }, + "kranke": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krankst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kranktest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kranktet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kranket": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krankest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krankte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krankt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krankten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gekrankt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "krass": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krassere": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krasse": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krasseren": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krasseres": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krasserer": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krassestes": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krassem": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krassester": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krassen": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krasserem": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krasser": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krasseste": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krasses": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krassest": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krassestem": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "krassesten": { + "pos": "adjx", + "pol": "-0.1603", + "std": 0 + }, + "kriechen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kriegerisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriegerischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kriminell": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellen": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellst": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellere": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellem": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellerer": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellerem": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminelleren": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellster": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellstes": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellstem": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellsten": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminelle": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminellste": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminelleres": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kriminelles": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "krimineller": { + "pos": "adjx", + "pol": "-0.4692", + "std": 0 + }, + "kritisieren": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisieret": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisierest": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisiertest": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisierten": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisier": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisierst": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisiere": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisiert": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisierte": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "kritisiertet": { + "pos": "vvinf", + "pol": "-0.3466", + "std": 0 + }, + "krude": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudees": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudeem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krudee": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "krumm": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummeren": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummere": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummsten": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummen": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummster": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummstes": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummerem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummer": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummerer": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummeres": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummstem": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummst": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummes": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krumme": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "krummste": { + "pos": "adjx", + "pol": "-0.0426", + "std": 0 + }, + "kränkeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkeltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkeltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gekränkelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränktest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränke": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränket": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränk": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränktet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränkest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "kränklich": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichst": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichen": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichem": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränkliches": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränkliche": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklicher": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichere": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichstes": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichster": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklicheres": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichstem": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklicherer": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichste": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklichsten": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklicheren": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kränklicherem": { + "pos": "adjx", + "pol": "-0.3172", + "std": 0 + }, + "kurz": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kurzem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kurzen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kurzer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzeste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kurze": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzest": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürzer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kurzes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kürzestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "kurzsichtig": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigster": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigstes": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigem": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigerem": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigeren": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigen": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigerer": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigeres": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtiger": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtiges": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigere": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigst": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigste": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigsten": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtige": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kurzsichtigstem": { + "pos": "adjx", + "pol": "-0.4714", + "std": 0 + }, + "kämpfen": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpftest": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpfe": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpfest": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpftet": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "gekämpft": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpf": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpften": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpfet": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpft": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpfte": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kämpfst": { + "pos": "vvinf", + "pol": "-0.3467", + "std": 0 + }, + "kümmerlich": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichstes": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichster": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichstem": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichsten": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichst": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichste": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlicherem": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlicheren": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerliche": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichere": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlicher": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerliches": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichen": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlichem": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlicherer": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kümmerlicheres": { + "pos": "adjx", + "pol": "-0.3208", + "std": 0 + }, + "kündigen": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündiget": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündigest": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündigtest": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "gekündigt": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündige": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündig": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündigten": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündigt": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündigst": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündigte": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kündigtet": { + "pos": "vvinf", + "pol": "-0.4947", + "std": 0 + }, + "kürzen": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürze": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürzten": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürzt": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürzte": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürz": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "gekürzt": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürztet": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürztest": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "kürzet": { + "pos": "vvinf", + "pol": "-0.3439", + "std": 0 + }, + "labil": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilst": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilsten": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilere": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilstem": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilster": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilstes": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labiler": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilerem": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilste": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labileren": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labiles": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilem": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilen": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labile": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labilerer": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "labileres": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "laienhaft": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhafteren": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaftes": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaftesten": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhafter": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhafterem": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaftestem": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhafteres": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaftest": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhafterer": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaftester": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhafteste": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhafte": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaftere": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaftestes": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaftem": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "laienhaften": { + "pos": "adjx", + "pol": "-0.3169", + "std": 0 + }, + "lakonisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lakonischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langatmigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "langsam": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamst": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamsten": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamste": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamstem": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamster": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsameren": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsame": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamerem": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamerer": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsames": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamer": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamem": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamstes": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsameres": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamere": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langsamen": { + "pos": "adjx", + "pol": "-0.0167", + "std": 0 + }, + "langweilen": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweile": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "gelangweilt": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweilten": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweilt": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweilte": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweilst": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweiltest": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweiltet": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweilet": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweil": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweilest": { + "pos": "vvinf", + "pol": "-0.0512", + "std": 0 + }, + "langweilig": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiliges": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligster": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiliger": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligerer": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligstes": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweilige": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligerem": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligeren": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligst": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligere": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligeres": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligstem": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligsten": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligen": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligem": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "langweiligste": { + "pos": "adjx", + "pol": "-0.0228", + "std": 0 + }, + "lasch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lasches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lascher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lascheste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lasche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lascheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lascherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lascherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "laschstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lascheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "launisch": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischstes": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischeren": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischste": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischerem": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischster": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischerer": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischeres": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischsten": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischere": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischstem": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launische": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischem": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischen": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischst": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launischer": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "launisches": { + "pos": "adjx", + "pol": "-0.0409", + "std": 0 + }, + "lebensfeindlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensfeindlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lebensgefährlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leblos": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblosestem": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "lebloses": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "lebloser": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblosen": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblosester": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblosestes": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblosesten": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "lebloseren": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblose": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "lebloserem": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblosere": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "lebloserer": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "lebloseres": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblosem": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leblosest": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "lebloseste": { + "pos": "adjx", + "pol": "-0.049", + "std": 0 + }, + "leer": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leererem": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leere": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leereren": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leererer": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leereres": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leerstem": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leerem": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leeren": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leerstes": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leerster": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leerer": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leerst": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leersten": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leeres": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leerste": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leerere": { + "pos": "adjx", + "pol": "-0.025", + "std": 0 + }, + "leichtgläubig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtgläubigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinniges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinniger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leichtsinnigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leiden": { + "pos": "vvinf", + "pol": "-0.1596", + "std": 0 + }, + "leider": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "leistungsunfähig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "leugnen": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugnetet": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugntet": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugnest": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugnte": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugn": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugnetest": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugntest": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugne": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugnet": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugnete": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugneten": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "geleugnet": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "leugnten": { + "pos": "vvinf", + "pol": "-0.4862", + "std": 0 + }, + "lieblos": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "liebloserem": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblose": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "liebloseren": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblosestem": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblosesten": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "liebloses": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblosester": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblosestes": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "liebloser": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblosest": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblosem": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblosen": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "lieblosere": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "liebloseste": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "liebloserer": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "liebloseres": { + "pos": "adjx", + "pol": "-0.4697", + "std": 0 + }, + "liquidieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "liquidieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "loswerden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lächerlich": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichsten": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichstem": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlicherem": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlicheren": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichstes": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichster": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerliche": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlicherer": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlicheres": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichste": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlicher": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerliches": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichem": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichen": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichst": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lächerlichere": { + "pos": "adjx", + "pol": "-0.6435", + "std": 0 + }, + "lädiert": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädierte": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädiertere": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädiertes": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädiertem": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädierten": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädierteste": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädierter": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädierterem": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädiertester": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädiertest": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädierteren": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädiertestes": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädierteres": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädierterer": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädiertesten": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lädiertestem": { + "pos": "vvinf", + "pol": "-0.0366", + "std": 0 + }, + "lähmen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähmtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähmet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähmt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähmest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähmten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähmtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähmte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähm": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähmst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "lähme": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "läppisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "läppisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "lästig": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigen": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigste": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästiger": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigeren": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigst": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigerem": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästiges": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigsten": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigstem": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigster": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigstes": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigere": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigeres": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästige": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigerer": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "lästigem": { + "pos": "adjx", + "pol": "-0.1751", + "std": 0 + }, + "löschen": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "löschet": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "löschtest": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "löschten": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "löscht": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "lösch": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "löschte": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "lösche": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "löschst": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "gelöscht": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "löschtet": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "löschest": { + "pos": "vvinf", + "pol": "-0.3654", + "std": 0 + }, + "lückenhaft": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhafteste": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhafte": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhafteren": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhafterem": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaftere": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaftester": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaftestes": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhafterer": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhafteres": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaftest": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaftem": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaften": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaftes": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaftesten": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhafter": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "lückenhaftestem": { + "pos": "adjx", + "pol": "-0.4805", + "std": 0 + }, + "machtlos": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtloserer": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtloserem": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtloseren": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlosere": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtloses": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtloser": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlosen": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlosem": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlosest": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlosestem": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlosesten": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtloseste": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtloseres": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlosester": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlosestes": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "machtlose": { + "pos": "adjx", + "pol": "-0.3351", + "std": 0 + }, + "mager": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magerere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magrer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magreren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magererer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magrerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magereres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magerstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magersten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magrere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magerste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magerster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magerst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magerstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mageres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magrerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magereren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mageren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magreres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magererem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "magern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "makelhaft": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mangelbehaftet": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mangelhaft": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaftere": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhafteres": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhafterer": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaftestem": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaftesten": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhafteren": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaftes": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhafter": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhafterem": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaftester": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaftestes": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaften": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhafte": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaftem": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhaftest": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangelhafteste": { + "pos": "adjx", + "pol": "-0.3395", + "std": 0 + }, + "mangeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangeltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangeltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mangel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gemangelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "manipulieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "matt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "matteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "matterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "matterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "matter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mattes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "matteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mattestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mattesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mattest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "matte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mattester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "matteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mattestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mattere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "matten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mattem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mau": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauerem": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maueren": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maueste": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauest": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauestes": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauester": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maustes": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maueres": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauerer": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mausten": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maustem": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maust": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauster": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauer": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maues": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauestem": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauesten": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauere": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauen": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauste": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maue": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "mauem": { + "pos": "adjx", + "pol": "-0.1914", + "std": 0 + }, + "maßlos": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßloseres": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlosere": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßloses": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßloser": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlosstes": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlosster": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlosst": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlosste": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlosstem": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlossten": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßloserer": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlose": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßloseren": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlosem": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßloserem": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "maßlosen": { + "pos": "adjx", + "pol": "-0.1965", + "std": 0 + }, + "meckern": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meckerte": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meckere": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meckerst": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meckeren": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meckertet": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "gemeckert": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meckertest": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meckerten": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meckert": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "mecker": { + "pos": "vvinf", + "pol": "-0.031", + "std": 0 + }, + "meiden": { + "pos": "vvinf", + "pol": "-0.332", + "std": 0 + }, + "melancholisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melancholischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "melodramatischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "menschenunwürdig": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigerer": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigeres": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigste": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigst": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigstes": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigsten": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigen": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigstem": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigem": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigster": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdiger": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigeren": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigere": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdigerem": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdiges": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "menschenunwürdige": { + "pos": "adjx", + "pol": "-0.3144", + "std": 0 + }, + "merkwürdig": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdige": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigere": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigstem": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdiger": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigeren": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigerem": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdiges": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigste": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigen": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigst": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigem": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigerer": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigeres": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigsten": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigstes": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "merkwürdigster": { + "pos": "adjx", + "pol": "-0.0431", + "std": 0 + }, + "mies": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mieseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mieses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mieserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mieser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miese": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mieseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mieserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mieseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetriges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetriger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "miesepetrige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mindern": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "minderen": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "minder": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "mindertet": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "gemindert": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "minderst": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "minderten": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "minderte": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "mindertest": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "mindert": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "mindere": { + "pos": "vvinf", + "pol": "-0.057", + "std": 0 + }, + "minderwertig": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertiges": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigster": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertiger": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigstes": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigstem": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigsten": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertige": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigen": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigem": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigerer": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigeren": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigst": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigerem": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigere": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigste": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "minderwertigeres": { + "pos": "adjx", + "pol": "-0.613", + "std": 0 + }, + "miserabel": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserablen": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserabler": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserables": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserablerem": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserableren": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserablere": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserable": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserabelst": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserabelster": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserableres": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserabelste": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserabelstes": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserablerer": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserabelsten": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserabelstem": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "miserablem": { + "pos": "adjx", + "pol": "-0.2004", + "std": 0 + }, + "missachten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "missbrauchen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "missfallen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "missgelaunt": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelaunteren": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelaunterem": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelaunterer": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelaunteres": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelaunten": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelauntem": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelauntes": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelauntest": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelaunter": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelaunte": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelaunteste": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelauntester": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelauntestem": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelauntesten": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelauntestes": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missgelauntere": { + "pos": "adjx", + "pol": "-0.297", + "std": 0 + }, + "missglücken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "misslingen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "missmutig": { + "pos": "adjx", + "pol": "-0.3166", + "std": 0 + }, + "missraten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratensten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratnere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratner": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missrateneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missrateneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratene": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratnerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratener": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratnerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "missratenerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "misstrauisch": { + "pos": "adjx", + "pol": "-0.3333", + "std": 0 + }, + "missverstehen": { + "pos": "vvinf", + "pol": "-0.3202", + "std": 0 + }, + "mist": { + "pos": "vvinf", + "pol": "-0.1723", + "std": 0 + }, + "mittellos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittelloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittelloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittelloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittelloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittelloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittelloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittelloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittellosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mittelmäßig": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigstem": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigsten": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigem": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigerem": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigeren": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigeres": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigen": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigerer": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßige": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigste": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigst": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßiges": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßiger": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigere": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigster": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "mittelmäßigstes": { + "pos": "adjx", + "pol": "-0.1871", + "std": 0 + }, + "monoton": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonerer": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonst": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotoneres": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonstem": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonere": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonsten": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotone": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonerem": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonstes": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotoneren": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonster": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotoner": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotones": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonste": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonem": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "monotonen": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "morbid": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbiden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbidem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbide": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbideste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbidestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbidesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbider": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbides": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbidestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbidester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbidere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbiderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbideren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbiderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbideres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morbidest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "morden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "morde": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gemordet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mord": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordeten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "mordest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "murren": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murrtest": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murrtet": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murr": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murre": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murrte": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murrt": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murrst": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murrest": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "gemurrt": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murrten": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "murret": { + "pos": "vvinf", + "pol": "-0.0496", + "std": 0 + }, + "mutlos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutlose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mutloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mörderisch": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischere": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischstem": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischsten": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischeren": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischerem": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischster": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischstes": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischste": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderische": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischen": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischst": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischeres": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderisches": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischer": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischem": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "mörderischerer": { + "pos": "adjx", + "pol": "-0.0384", + "std": 0 + }, + "müde": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdeste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müder": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müdestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "müderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "mühsam": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamere": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsames": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamer": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamerem": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamstem": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsameren": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamst": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamsten": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsameres": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamerer": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamstes": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamster": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamem": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamen": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsamste": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mühsame": { + "pos": "adjx", + "pol": "-0.3336", + "std": 0 + }, + "mürrisch": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischere": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischerem": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischeren": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischst": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischerer": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischeres": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischen": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischem": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischstem": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischsten": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrisches": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrische": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischster": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischstes": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischer": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "mürrischste": { + "pos": "adjx", + "pol": "-0.4658", + "std": 0 + }, + "nachlassen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nachlässig": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigst": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässige": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigste": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigere": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigerer": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigeres": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigsten": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässiges": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässiger": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigstes": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigster": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigen": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigem": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigerem": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigeren": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachlässigstem": { + "pos": "adjx", + "pol": "-0.3307", + "std": 0 + }, + "nachteilig": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligster": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligstes": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiliger": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligerem": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligen": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligem": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligstem": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligsten": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiliges": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligere": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteilige": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligeren": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligste": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligerer": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligeres": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "nachteiligst": { + "pos": "adjx", + "pol": "-0.3357", + "std": 0 + }, + "naiv": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naivsten": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naivst": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naivstem": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naivster": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naiveres": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naivstes": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naiverer": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naivere": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naiveren": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naiverem": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naive": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naives": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naiver": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naivste": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naivem": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "naiven": { + "pos": "adjx", + "pol": "-0.0675", + "std": 0 + }, + "negativ": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativste": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativere": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativer": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negatives": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativem": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativen": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativst": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativerem": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativeren": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativstes": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativster": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativerer": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negative": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativeres": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativsten": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "negativstem": { + "pos": "adjx", + "pol": "-0.4949", + "std": 0 + }, + "neidisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "neidischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nerven": { + "pos": "vvinf", + "pol": "-0.1374", + "std": 0 + }, + "nervenaufreibend": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibende": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendstes": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibenden": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendst": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendem": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibender": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendes": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendere": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibenderem": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibenderen": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibenderes": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendster": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendsten": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibenderer": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendste": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervenaufreibendstem": { + "pos": "adjx", + "pol": "-0.0376", + "std": 0 + }, + "nervig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nerviger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nerviges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "nervös": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervöseste": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervöseren": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervösest": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervöserem": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervösem": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervösen": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervösere": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervöses": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervöser": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervösesten": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervösestem": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervöseres": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervösestes": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervöserer": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervöse": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "nervösester": { + "pos": "adjx", + "pol": "-0.0042", + "std": 0 + }, + "neutralisieren": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisiert": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisiertest": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisiertet": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisierte": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisier": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisierten": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisierst": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisieret": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisierest": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "neutralisiere": { + "pos": "vvinf", + "pol": "-0.1892", + "std": 0 + }, + "niedergeschlagen": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagner": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagnerer": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagneres": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagnerem": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenerer": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagneren": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlageneres": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenst": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagnere": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagene": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenem": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenen": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenerem": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenes": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenste": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagener": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlageneren": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenster": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenstes": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagensten": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenere": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergeschlagenstem": { + "pos": "adjx", + "pol": "-0.4708", + "std": 0 + }, + "niedergleitend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "niederschlagen": { + "pos": "vvinf", + "pol": "-0.1871", + "std": 0 + }, + "niederschmetternd": { + "pos": "adjx", + "pol": "-0.0436", + "std": 0 + }, + "niederträchtig": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtiger": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtiges": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigere": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigem": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigen": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigster": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigstes": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigeres": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigerer": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigsten": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtige": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigst": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigerem": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigste": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigstem": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niederträchtigeren": { + "pos": "adjx", + "pol": "-0.45", + "std": 0 + }, + "niedrig": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrige": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigster": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigeren": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigstes": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigerem": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigstem": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigsten": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedriger": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedriges": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigste": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigere": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigen": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigst": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigem": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigeres": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "niedrigerer": { + "pos": "adjx", + "pol": "-0.3623", + "std": 0 + }, + "nutzlos": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlosester": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlosest": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlosestes": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlose": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzloseren": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzloserem": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlosere": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzloserer": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzloses": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzloser": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzloseres": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlosen": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlosem": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzloseste": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlosestem": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "nutzlosesten": { + "pos": "adjx", + "pol": "-0.485", + "std": 0 + }, + "närrisch": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischem": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischste": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischsten": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischen": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischst": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischstem": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischerer": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischerem": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischeren": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrische": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischere": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischeres": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischstes": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischer": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrischster": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "närrisches": { + "pos": "adjx", + "pol": "-0.0443", + "std": 0 + }, + "nörgeln": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgeltet": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgel": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgelen": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgelt": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgele": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgl": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgelten": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgle": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgelte": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgeltest": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nörgelst": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "genörgelt": { + "pos": "vvinf", + "pol": "-0.1789", + "std": 0 + }, + "nötigen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötigtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötiget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötige": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötigtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötigest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "genötigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötigten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötigte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötigst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "nötig": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "oberflächlich": { + "pos": "adjx", + "pol": "-0.1794", + "std": 0 + }, + "ominös": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominösestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominösesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominösem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominösen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominösere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominöser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominöses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominöseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominöserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominöseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominösestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominöse": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominöserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominöseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominösester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ominösest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ordnungswidrig": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigste": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigst": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrige": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigeres": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigerer": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigere": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidriger": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigster": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidriges": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigstes": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigem": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigen": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigeren": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigstem": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigsten": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "ordnungswidrigerem": { + "pos": "adjx", + "pol": "-0.171", + "std": 0 + }, + "panisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "panisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "peinliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pessimistisch": { + "pos": "adjx", + "pol": "-0.3359", + "std": 0 + }, + "pflichtwidrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidriger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidrigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pflichtwidriges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikierteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikiertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "pikierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "planlos": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planloseres": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlose": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlosst": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planloserer": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlosem": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planloses": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planloser": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlosen": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planloseren": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlosster": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planloserem": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlosstes": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlosste": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlosstem": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlossten": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "planlosere": { + "pos": "adjx", + "pol": "-0.1869", + "std": 0 + }, + "prekär": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärstem": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärerer": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekäreres": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekären": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärere": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärst": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärem": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärer": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärerem": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekäreren": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekäres": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekäre": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärsten": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärste": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärstes": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "prekärster": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "primitiv": { + "pos": "adjx", + "pol": "-0.7475", + "std": 0 + }, + "problematisch": { + "pos": "adjx", + "pol": "-0.3524", + "std": 0 + }, + "profan": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profansten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profaner": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profane": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profaneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profaneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "profanstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "protestieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "protestiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "provisorisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "provozieren": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provozierest": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provozieret": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provoziertest": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provoziertet": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provozier": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provozierte": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provozierst": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provoziere": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provoziert": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "provozierten": { + "pos": "vvinf", + "pol": "-0.3369", + "std": 0 + }, + "prügeln": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "geprügelt": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügl": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügelen": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügelte": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügelten": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügele": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügeltest": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügelt": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügel": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügle": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügeltet": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "prügelst": { + "pos": "vvinf", + "pol": "-0.0507", + "std": 0 + }, + "qualvoll": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvolleres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvolle": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvoller": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvolleren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvollerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "qualvolles": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "quälen": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quälest": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "gequält": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quältest": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quälet": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quälte": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quälten": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quälst": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quäle": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quältet": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quält": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "quäl": { + "pos": "vvinf", + "pol": "-0.1929", + "std": 0 + }, + "rabiat": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiaterem": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiateren": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiaterer": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiatestes": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiates": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiatester": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiater": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiatem": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiateste": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiateres": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiaten": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiatere": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiatestem": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiatesten": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiatest": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "rabiate": { + "pos": "adjx", + "pol": "-0.0402", + "std": 0 + }, + "radikal": { + "pos": "adjx", + "pol": "-0.487", + "std": 0 + }, + "rammen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rammte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramme": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramm": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rammten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rammt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gerammt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rammtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rammest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rammst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rammet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rammtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ramponierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rasend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasenderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasenderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasende": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasender": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasenderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasenderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasenden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rasendsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rauh": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhste": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhe": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhstem": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhere": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhsten": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhes": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhestem": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhesten": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhst": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauheste": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhester": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauheres": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauherer": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhestes": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauheren": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhest": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauher": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhstes": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauherem": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhster": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhem": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rauhen": { + "pos": "adjx", + "pol": "-0.0286", + "std": 0 + }, + "rausgeschmissen": { + "pos": "adjx", + "pol": "-0.1863", + "std": 0 + }, + "rebellisch": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischst": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischere": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischster": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischerer": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellisches": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischer": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischerem": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischeren": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischstes": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischstem": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischsten": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischem": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischeres": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischen": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellische": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rebellischste": { + "pos": "adjx", + "pol": "-0.1706", + "std": 0 + }, + "rechthaberisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechthaberischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rechtswidrig": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigere": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigerem": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigstem": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigsten": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigeren": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigen": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigem": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigerer": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigste": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigst": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrige": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidriger": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidriges": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigeres": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigstes": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "rechtswidrigster": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "reduzieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduzierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduziere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduziert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduzierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduzierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduziertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduzierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduzieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduziertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "reduzier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "renitent": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitenten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitenterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitenteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitentest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitentem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitenterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitenteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitente": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitentestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitentesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitentestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitentere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitentester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitentes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitenter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "renitenteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "repetiv": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "riskant": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskantestem": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskantesten": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskanteren": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskantes": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskantestes": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskanter": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskanterem": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskantester": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskanteste": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskanten": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskantem": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskante": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskanterer": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskanteres": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskantest": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskantere": { + "pos": "adjx", + "pol": "-0.0482", + "std": 0 + }, + "riskieren": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskierest": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskierten": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskier": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskierte": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskierst": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskiertest": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskiere": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskiert": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskieret": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "riskiertet": { + "pos": "vvinf", + "pol": "-0.3328", + "std": 0 + }, + "rosten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "roste": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rost": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rostest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gerostet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rostten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rostet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rosttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rostete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rosteten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rosttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rostetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rostetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rostte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "ruchlos": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchloseres": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchloserer": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlosere": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlosem": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlosen": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlosest": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlosester": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlosestes": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchloserem": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchloser": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchloses": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchloseren": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlose": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchloseste": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlosestem": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruchlosesten": { + "pos": "adjx", + "pol": "-0.037", + "std": 0 + }, + "ruckeln": { + "pos": "vvinf", + "pol": "-0.0387", + "std": 0 + }, + "ruinös": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinösem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinösere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinösen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinöseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinöserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinöseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinöserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinöse": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinösesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinöser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinösest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinöses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinösestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinösester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinösestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruinöseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ruppigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rutschen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutscht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutschet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutsche": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutschten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutschte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutschtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutschst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutschtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutschest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rutsch": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gerutscht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "rächen": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rächt": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rächtet": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rächtest": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "räche": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "räch": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rächten": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rächst": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rächet": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rächte": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "gerächt": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rächest": { + "pos": "vvinf", + "pol": "-0.3489", + "std": 0 + }, + "rückläufig": { + "pos": "adjx", + "pol": "-0.0544", + "std": 0 + }, + "rücksichtslos": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslosen": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslosem": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslosest": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslosestes": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslose": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslosester": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtsloserer": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtsloseres": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslosestem": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslosesten": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtsloserem": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtsloseste": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtsloseren": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtslosere": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtsloses": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rücksichtsloser": { + "pos": "adjx", + "pol": "-0.4754", + "std": 0 + }, + "rückständig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückständigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rückwärts": { + "pos": "adv", + "pol": "-0.3496", + "std": 0 + }, + "rüde": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdee": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdees": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "rüdeen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sabotieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sabotiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sauer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sauerstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sauerste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sauersten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saurere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sauren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sauerst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saurem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sauerster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saurerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sauerstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saureres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saurer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saurerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saures": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saure": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "saureren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schade": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadee": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadees": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadeem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaft": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaftem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhafteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaften": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaftere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhafteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhafte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhafteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhafter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhafterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaftest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhafterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaftestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaftesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaftestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaftester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schadhaftes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schal": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schale": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaler": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schales": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaleren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schalstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaleres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schamlos": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamloser": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamloserem": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlosestes": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamloseren": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamloses": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamloseres": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlosere": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamloserer": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlosesten": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlosestem": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlosen": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlosem": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlosester": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlose": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamlosest": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schamloseste": { + "pos": "adjx", + "pol": "-0.3332", + "std": 0 + }, + "schauerlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauerlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauriges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schauriger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schaurigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "scheiden": { + "pos": "vvinf", + "pol": "-0.0557", + "std": 0 + }, + "scheiss": { + "pos": "adjx", + "pol": "-0.1838", + "std": 0 + }, + "scheisse": { + "pos": "adjx", + "pol": "-0.0226", + "std": 0 + }, + "scheiß": { + "pos": "adjx", + "pol": "-0.3381", + "std": 0 + }, + "scheiße": { + "pos": "adjx", + "pol": "-0.2945", + "std": 0 + }, + "schelten": { + "pos": "vvinf", + "pol": "-0.3143", + "std": 0 + }, + "scheusslich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "scheußlich": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlicher": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlicheres": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußliches": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichem": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlicherer": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichen": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichster": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußliche": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichsten": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichst": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichstem": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichere": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlicheren": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlicherem": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichstes": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "scheußlichste": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "schimmelig": { + "pos": "adjx", + "pol": "-0.304", + "std": 0 + }, + "schimpfend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlaff": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffem": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffen": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffste": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffst": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffes": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffer": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffstem": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffsten": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffe": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlafferer": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlafferem": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlafferen": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffstes": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffere": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlafferes": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlaffster": { + "pos": "adjx", + "pol": "-0.0472", + "std": 0 + }, + "schlagen": { + "pos": "vvinf", + "pol": "-0.0306", + "std": 0 + }, + "schlapp": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappe": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlapperen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlapperem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlapperer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlapperes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlapper": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlappst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlecht": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechtem": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechten": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechteste": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechtes": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechtest": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechte": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechter": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechteren": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechterem": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechtesten": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechtestem": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechtere": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechtester": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechteres": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechterer": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schlechtestes": { + "pos": "adjx", + "pol": "-0.7706", + "std": 0 + }, + "schleppend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppende": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppenderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppenderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppenderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppenderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppender": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppendem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schleppenden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlicht": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichtes": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichtere": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichtem": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichten": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichterem": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichter": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichtesten": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichteres": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichte": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichterer": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichtest": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichtestem": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichteren": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichtester": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichteste": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schlichtestes": { + "pos": "adjx", + "pol": "-0.623", + "std": 0 + }, + "schließen": { + "pos": "vvinf", + "pol": "-0.211", + "std": 0 + }, + "schlimm": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmste": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmstem": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmsten": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmer": { + "pos": "adjx", + "pol": "-0.6494", + "std": 0 + }, + "schlimmes": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmerer": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmeren": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmerem": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmere": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmeres": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimme": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmen": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmst": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmster": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmem": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlimmstes": { + "pos": "adjx", + "pol": "-0.1705", + "std": 0 + }, + "schlotterig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schlottern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlotterten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlotter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlotterst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlotterte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlotteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlottert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "geschlottert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlottertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlottere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schlottertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmerzen": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerz": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerzten": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerztet": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerzet": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerztest": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerzte": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "geschmerzt": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerzt": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerze": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerzest": { + "pos": "vvinf", + "pol": "-0.3251", + "std": 0 + }, + "schmerzerfüllt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfülltest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfülltem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfüllterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfüllten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfülltes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfüllter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfüllteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfülltesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfüllterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfüllteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfüllteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfülltestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfülltester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfülltestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfülltere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzerfüllte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schmerzhaft": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaftestes": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaftester": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaftere": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaftesten": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhafte": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhafterem": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaften": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhafteren": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaftes": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaftest": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhafter": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhafteste": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaftestem": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhafterer": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhaftem": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzhafteres": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "schmerzlich": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlicheren": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichstem": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichem": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichen": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlicherer": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlicheres": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichsten": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlicher": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzliches": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichstes": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichster": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichst": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichste": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzliche": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlicherem": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzlichere": { + "pos": "adjx", + "pol": "-0.0516", + "std": 0 + }, + "schmerzvoll": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvolle": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollstem": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollsten": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollste": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollster": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollerem": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvolleren": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollst": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollstes": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvolleres": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvoller": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvolles": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollem": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollen": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollere": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmerzvollerer": { + "pos": "adjx", + "pol": "-0.0428", + "std": 0 + }, + "schmuggeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggeltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggeltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmuggele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "geschmuggelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schmutzig": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigeren": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigstes": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigster": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigerem": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigerer": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigeres": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigen": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigem": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigst": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutziges": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzige": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigste": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutziger": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigstem": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigsten": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schmutzigere": { + "pos": "adjx", + "pol": "-0.2984", + "std": 0 + }, + "schocken": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schockest": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schockst": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schockte": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schocket": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schocktet": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schock": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schocktest": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schockten": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schocke": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schockt": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "geschockt": { + "pos": "vvinf", + "pol": "-0.0396", + "std": 0 + }, + "schockierend": { + "pos": "adjx", + "pol": "-0.1933", + "std": 0 + }, + "schonungslos": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungsloseste": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslosere": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungsloser": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungsloserem": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungsloseren": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslosestem": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslosesten": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungsloses": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungsloserer": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslosester": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslose": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungsloseres": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslosest": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslosem": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslosestes": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schonungslosen": { + "pos": "adjx", + "pol": "-0.461", + "std": 0 + }, + "schrecklich": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklicheres": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schreckliche": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schreckliches": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklicher": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichere": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichstem": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichsten": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichster": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichste": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichstes": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklicheren": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklicherem": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichem": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklicherer": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichen": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrecklichst": { + "pos": "adjx", + "pol": "-0.0242", + "std": 0 + }, + "schrumpfen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpfst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpfte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpfest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpft": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpften": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpftest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpftet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpfe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpfet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "geschrumpft": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schrumpf": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schubsen": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubsten": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubset": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "geschubst": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubse": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubst": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubstet": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubstest": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubste": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubs": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schubsest": { + "pos": "vvinf", + "pol": "-0.1756", + "std": 0 + }, + "schuftig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schuftigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schulden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldeten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuld": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "geschuldet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schulde": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schuldhaft": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaftester": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhafteste": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaftestem": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaftesten": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaftest": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaftestes": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhafteren": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhafterem": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhafterer": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhafteres": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaften": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaftem": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaftere": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhaftes": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhafter": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldhafte": { + "pos": "adjx", + "pol": "-0.3346", + "std": 0 + }, + "schuldig": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigster": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigstes": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigste": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldiges": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldiger": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigen": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigeren": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigerem": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldige": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigem": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigeres": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigerer": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigst": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigstem": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigsten": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schuldigere": { + "pos": "adjx", + "pol": "-0.7968", + "std": 0 + }, + "schwach": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächstem": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächsten": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächster": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächstes": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwachem": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächerem": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwacher": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwaches": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächere": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächeren": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwachen": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwache": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächerer": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächeres": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächer": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwächst": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächste": { + "pos": "adjx", + "pol": "-0.9206", + "std": 0 + }, + "schwer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwersten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schweren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwereres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwererer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwererem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwereren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schweres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfällig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfällige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälliges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälliger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerfälligstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegenderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegenderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegenderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegenderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegende": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegenden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegender": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwerwiegendes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "schwierig": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigen": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigem": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigst": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigstem": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigsten": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigerer": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigerem": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigeren": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierige": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigster": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigste": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigere": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigstes": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwierigeres": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwieriges": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwieriger": { + "pos": "adjx", + "pol": "-0.0245", + "std": 0 + }, + "schwinden": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "schwindlig": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligste": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindlige": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindliges": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligeren": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligen": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligem": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligerer": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligere": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligeres": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindliger": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligstem": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligsten": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligerem": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligster": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligst": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwindligstes": { + "pos": "adjx", + "pol": "-0.0512", + "std": 0 + }, + "schwächen": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächest": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächten": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwäch": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächet": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächtest": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächtet": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächt": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächte": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwäche": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "geschwächt": { + "pos": "vvinf", + "pol": "-0.3372", + "std": 0 + }, + "schwächlich": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichsten": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlicheren": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlicherem": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichstem": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlicherer": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlicheres": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächliche": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichere": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichster": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichstes": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichem": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichst": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichen": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlichste": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächlicher": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schwächliches": { + "pos": "adjx", + "pol": "-0.3167", + "std": 0 + }, + "schäbig": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigere": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigeren": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigster": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigstes": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigerem": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigerer": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbige": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigeres": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbiges": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbiger": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigsten": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigstem": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigem": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigen": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigste": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schäbigst": { + "pos": "adjx", + "pol": "-0.0421", + "std": 0 + }, + "schädigend": { + "pos": "adjx", + "pol": "-0.1779", + "std": 0 + }, + "schädigenden": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "schädlich": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlicher": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlicheren": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichem": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichen": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlicheres": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlicherer": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädliches": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichere": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichster": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichst": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichstes": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädliche": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichsten": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlicherem": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichstem": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schädlichste": { + "pos": "adjx", + "pol": "-0.9269", + "std": 0 + }, + "schämen": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schämt": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "geschämt": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schämtest": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schämest": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schämten": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schämet": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schämst": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schäme": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schämte": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schämtet": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "schäm": { + "pos": "vvinf", + "pol": "-0.893", + "std": 0 + }, + "seicht": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichteste": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichteres": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichterer": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichteren": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichten": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichtere": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichtem": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichterem": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichtest": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichtestem": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichtesten": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichtes": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichter": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichte": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichtester": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seichtestes": { + "pos": "adjx", + "pol": "-0.1742", + "std": 0 + }, + "seltsam": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsame": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsameren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsames": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsameres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "seltsamstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "senken": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senke": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senket": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senkest": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senktet": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senktest": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senkt": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senk": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senkte": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "gesenkt": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senkten": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "senkst": { + "pos": "vvinf", + "pol": "-0.0596", + "std": 0 + }, + "sinken": { + "pos": "vvinf", + "pol": "-0.2064", + "std": 0 + }, + "sinnlos": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnloseste": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlosere": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnloserem": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnloses": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnloser": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlose": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlosen": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlosem": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlosest": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlosestes": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlosester": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlosestem": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnlosesten": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnloseren": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnloseres": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "sinnloserer": { + "pos": "adjx", + "pol": "-0.6331", + "std": 0 + }, + "skandalös": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalösest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalöse": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalösestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalöserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalöseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalöses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalösesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalöser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalösere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalösestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalösester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalösen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalösem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalöseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalöserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skandalöseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "skeptisch": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischst": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischem": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischen": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptisches": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischer": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischstes": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischster": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischeren": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischstem": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischsten": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischerem": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischere": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischerer": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischeres": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptische": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skeptischste": { + "pos": "adjx", + "pol": "-0.1985", + "std": 0 + }, + "skrupellos": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellosestem": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellosesten": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupelloser": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellosester": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellose": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupelloses": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellosest": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupelloserer": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupelloseres": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupelloserem": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupelloseren": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupelloseste": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellosere": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellosem": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellosestes": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "skrupellosen": { + "pos": "adjx", + "pol": "-0.1814", + "std": 0 + }, + "sorgenschwer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwereren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwerster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwerstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwersten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwererem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwerere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwerste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschweres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschweren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwerstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwerst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwererer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sorgenschwereres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "sprengen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprengt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprengest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprenget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "spreng": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprengten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprengst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprengte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprengtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprengtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "sprenge": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gesprengt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "spröde": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödees": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeerem": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeere": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeeres": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödest": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeerer": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödestem": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödesten": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeeren": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödester": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeste": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödestes": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödee": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeem": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeen": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "sprödeer": { + "pos": "adjx", + "pol": "-0.038", + "std": 0 + }, + "stagnieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "starr": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starre": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starreres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starreren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starrem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "starren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "statischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stehlen": { + "pos": "vvinf", + "pol": "-0.4944", + "std": 0 + }, + "stilllegen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stilllegte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stilllegst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stillleget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stilllegten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stilllegest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stillleg": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stillgelegt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stilllegt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stilllege": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stilllegtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stilllegtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stillstehen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stinken": { + "pos": "vvinf", + "pol": "-0.1634", + "std": 0 + }, + "stocken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stocktest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stock": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stocktet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stockest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stockte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stockst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stocket": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stockten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stockt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stocke": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gestockt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stornieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "storniertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "storniere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stornierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "storniert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "storniertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stornierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stornierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stornieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stornier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stornierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "stottern": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stottertest": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "gestottert": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stotterten": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stotterst": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stotteren": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stottertet": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stotterte": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stottere": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stottert": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stotter": { + "pos": "vvinf", + "pol": "-0.0435", + "std": 0 + }, + "stoßen": { + "pos": "vvinf", + "pol": "-0.3563", + "std": 0 + }, + "strafbar": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarster": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarere": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarstes": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarste": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarstem": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarsten": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarst": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbare": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarerem": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbareren": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbaren": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarem": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarerer": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbarer": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbareres": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "strafbares": { + "pos": "adjx", + "pol": "-0.3468", + "std": 0 + }, + "streiken": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streikten": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streikst": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streiket": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streikte": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streik": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streikest": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streiktet": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streiktest": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streikt": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streike": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "gestreikt": { + "pos": "vvinf", + "pol": "-0.044", + "std": 0 + }, + "streiten": { + "pos": "vvinf", + "pol": "-0.0302", + "std": 0 + }, + "streng": { + "pos": "adjx", + "pol": "-0.3571", + "std": 0 + }, + "strittig": { + "pos": "adjx", + "pol": "-0.3249", + "std": 0 + }, + "stumpfsinnig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinniges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinniger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stumpfsinnigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupide": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupidesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupidester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupidest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupidestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupidestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupidee": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupideste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stupidees": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stur": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "stursten": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturster": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturstes": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturst": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sture": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturstem": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "stureres": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturer": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturerer": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturere": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturste": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "stures": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturerem": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturem": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "sturen": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "stureren": { + "pos": "adjx", + "pol": "-0.1837", + "std": 0 + }, + "stören": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "störten": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "gestört": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "störtet": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "stört": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "störst": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "störte": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "störe": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "stör": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "störet": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "störest": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "störtest": { + "pos": "vvinf", + "pol": "-0.333", + "std": 0 + }, + "stümperhaft": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhafteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhafterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaftestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaftesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhafteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhafter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaftes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaftem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaften": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaftere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhafterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhafte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaftestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaftester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhafteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stümperhaftest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürmischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "stürzen": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürze": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürz": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürzt": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürzet": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "gestürzt": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürzest": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürztet": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürzte": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürztest": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "stürzten": { + "pos": "vvinf", + "pol": "-0.1975", + "std": 0 + }, + "suboptimal": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadel": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadeln": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadelten": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadelt": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadele": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadelst": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "getadelt": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadelte": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadl": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadle": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadeltet": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadeltest": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadelen": { + "pos": "vvinf", + "pol": "-0.3234", + "std": 0 + }, + "tadelnswert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswerter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswerte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswerterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswerteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswerten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswerterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tadelnswerteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlosste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlosst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlosstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlosster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlosstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlossten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenlosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tatenloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "terrorisieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisierst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisierest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisier": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisierte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisierten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisiere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisiert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisiertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisieret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "terrorisiertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "teuer": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teuren": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teurem": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teure": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teurerer": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teuerstes": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teureres": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teuerst": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teureren": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teures": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teurer": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teurerem": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teurere": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teuerste": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teuerster": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teuersten": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teuerstem": { + "pos": "adjx", + "pol": "-0.2716", + "std": 0 + }, + "teuflisch": { + "pos": "adjx", + "pol": "-0.1677", + "std": 0 + }, + "tot": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totere": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "toterem": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "toteren": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totes": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "toter": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totem": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "tote": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "toten": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "toteste": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totestem": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totesten": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "toterer": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totestes": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totest": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totester": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "toteres": { + "pos": "adjx", + "pol": "-0.1683", + "std": 0 + }, + "totalitär": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tragisch": { + "pos": "adjx", + "pol": "-0.1847", + "std": 0 + }, + "trauern": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "trauertet": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "trauerte": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "trauer": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "trauerst": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "trauertest": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "getrauert": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "trauerten": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "traueren": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "trauere": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "trauert": { + "pos": "vvinf", + "pol": "-0.1945", + "std": 0 + }, + "traumatisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "traumatisieren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "traurig": { + "pos": "adjx", + "pol": "-0.1266", + "std": 0 + }, + "trennen": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trennst": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trennten": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trennte": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trenntest": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trennt": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trenne": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trennet": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trennest": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trenn": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trenntet": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "getrennt": { + "pos": "vvinf", + "pol": "-0.5033", + "std": 0 + }, + "trist": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristeren": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristerem": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristestes": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristeres": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristerer": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristest": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristesten": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristestem": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristester": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristeste": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristere": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "triste": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristen": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristem": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "tristes": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "trister": { + "pos": "adjx", + "pol": "-0.0424", + "std": 0 + }, + "trostlos": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlosster": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlosstes": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlosere": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostloseren": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostloser": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlossten": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostloses": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostloserem": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlosstem": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostloseres": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlosst": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostloserer": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlosem": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlosste": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlosen": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trostlose": { + "pos": "adjx", + "pol": "-0.0467", + "std": 0 + }, + "trottelig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteliger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteliges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trottelige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotteligst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trotten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trottte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trottet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "getrottet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trott": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trottest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trottten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotteten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trottetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trottetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trottete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotzen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotztest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotz": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotzten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotzt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotzte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotzest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "getrotzt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotze": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotzet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "trotztet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "träge": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägestem": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägesten": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägee": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeste": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeem": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeen": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeerem": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeeren": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeer": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeerer": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeeres": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägees": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägestes": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägest": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägester": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trägeere": { + "pos": "adjx", + "pol": "-0.3272", + "std": 0 + }, + "trüb": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trüben": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trüberer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trüberes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trüberem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trüberen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trüber": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trübe": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "trügerisch": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischere": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerische": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischstem": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischsten": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischen": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischem": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischer": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerisches": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischstes": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischster": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischerer": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischste": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischeres": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischeren": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischst": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "trügerischerem": { + "pos": "adjx", + "pol": "-0.1874", + "std": 0 + }, + "turbulent": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulenten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulenterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulenteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulenteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulenterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulentem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulentesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulentere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulenteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulentestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulentester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulentestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulentest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulente": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulentes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "turbulenter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "tyrannischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "täuschen": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täuschtet": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täuschtest": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täuschet": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täusch": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täuscht": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täusche": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "getäuscht": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täuschst": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täuschten": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täuschte": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "täuschest": { + "pos": "vvinf", + "pol": "-0.6192", + "std": 0 + }, + "tödlich": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichere": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichsten": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichen": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichst": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichstem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichstes": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichster": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödliches": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlichste": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlicher": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlicheres": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlicherer": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlicheren": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödlicherem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "tödliche": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "töricht": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichterem": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtsten": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichteren": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtstes": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtster": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichter": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtes": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtste": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtere": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtst": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichterer": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichteres": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichte": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtem": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichten": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "törichtstem": { + "pos": "adjx", + "pol": "-0.471", + "std": 0 + }, + "töten": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "tötetet": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "getötet": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "tötte": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "tötet": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "tötete": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "töttest": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "töte": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "tötten": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "tötetest": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "töttet": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "töt": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "töteten": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "tötest": { + "pos": "vvinf", + "pol": "-0.5203", + "std": 0 + }, + "umgetauscht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umstritten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstritteneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittensten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittene": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittener": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstritteneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umstrittenerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umständlich": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständliche": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichst": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichstes": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichster": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlicher": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständliches": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichen": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichstem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichsten": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichste": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlicherem": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlicheren": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlicheres": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlichere": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umständlicherer": { + "pos": "adjx", + "pol": "-0.3487", + "std": 0 + }, + "umtauschen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtauschtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtausche": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtauscht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtauschten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtauschet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtauschte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtausch": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtauschst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtauschtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umtauschest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "umweltschädlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unachtsam": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamster": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamstes": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamer": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamst": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsames": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamsten": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamem": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamen": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsameres": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamerer": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamstem": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsame": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamere": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamerem": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsameren": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unachtsamste": { + "pos": "adjx", + "pol": "-0.4488", + "std": 0 + }, + "unangemessen": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenstes": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessener": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenes": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenster": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessene": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenerer": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenerem": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenste": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemesseneren": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenere": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemesseneres": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenst": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessensten": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenstem": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenem": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangemessenen": { + "pos": "adjx", + "pol": "-0.4883", + "std": 0 + }, + "unangenehm": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmstes": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmem": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmster": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmen": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmste": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmere": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmsten": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmer": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmes": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmstem": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehme": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmerem": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmeren": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmst": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmerer": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unangenehmeres": { + "pos": "adjx", + "pol": "-0.4691", + "std": 0 + }, + "unanständig": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigst": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigeren": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigerem": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigen": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigem": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigerer": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständiges": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständiger": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigeres": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigstes": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständige": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigste": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigere": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigsten": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigstem": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unanständigster": { + "pos": "adjx", + "pol": "-0.0441", + "std": 0 + }, + "unattraktiv": { + "pos": "adjx", + "pol": "-0.4656", + "std": 0 + }, + "unaufgefordert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgeforderten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgeforderteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgeforderterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgeforderterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgeforderteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgeforderte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgeforderter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufgefordertstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufhörlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unaufrichtig": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtiges": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtiger": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigere": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigstem": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigsten": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigster": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigstes": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigem": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigen": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigst": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigste": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtige": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigeres": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigerer": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigerem": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unaufrichtigeren": { + "pos": "adjx", + "pol": "-0.3091", + "std": 0 + }, + "unbarmherzig": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigstes": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigster": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigsten": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigere": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigeren": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherziger": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherziges": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigerem": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigste": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigen": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigeres": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigem": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigerer": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigst": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzigstem": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbarmherzige": { + "pos": "adjx", + "pol": "-0.3257", + "std": 0 + }, + "unbedacht": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachteren": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachtes": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachte": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachter": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachterem": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachtest": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachtester": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachtestes": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachtesten": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachteste": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachtestem": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachtem": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachten": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachterer": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachtere": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedachteres": { + "pos": "adjx", + "pol": "-0.051", + "std": 0 + }, + "unbedeutend": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendst": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutende": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendste": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutenden": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutenderem": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendster": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutenderen": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendstes": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutender": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendstem": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendsten": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendes": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutenderer": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendere": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutenderes": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbedeutendem": { + "pos": "adjx", + "pol": "-0.6134", + "std": 0 + }, + "unbefriedigend": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigenderen": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendst": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendstem": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendsten": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigenderem": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigenden": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigenderer": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigende": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendem": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigender": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendes": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendstes": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigenderes": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendster": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendere": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigendste": { + "pos": "adjx", + "pol": "-0.3343", + "std": 0 + }, + "unbefriedigt": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigteren": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtster": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtstes": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigte": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtere": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtsten": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigterem": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtem": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigten": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtst": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigter": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtes": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtstem": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigteres": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigterer": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefriedigtste": { + "pos": "adjx", + "pol": "-0.319", + "std": 0 + }, + "unbefugt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugtestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugtester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugtestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugtesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugtest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbefugter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbegründet": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetstes": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetster": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründeterem": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetsten": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetstem": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetst": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründeterer": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründeteres": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründeteren": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetes": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetere": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetste": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründete": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründeter": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründeten": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbegründetem": { + "pos": "adjx", + "pol": "-0.4923", + "std": 0 + }, + "unbeliebt": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebterer": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebteste": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebtester": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebteres": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebtestes": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebtes": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebter": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebtestem": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebtesten": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebten": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebtem": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebterem": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebteren": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebtest": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebte": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbeliebtere": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "unbequem": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemeres": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemerer": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemem": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemen": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemes": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemer": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemstes": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemster": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemsten": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemstem": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemerem": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemste": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemeren": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequeme": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemst": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unbequemere": { + "pos": "adjx", + "pol": "-0.0237", + "std": 0 + }, + "unberechtigt": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtere": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigteren": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtes": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigter": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtstem": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigterem": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigte": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtst": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtsten": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigteres": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigterer": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtste": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtster": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigten": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtstes": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unberechtigtem": { + "pos": "adjx", + "pol": "-0.3393", + "std": 0 + }, + "unbestimmt": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmte": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmtestem": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmtesten": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmteres": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmtester": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmterer": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmtestes": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmterem": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmteren": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmtere": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmtes": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmter": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmtest": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmteste": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmten": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbestimmtem": { + "pos": "adjx", + "pol": "-0.3322", + "std": 0 + }, + "unbewiesen": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewieseneres": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenst": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesener": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenes": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenstem": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesensten": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesene": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenere": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenste": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenerem": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewieseneren": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenster": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenem": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenstes": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenerer": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbewiesenen": { + "pos": "adjx", + "pol": "-0.3113", + "std": 0 + }, + "unbotmäßig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbotmäßigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unbrauchbar": { + "pos": "adjx", + "pol": "-0.4727", + "std": 0 + }, + "undankbar": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbareren": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarerem": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarerer": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbareres": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarste": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarere": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarstes": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarem": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarster": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbaren": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarst": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarsten": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbare": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarer": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbares": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undankbarstem": { + "pos": "adjx", + "pol": "-0.3156", + "std": 0 + }, + "undemokratisch": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischen": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischem": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratische": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischeres": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischst": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischstem": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischsten": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischste": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischster": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischerer": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischere": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischeren": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischstes": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischerem": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratischer": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undemokratisches": { + "pos": "adjx", + "pol": "-0.3259", + "std": 0 + }, + "undiplomatisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiplomatischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undisziplinierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undisziplinierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undisziplinierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniertestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniertester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undisziplinierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undisziplinierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undisziplinierteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniertest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniertesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undisziplinierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undisziplinierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undiszipliniertestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbar": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbareren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbaren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbare": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbareres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbares": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchführbarste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "undurchsichtig": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigere": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtiger": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtige": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigem": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigen": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigerem": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigste": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtiges": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigeren": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigstes": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigst": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigster": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigeres": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigerer": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigsten": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "undurchsichtigstem": { + "pos": "adjx", + "pol": "-0.3279", + "std": 0 + }, + "unehrlich": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrliche": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichstes": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichster": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlicherer": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlicheres": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichsten": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichstem": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichere": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlicherem": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlicheren": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichen": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichem": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichste": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlicher": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrlichst": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unehrliches": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "uneinig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneiniges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneiniger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uneinsichtigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerbittlich": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichstes": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittliche": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichster": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichstem": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichsten": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichst": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichste": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlicherer": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlicheres": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichere": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichem": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlichen": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlicherem": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittliches": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlicher": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerbittlicheren": { + "pos": "adjx", + "pol": "-0.3318", + "std": 0 + }, + "unerfreulich": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichster": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichstes": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichere": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulicheres": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulicherer": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulicher": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulicherem": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulicheren": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreuliches": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichem": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichste": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichen": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreuliche": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichst": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichstem": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerfreulichsten": { + "pos": "adjx", + "pol": "-0.0453", + "std": 0 + }, + "unerklärlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerklärlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubtester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubtest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubtesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubtestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubtestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerlaubter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquickliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquickliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerquicklichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerträglich": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichstes": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichere": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglicherer": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichen": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichem": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichstem": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichsten": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträgliche": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträgliches": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglicher": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichste": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichster": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglicheres": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglichst": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglicherem": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerträglicheren": { + "pos": "adjx", + "pol": "-0.3454", + "std": 0 + }, + "unerwartet": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartete": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwarteterer": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetere": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwarteteres": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetstes": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetst": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwarteteren": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwarteterem": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetstem": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetsten": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetster": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwarteten": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetem": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetste": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwartetes": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwarteter": { + "pos": "adjx", + "pol": "-0.0349", + "std": 0 + }, + "unerwiesen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unerwünscht": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschteres": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschte": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschterer": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschtestem": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschtere": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschterem": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschteren": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschteste": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschtem": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschtest": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschtesten": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschtes": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschter": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschtestes": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschtester": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unerwünschten": { + "pos": "adjx", + "pol": "-0.3413", + "std": 0 + }, + "unfair": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairen": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairere": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairste": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairem": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfaireres": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfaireren": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairerem": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfaire": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairer": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairerer": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfaires": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairstem": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairsten": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairstes": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairst": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfairster": { + "pos": "adjx", + "pol": "-0.8827", + "std": 0 + }, + "unfein": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeiner": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeines": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeineren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeineres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeinsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfeine": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unfreiwillig": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligstem": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligsten": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilliges": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilliger": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligste": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligem": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligster": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligen": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligstes": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligeren": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligerem": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligeres": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligst": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligerer": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwilligere": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreiwillige": { + "pos": "adjx", + "pol": "-0.3382", + "std": 0 + }, + "unfreundlich": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundliche": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlicher": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundliches": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichem": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichen": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichere": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichstes": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichst": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichste": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlicheres": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichster": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlicherer": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichstem": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlichsten": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlicheren": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfreundlicherem": { + "pos": "adjx", + "pol": "-0.3407", + "std": 0 + }, + "unfähig": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähige": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigerer": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigeres": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigeren": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigerem": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigste": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigem": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigen": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigst": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigstem": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigsten": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigstes": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähiger": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigere": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähiges": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "unfähigster": { + "pos": "adjx", + "pol": "-0.4787", + "std": 0 + }, + "ungebeten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetene": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetnere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetnerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebeteneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetnerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebeteneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetener": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetenstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetensten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebetner": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungebührlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedeckt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedeckten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedeckteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedeckterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedeckteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedeckterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedeckte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedecktes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungedeckter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeduldig": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigerem": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigeren": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigerer": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigeres": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigst": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigste": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigsten": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldiger": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigster": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigstes": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigere": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldiges": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigem": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldige": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigen": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeduldigstem": { + "pos": "adjx", + "pol": "-0.0405", + "std": 0 + }, + "ungeeignet": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignete": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetster": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetere": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetst": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetsten": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetstem": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeigneterer": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeigneter": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetes": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetem": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeigneten": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeigneteres": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetste": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeignetstes": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeigneterem": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeeigneteren": { + "pos": "adjx", + "pol": "-0.6394", + "std": 0 + }, + "ungeheuer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheureren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuersten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheurerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheurere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheureres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheurerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheure": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheurem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheures": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheurer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeheuerlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobelt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobelten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobelter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobelteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobelterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobelterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobelteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobelte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehobeltsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungehorsam": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsame": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsameren": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamerem": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamst": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamerer": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamere": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsameres": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamsten": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamstem": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsames": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamer": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamen": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamstes": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamster": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamem": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungehorsamste": { + "pos": "adjx", + "pol": "-0.3176", + "std": 0 + }, + "ungeliebt": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebtere": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebte": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebten": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebtestes": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebtester": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebtem": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebtesten": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebtes": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebter": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebtestem": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebteres": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebterer": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebtest": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebteste": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebteren": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungeliebterem": { + "pos": "adjx", + "pol": "-0.4532", + "std": 0 + }, + "ungemütlich": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlicheres": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütliches": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütliche": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlicherer": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlicher": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichem": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichen": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlicheren": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlicherem": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichst": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichste": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichster": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichstes": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichere": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichstem": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungemütlichsten": { + "pos": "adjx", + "pol": "-0.0313", + "std": 0 + }, + "ungenau": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenaue": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenaues": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauer": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauere": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauesten": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauestem": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauest": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauste": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauem": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenaust": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauen": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauestes": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauester": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenaustes": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenaueren": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauerem": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauster": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenauerer": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenaueres": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenaueste": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenaustem": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungenausten": { + "pos": "adjx", + "pol": "-0.497", + "std": 0 + }, + "ungeordnet": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordneteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordneterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordneterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnete": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordneteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordneten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordneter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeordnetes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungerecht": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechter": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtes": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechteste": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechterem": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechteren": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtestes": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtester": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechte": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtestem": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechterer": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtere": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtesten": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtest": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechteres": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtem": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechten": { + "pos": "adjx", + "pol": "-0.7844", + "std": 0 + }, + "ungerechtfertigt": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigteren": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtste": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigterem": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigterer": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigteres": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigte": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtes": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigter": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtem": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigten": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtst": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtsten": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtere": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtstem": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtstes": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungerechtfertigtster": { + "pos": "adjx", + "pol": "-0.4701", + "std": 0 + }, + "ungeschickt": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschicktes": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschicktester": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschickter": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschicktestem": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschicktesten": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschickterem": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschicktest": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschickteren": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschicktere": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschickteres": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschickterer": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschickte": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschickten": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschickteste": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschicktestes": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschicktem": { + "pos": "adjx", + "pol": "-0.6087", + "std": 0 + }, + "ungeschminkt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminktestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminktesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminkterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminkteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminktere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminktester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminkte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminktestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminkten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminktem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminkter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminkteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminktes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminkterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminkteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeschminktest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesetzlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungesund": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesündestem": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesündesten": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesündestes": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesunderen": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesündester": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesunderem": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesündeste": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundester": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesunderes": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundestes": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesunderer": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundesten": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundem": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesündest": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundere": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesunder": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundes": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesunden": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundest": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesündere": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesunde": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesünderes": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesünderer": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundeste": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesünderen": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesundestem": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesünderem": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungesünder": { + "pos": "adjx", + "pol": "-0.1793", + "std": 0 + }, + "ungewohnt": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohntesten": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohntester": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohnterer": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohntestes": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohnteres": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohnteren": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohnterem": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohntere": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohnte": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohntem": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohnteste": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohntest": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohntes": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohnter": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohntestem": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewohnten": { + "pos": "adjx", + "pol": "-0.0243", + "std": 0 + }, + "ungewollt": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltste": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewollten": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltst": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltem": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewollterer": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltstes": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltster": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltere": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewollteren": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewollterem": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewollte": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltstem": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltsten": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewollteres": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewolltes": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungewollter": { + "pos": "adjx", + "pol": "-0.4781", + "std": 0 + }, + "ungezogen": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogene": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogener": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenes": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenste": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenstem": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogensten": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenst": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezognerem": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenster": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogneren": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenstes": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogneres": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezognerer": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezognere": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenen": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogeneren": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenem": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogner": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenere": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenerem": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogenerer": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungezogeneres": { + "pos": "adjx", + "pol": "-0.3124", + "std": 0 + }, + "ungeübt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübtest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübtestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübtester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübtesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübtestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungeübtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unglaubwürdig": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigst": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigere": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigstem": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigsten": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigerer": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdige": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigeres": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigeren": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigerem": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdiges": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdiger": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigem": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigen": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigster": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigste": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "unglaubwürdigstes": { + "pos": "adjx", + "pol": "-0.2007", + "std": 0 + }, + "ungleich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleiches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleiche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "ungleicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unglücklich": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichsten": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichstem": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichstes": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichster": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglückliche": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichst": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklicherem": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklicheren": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklicherer": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichere": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklicheres": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichste": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglückliches": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklicher": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichen": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "unglücklichem": { + "pos": "adjx", + "pol": "-0.301", + "std": 0 + }, + "ungültig": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültiges": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültiger": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigst": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigstes": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigster": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigere": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigstem": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigsten": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigeres": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigerer": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigerem": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigeren": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültige": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigen": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigste": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungültigem": { + "pos": "adjx", + "pol": "-0.3485", + "std": 0 + }, + "ungünstig": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstige": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigeren": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigerem": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigen": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigst": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstiger": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstiges": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigerer": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigem": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigeres": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigere": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigste": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigstem": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigsten": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigster": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "ungünstigstes": { + "pos": "adjx", + "pol": "-0.767", + "std": 0 + }, + "unheilbar": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvoll": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvolle": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvoller": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvolles": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvollerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvolleres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unheilvolleren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöfliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöfliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unhöflicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiert": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformierter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformierterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformierteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformierten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformierte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformierterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformierteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "uninformiertste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unklar": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarerem": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklareren": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarsten": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklaren": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarstem": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarem": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarerer": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklareres": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarere": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarste": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarstes": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklare": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarster": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklares": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarer": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklarst": { + "pos": "adjx", + "pol": "-0.5023", + "std": 0 + }, + "unklug": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugere": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugste": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unkluge": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugen": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugem": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unkluger": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugeren": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugerem": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unkluges": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugeres": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugerer": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugst": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugstes": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugster": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugstem": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unklugsten": { + "pos": "adjx", + "pol": "-0.4604", + "std": 0 + }, + "unkorrekt": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrektere": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrektester": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrektestes": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrekteres": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrektes": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrekter": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrektestem": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrekten": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrektest": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrektem": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrektesten": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrekterer": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrekte": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrekterem": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrekteren": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkorrekteste": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "unkritisch": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischerer": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischere": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischeres": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischeren": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritisches": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischst": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritische": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischer": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischem": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischen": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischsten": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischstem": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischerem": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischste": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischstes": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unkritischster": { + "pos": "adjx", + "pol": "-0.1934", + "std": 0 + }, + "unlauter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauterstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautererer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauterste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauterster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautereres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautereren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautrere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautreren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautrer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautrerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauterstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautrerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautersten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauterere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautreres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlautererem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlauterst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsam": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsame": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsames": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsameren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsameres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unliebsamst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unlogisch": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischere": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischerem": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischst": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogische": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischste": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischem": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischen": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischstes": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischster": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischer": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischeren": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischstem": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogisches": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischerer": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischeres": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unlogischsten": { + "pos": "adjx", + "pol": "-0.4817", + "std": 0 + }, + "unmenschlich": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichste": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichster": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichstes": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichst": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichstem": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichsten": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichem": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichere": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlichen": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlicheres": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlicherer": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschliche": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlicheren": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschliches": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlicher": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmenschlicherem": { + "pos": "adjx", + "pol": "-0.4724", + "std": 0 + }, + "unmoralisch": { + "pos": "adjx", + "pol": "-0.6224", + "std": 0 + }, + "unmöglich": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglicheren": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglicherem": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichem": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichstem": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichsten": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichstes": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichster": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglicher": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichere": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmögliches": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichst": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichen": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmögliche": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglicheres": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglicherer": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unmöglichste": { + "pos": "adjx", + "pol": "-0.3559", + "std": 0 + }, + "unnötig": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigstes": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigere": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötige": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigeren": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigen": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigerem": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigem": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötiges": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigste": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötiger": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigst": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigster": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigeres": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigerer": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigstem": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnötigsten": { + "pos": "adjx", + "pol": "-0.9463", + "std": 0 + }, + "unnütz": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützerer": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützerem": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützere": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützeren": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnütze": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützeres": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützester": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützestes": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützer": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützest": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützes": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützestem": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützesten": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützen": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützem": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unnützeste": { + "pos": "adjx", + "pol": "-0.6073", + "std": 0 + }, + "unpassend": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassenderen": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassenderem": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendsten": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendstem": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendere": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassende": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendster": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendst": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassenderes": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassenderer": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassender": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendes": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendem": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassenden": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendste": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpassendstes": { + "pos": "adjx", + "pol": "-0.3261", + "std": 0 + }, + "unpersönlich": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichstes": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichere": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlicheres": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichsten": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlicher": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönliches": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichste": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichstem": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichst": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichem": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichster": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlichen": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlicherer": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlicherem": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönlicheren": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpersönliche": { + "pos": "adjx", + "pol": "-0.0476", + "std": 0 + }, + "unpopulär": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopuläre": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopuläres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopuläreres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulären": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopuläreren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpopulärerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unpraktisch": { + "pos": "adjx", + "pol": "-0.3182", + "std": 0 + }, + "unqualifiziert": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifiziertester": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifizierte": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifiziertem": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifiziertestem": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifiziertesten": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifizierten": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifiziertere": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifiziertes": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifizierter": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifizierteres": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifizierterer": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifiziertestes": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifizierteren": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifizierterem": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifiziertest": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unqualifizierteste": { + "pos": "adjx", + "pol": "-0.3153", + "std": 0 + }, + "unredlich": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredliche": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlicherem": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichste": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichsten": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlicherer": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichere": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlicheres": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredliches": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichstem": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlicheren": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlicher": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichst": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichster": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichem": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichstes": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unredlichen": { + "pos": "adjx", + "pol": "-0.3248", + "std": 0 + }, + "unregelmäßig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unregelmäßigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentabel": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentable": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentablerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentableres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentabelst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentabelster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentabelste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentabelstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentablere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentableren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentablerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentables": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentabelsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentabler": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentablen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentablem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrentabelstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unruhig": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigstem": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigerer": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigeres": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhiges": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigeren": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigsten": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigste": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigstes": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhiger": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigster": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigen": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigem": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigerem": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhige": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigere": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unruhigst": { + "pos": "adjx", + "pol": "-0.0551", + "std": 0 + }, + "unrühmlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unrühmlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsachgemäß": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßstes": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßster": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßere": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßsten": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßstem": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßes": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßerem": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßeren": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßer": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßerer": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßeres": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßem": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßen": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßst": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäßste": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsachgemäße": { + "pos": "adjx", + "pol": "-0.3271", + "std": 0 + }, + "unsauber": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberstes": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberere": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubere": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberste": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubrerem": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubereren": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberes": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberer": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubererem": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubrere": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberen": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberem": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubreren": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubrer": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubreres": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubersten": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubrerer": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubereres": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberstem": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsaubererer": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberst": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unsauberster": { + "pos": "adjx", + "pol": "-0.4713", + "std": 0 + }, + "unscharf": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfere": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfem": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfen": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharferen": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfstem": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharferem": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfst": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfster": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfstes": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfsten": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharferes": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharferer": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfes": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfer": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfste": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unscharfe": { + "pos": "adjx", + "pol": "-0.327", + "std": 0 + }, + "unschön": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschöner": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönes": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönen": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönst": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschöne": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschöneres": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönere": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönerer": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschöneren": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönerem": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönste": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönsten": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönstem": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönstes": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönster": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unschönem": { + "pos": "adjx", + "pol": "-0.4486", + "std": 0 + }, + "unselig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unselige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseligen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseliges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseliger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unseriös": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriösem": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriösesten": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriöser": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriösere": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriöses": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriösester": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriöseste": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriösestes": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriösen": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriösest": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriöseren": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriöserem": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriösestem": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriöserer": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriöse": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unseriöseres": { + "pos": "adjx", + "pol": "-0.3373", + "std": 0 + }, + "unsicher": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicherere": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichrere": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichreren": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichrerem": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichrer": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicheren": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicherstem": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichersten": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicherem": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicherer": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicherster": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicheres": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichrerer": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichreres": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichererer": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicherstes": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichereres": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicherst": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsicherste": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichere": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichereren": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsichererem": { + "pos": "adjx", + "pol": "-0.6268", + "std": 0 + }, + "unsinnig": { + "pos": "adjx", + "pol": "-0.3516", + "std": 0 + }, + "unsittlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsittlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolidarischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsolide": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsozial": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsoziale": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialem": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialst": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialen": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsoziales": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialer": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialster": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialerem": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialeren": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialere": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialstes": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialsten": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialstem": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialerer": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialeres": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsozialste": { + "pos": "adjx", + "pol": "-0.4614", + "std": 0 + }, + "unsportlich": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichere": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlicher": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichst": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichste": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportliches": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichen": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportliche": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichem": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlicherem": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlicheren": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichsten": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichstem": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlicherer": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichster": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlicheres": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unsportlichstes": { + "pos": "adjx", + "pol": "-0.32", + "std": 0 + }, + "unstetig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unstetige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unsäglich": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichstem": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichsten": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichere": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichem": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglicheres": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichster": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichst": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichstes": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsägliche": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglicherer": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglicher": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsägliches": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglicherem": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglicheren": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichen": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "unsäglichste": { + "pos": "adjx", + "pol": "-0.1834", + "std": 0 + }, + "untauglich": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichstes": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichster": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichere": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglicherem": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichstem": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichst": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichsten": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untaugliches": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichem": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglicheres": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichen": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglicherer": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglicher": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglicheren": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untaugliche": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "untauglichste": { + "pos": "adjx", + "pol": "-0.5944", + "std": 0 + }, + "unten": { + "pos": "adv", + "pol": "-0.3334", + "std": 0 + }, + "unterbelichtet": { + "pos": "vvinf", + "pol": "-0.0426", + "std": 0 + }, + "unterbrechen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "unterdrücken": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrücktet": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrückst": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrückte": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrückt": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrückest": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrücktest": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrücket": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrück": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrücke": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "untergedrückt": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterdrückten": { + "pos": "vvinf", + "pol": "-0.4825", + "std": 0 + }, + "unterentwickelt": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickelten": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickelteren": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltem": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltere": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickelterem": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickelter": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltes": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltst": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickelterer": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickelteres": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltste": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltstem": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltsten": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickelte": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltster": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "unterentwickeltstes": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "untergehen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "untergraben": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "unterirdisch": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischen": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischstes": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischste": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischster": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischer": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdische": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischst": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischerem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischsten": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdisches": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischeren": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischere": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischeres": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischerer": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterirdischstem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "unterlassen": { + "pos": "vvinf", + "pol": "-0.3488", + "std": 0 + }, + "unterlaufen": { + "pos": "vvinf", + "pol": "-0.3438", + "std": 0 + }, + "unterliegen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "unterstellen": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "untergestellt": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstellte": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstellten": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstellst": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstellest": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstelltet": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstell": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstelltest": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstellt": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstelle": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterstellet": { + "pos": "vvinf", + "pol": "-0.4961", + "std": 0 + }, + "unterwerfen": { + "pos": "vvinf", + "pol": "-0.3393", + "std": 0 + }, + "unterwürfig": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigste": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigst": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigstes": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigerer": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigster": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigem": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigeres": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigstem": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigsten": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfiger": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfiges": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigen": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigeren": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigerem": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfige": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "unterwürfigere": { + "pos": "adjx", + "pol": "-0.0533", + "std": 0 + }, + "untragbar": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarer": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbares": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbareren": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarstem": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbare": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarerem": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbareres": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarst": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarerer": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarste": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarsten": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbaren": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarem": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarere": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarstes": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untragbarster": { + "pos": "adjx", + "pol": "-0.3247", + "std": 0 + }, + "untreu": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreueres": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuestem": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreue": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreustem": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreusten": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuerer": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreustes": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuster": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreueste": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuer": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreues": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuestes": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuester": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuen": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuesten": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuem": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuste": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuere": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreust": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreueren": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuerem": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untreuest": { + "pos": "adjx", + "pol": "-0.3222", + "std": 0 + }, + "untröstlich": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichstes": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichster": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlicher": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichen": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichem": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichere": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlicheres": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlicherer": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlicheren": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichst": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstliche": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlicherem": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichste": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichstem": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstlichsten": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "untröstliches": { + "pos": "adjx", + "pol": "-0.3139", + "std": 0 + }, + "unverantwortlich": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlichste": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlichen": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlichem": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortliches": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlicher": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlichere": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlicheres": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlicherer": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlicherem": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlichstes": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlicheren": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlichsten": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlichst": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortlichstem": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverantwortliche": { + "pos": "adjx", + "pol": "-0.3242", + "std": 0 + }, + "unverantwortlichster": { + "pos": "adjx", + "pol": "-0.4889", + "std": 0 + }, + "unverbesserlich": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlicherem": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlicheren": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichsten": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlicher": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlicherer": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlicheres": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserliches": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichstem": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichster": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichen": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichst": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichstes": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichem": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichere": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserliche": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unverbesserlichste": { + "pos": "adjx", + "pol": "-0.4363", + "std": 0 + }, + "unvereinbar": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbareres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbaren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbareren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbare": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbares": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvereinbarere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverhältnismäßigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangter": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unverlangtste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvermeidlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unvernünftig": { + "pos": "adjx", + "pol": "-0.3252", + "std": 0 + }, + "unverständlich": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichen": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichstem": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichsten": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichem": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständliche": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlicher": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichster": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständliches": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichste": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichst": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlicherer": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlicheres": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichstes": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlichere": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlicheren": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unverständlicherem": { + "pos": "adjx", + "pol": "-0.6347", + "std": 0 + }, + "unvollkommen": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenster": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenstes": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenen": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenstem": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommensten": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommener": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenerem": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommeneren": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenes": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommeneres": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommnere": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenerer": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommneres": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommnerer": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenem": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommneren": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenst": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommnerem": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommner": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommene": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenste": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollkommenere": { + "pos": "adjx", + "pol": "-0.4772", + "std": 0 + }, + "unvollständig": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigster": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständiger": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständiges": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigstes": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigerer": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigeren": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigerem": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigste": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigere": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigeres": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständige": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigsten": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigem": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigstem": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigst": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvollständigen": { + "pos": "adjx", + "pol": "-0.4926", + "std": 0 + }, + "unvorhergesehen": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenes": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehener": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenere": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehensten": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenste": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenstem": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenstes": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergeseheneres": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenster": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenerer": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergeseheneren": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenen": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenerem": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenem": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehenst": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unvorhergesehene": { + "pos": "adjx", + "pol": "-0.3141", + "std": 0 + }, + "unwahr": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrerem": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrstem": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrsten": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahreren": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrerer": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrstes": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahreres": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrst": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrster": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahre": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrem": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahren": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrere": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrste": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahrer": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwahres": { + "pos": "adjx", + "pol": "-0.3424", + "std": 0 + }, + "unwichtig": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigstem": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigsten": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigere": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtiges": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigen": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigem": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigeren": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtiger": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigerer": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigeres": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigster": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigst": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigstes": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigste": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtige": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwichtigerem": { + "pos": "adjx", + "pol": "-0.3433", + "std": 0 + }, + "unwillig": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligstem": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligsten": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligere": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligerem": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligster": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligeren": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligstes": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligste": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwillige": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligst": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligen": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligerer": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligem": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilliger": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilliges": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwilligeres": { + "pos": "adjx", + "pol": "-0.4665", + "std": 0 + }, + "unwirksam": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksame": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksameren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksameres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksames": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirksamer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwirtschaftlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unwissend": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissende": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendst": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendste": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendem": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissenderen": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissenden": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissenderem": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissender": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendes": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendsten": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendstem": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendster": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissenderer": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendstes": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissendere": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwissenderes": { + "pos": "adjx", + "pol": "-0.326", + "std": 0 + }, + "unwürdig": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdige": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigere": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigstem": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigst": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigster": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigstes": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigsten": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigeren": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigen": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigem": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigerem": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdiger": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigerer": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigeres": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdigste": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unwürdiges": { + "pos": "adjx", + "pol": "-0.7312", + "std": 0 + }, + "unzivilisiert": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisiertem": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisierten": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisierterer": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisiertesten": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisierteres": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisierter": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisiertes": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisiertestem": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisiertester": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisiertestes": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisiertere": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisierte": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisierteste": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisiertest": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisierteren": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzivilisierterem": { + "pos": "adjx", + "pol": "-0.4413", + "std": 0 + }, + "unzufrieden": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedeneres": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriednerer": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenstes": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedneres": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenerer": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriednere": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenen": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenerem": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedeneren": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenem": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedener": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenes": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedene": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedner": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenster": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenst": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedneren": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriednerem": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedensten": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenere": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenste": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzufriedenstem": { + "pos": "adjx", + "pol": "-0.3363", + "std": 0 + }, + "unzulässig": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässige": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigeren": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigere": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigeres": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigerer": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigster": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigstes": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigerem": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässiges": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigsten": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigst": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässiger": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigste": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigen": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigem": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzulässigstem": { + "pos": "adjx", + "pol": "-0.3554", + "std": 0 + }, + "unzumutbar": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarerem": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarem": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbareren": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbaren": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarere": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbareres": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarerer": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarer": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbares": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarsten": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbare": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarste": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarstem": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarst": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarstes": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzumutbarster": { + "pos": "adjx", + "pol": "-0.34", + "std": 0 + }, + "unzurechnungsfähig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzurechnungsfähigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzureichend": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendster": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendstes": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichende": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichenderes": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichenderer": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendste": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichender": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichenderen": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichenderem": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendes": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendere": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichenden": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendem": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendstem": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendsten": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzureichendst": { + "pos": "adjx", + "pol": "-0.5233", + "std": 0 + }, + "unzusammenhängend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängenden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängender": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängende": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängenderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängenderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängenderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängendst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzusammenhängenderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzuverlässig": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigstes": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässiger": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigere": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässiges": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigster": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigeres": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigst": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigeren": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigerem": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigerer": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigsten": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässige": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigstem": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigem": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigste": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzuverlässigen": { + "pos": "adjx", + "pol": "-0.612", + "std": 0 + }, + "unzüchtig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unzüchtigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "unübersichtlich": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichen": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichstes": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichere": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichste": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichster": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlicher": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtliches": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichsten": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichstem": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichem": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlichst": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlicheren": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtliche": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlicherem": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlicheres": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unübersichtlicherer": { + "pos": "adjx", + "pol": "-0.0501", + "std": 0 + }, + "unüblich": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichem": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichster": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichen": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichst": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichste": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichsten": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblicher": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unübliches": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichstem": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblicheren": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblicherem": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblicherer": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichere": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblichstes": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unübliche": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "unüblicheres": { + "pos": "adjx", + "pol": "-0.3328", + "std": 0 + }, + "vage": { + "pos": "adjx", + "pol": "-0.3406", + "std": 0 + }, + "verabscheuungswürdig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verabscheuungswürdige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verachten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachtte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "veracht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachtetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachtetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachtete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachtten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verachteten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "veraltet": { + "pos": "adjx", + "pol": "-0.507", + "std": 0 + }, + "verarschen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbannen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbannten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbann": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbannst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbannte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbanntet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbannet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbannest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbanne": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbannt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbanntest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verbeulen": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeulest": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeultet": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeultest": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeulst": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeult": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeulten": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeulte": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeule": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeul": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbeulet": { + "pos": "vvinf", + "pol": "-0.0327", + "std": 0 + }, + "verbieten": { + "pos": "vvinf", + "pol": "-0.629", + "std": 0 + }, + "verbittert": { + "pos": "adjx", + "pol": "-0.4659", + "std": 0 + }, + "verblassen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblassten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblasstet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblasset": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblasste": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblasse": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblassest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblasstest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblass": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verblasst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verboten": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenen": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenem": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotner": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenerer": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotnerem": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenerem": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotene": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenere": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verboteneren": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verboteneres": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenes": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotener": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenster": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenste": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotnere": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenstes": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotneres": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenst": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotnerer": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotensten": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotneren": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verbotenstem": { + "pos": "adjx", + "pol": "-0.3657", + "std": 0 + }, + "verdammen": { + "pos": "vvinf", + "pol": "-0.6079", + "std": 0 + }, + "verdamm": { + "pos": "vvinf", + "pol": "-0.6079", + "std": 0 + }, + "verdammten": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammte": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammtet": { + "pos": "vvinf", + "pol": "-0.6079", + "std": 0 + }, + "verdammtest": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammst": { + "pos": "vvinf", + "pol": "-0.6079", + "std": 0 + }, + "verdamme": { + "pos": "vvinf", + "pol": "-0.6079", + "std": 0 + }, + "verdammt": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammet": { + "pos": "vvinf", + "pol": "-0.6079", + "std": 0 + }, + "verdammest": { + "pos": "vvinf", + "pol": "-0.6079", + "std": 0 + }, + "verdammteste": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammterem": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammteren": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammtere": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammterer": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammteres": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammtesten": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammter": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammtestem": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammtes": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammtester": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammtestes": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdammtem": { + "pos": "adjx", + "pol": "-0.2925", + "std": 0 + }, + "verdecken": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdeckten": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdecke": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdeckt": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdecktet": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdeckst": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdeckte": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdecktest": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdeck": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdeckest": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verdecket": { + "pos": "vvinf", + "pol": "-0.0516", + "std": 0 + }, + "verderben": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verderblich": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichstes": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichster": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichen": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichsten": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichem": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichere": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichstem": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderbliche": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblicherer": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblicheres": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichst": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblicherem": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblicheren": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblichste": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderblicher": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verderbliches": { + "pos": "adjx", + "pol": "-0.3131", + "std": 0 + }, + "verdorben": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenstes": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenerer": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenste": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenster": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbeneres": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbneren": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbene": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbnerem": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenstem": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbensten": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbneres": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenes": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbnerer": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbener": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenst": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenen": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbnere": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenem": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbner": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenerem": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbenere": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdorbeneren": { + "pos": "adjx", + "pol": "-0.1755", + "std": 0 + }, + "verdrießlich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrießlichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verdrängen": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdrängst": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdrängest": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdrängte": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdränge": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdrängt": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdrängten": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdräng": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdrängtest": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdränget": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdrängtet": { + "pos": "vvinf", + "pol": "-0.3468", + "std": 0 + }, + "verdunkeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkeltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkeltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verdunkel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereiteln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereiteltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereiteltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vereitelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verfallen": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallner": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenem": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenst": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfalleneres": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenere": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenerer": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallene": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenerem": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallnere": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfalleneren": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenstem": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallensten": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenste": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallnerer": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenstes": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallneres": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenster": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallneren": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenen": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallnerem": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallener": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfallenes": { + "pos": "adjx", + "pol": "-0.4849", + "std": 0 + }, + "verfassungswidrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verfehlen": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehlten": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehlte": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehl": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehlst": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehlt": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehlet": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehle": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehlest": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehltet": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfehltest": { + "pos": "vvinf", + "pol": "-0.0373", + "std": 0 + }, + "verfluchen": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluch": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluchet": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluchten": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluchst": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluchtest": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluchte": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluche": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verflucht": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluchtet": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfluchest": { + "pos": "vvinf", + "pol": "-0.3284", + "std": 0 + }, + "verfälschen": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälschten": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälschtet": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälschest": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälschte": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälschst": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälsche": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälsch": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälschtest": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälschet": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "verfälscht": { + "pos": "vvinf", + "pol": "-0.3323", + "std": 0 + }, + "vergammelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammelteres": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammelterer": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltste": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammelterem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammelteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltstem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltsten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltes": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltster": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammelter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergammeltstes": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergeblich": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergebliches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblicher": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergebliche": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblicherer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblicheres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblicherem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblichst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergeblicheren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vergelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergeuden": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudete": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeude": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudtet": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudeten": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudtest": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudetet": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeud": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudet": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudte": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudetest": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudten": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergeudest": { + "pos": "vvinf", + "pol": "-0.1836", + "std": 0 + }, + "vergewaltigen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltige": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltigtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltigtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltigt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltigten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltigte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltigest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltiget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltig": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergewaltigst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verharmlosen": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmlosten": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmlos": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmlost": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmloset": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmlose": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmlostest": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmlosest": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmlostet": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verharmloste": { + "pos": "vvinf", + "pol": "-0.049", + "std": 0 + }, + "verhasst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhassteres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasstester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhassterer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhassten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasstestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasstestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasstesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasstere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhassteste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhassteren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhassterem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verhasstest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verheeren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheerten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheerst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheerte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheer": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verheerend": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendstes": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendster": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendere": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerenderes": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendsten": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerenderer": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendem": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerenden": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendst": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerenderen": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendstem": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerender": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendes": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerenderem": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerendste": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verheerende": { + "pos": "adjx", + "pol": "-0.478", + "std": 0 + }, + "verherrlichen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlichet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlichten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlichte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlichst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlichest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrliche": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlicht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlichtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlich": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verherrlichtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhängnisvoll": { + "pos": "adjx", + "pol": "-0.333", + "std": 0 + }, + "verhöhnen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhntest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhnet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhntet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhnte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhnst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhne": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhn": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhnest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhnt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verhöhnten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verirren": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirrt": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirrtet": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirr": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirrst": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirre": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirrte": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirrten": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirrest": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirrtest": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verirret": { + "pos": "vvinf", + "pol": "-0.0498", + "std": 0 + }, + "verkehrswidrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidriger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidrige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkehrswidriges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verkleinern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleinerten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleiner": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleinere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleinert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleinertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleinerte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleinertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleinerst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkleineren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verkrüppeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsame": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsam": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verlangsamtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verletzbar": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbareren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbare": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbareres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbaren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbarer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzbares": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verletzen": { + "pos": "vvinf", + "pol": "-0.3615", + "std": 0 + }, + "verletzte": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletze": { + "pos": "vvinf", + "pol": "-0.3615", + "std": 0 + }, + "verletz": { + "pos": "vvinf", + "pol": "-0.3615", + "std": 0 + }, + "verletzt": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletzten": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletzest": { + "pos": "vvinf", + "pol": "-0.3615", + "std": 0 + }, + "verletzet": { + "pos": "vvinf", + "pol": "-0.3615", + "std": 0 + }, + "verletztest": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletztet": { + "pos": "vvinf", + "pol": "-0.3615", + "std": 0 + }, + "verletzlich": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlicherer": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichste": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlicheres": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichstes": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichster": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzliche": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlicheren": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlicherem": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichen": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichem": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzliches": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlicher": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichere": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichst": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichstem": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzlichsten": { + "pos": "adjx", + "pol": "-0.0487", + "std": 0 + }, + "verletzterem": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletzteste": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletztestem": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletztesten": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletzteren": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletzteres": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletztere": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletzterer": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletztester": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletztestes": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletztem": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletzter": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verletztes": { + "pos": "adjx", + "pol": "-0.5202", + "std": 0 + }, + "verleumden": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdten": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumde": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdet": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdte": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdetet": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdetest": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdtest": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdeten": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdest": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumd": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdtet": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verleumdete": { + "pos": "vvinf", + "pol": "-0.4473", + "std": 0 + }, + "verlieren": { + "pos": "vvinf", + "pol": "-0.393", + "std": 0 + }, + "verlogen": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogensten": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenerer": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogeneres": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenes": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogner": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogeneren": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenste": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenstem": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenst": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenen": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenem": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenster": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenstes": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogener": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogneres": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogene": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenere": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogneren": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlognerem": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlognerer": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlogenerem": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "verlognere": { + "pos": "adjx", + "pol": "-0.3355", + "std": 0 + }, + "vermeiden": { + "pos": "vvinf", + "pol": "-0.5265", + "std": 0 + }, + "vermindern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vermindere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vermindert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vermindertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verminderten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verminderen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verminder": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verminderte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vermindertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verminderst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vernichten": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichttet": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichtte": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichtest": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichtete": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichtetest": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichttest": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichtet": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernicht": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichteten": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichtetet": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichte": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichtten": { + "pos": "vvinf", + "pol": "-0.4902", + "std": 0 + }, + "vernichtend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verraten": { + "pos": "vvinf", + "pol": "-0.2087", + "std": 0 + }, + "verringern": { + "pos": "vvinf", + "pol": "-0.3537", + "std": 0 + }, + "verrucht": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchtesten": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchtestem": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchtester": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchtestes": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchterem": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchteren": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchte": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchtest": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchteste": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchteres": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchterer": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchtes": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchter": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchtem": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchtere": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verruchten": { + "pos": "adjx", + "pol": "-0.1714", + "std": 0 + }, + "verräterisch": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischsten": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischstem": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischste": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischstes": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischst": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischster": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischere": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischem": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischerem": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterische": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischeren": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischeres": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischen": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischerer": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterischer": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verräterisches": { + "pos": "adjx", + "pol": "-0.311", + "std": 0 + }, + "verrückt": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrückten": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrücktestes": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrücktester": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrückter": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrücktes": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrücktest": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrücktesten": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrückteste": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrückte": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrücktem": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrückterer": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrückteres": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrücktestem": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrückteren": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrückterem": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verrücktere": { + "pos": "vvinf", + "pol": "-0.0337", + "std": 0 + }, + "verschimmelt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschlechtern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleppen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleppst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleppte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschlepptest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleppest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschlepp": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleppet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleppten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschlepptet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleppe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleppt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleudern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleuder": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleudertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleuderte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleuderst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleudert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleudertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleuderten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleudere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschleuderen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutzen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutzest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutztet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutztest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutzet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutzten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutzte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutz": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutzt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschmutze": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verschwenden": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendtest": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwend": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwende": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendten": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendtet": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendeten": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendest": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendte": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendetest": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendete": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendet": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwendetet": { + "pos": "vvinf", + "pol": "-0.0494", + "std": 0 + }, + "verschwenderisch": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderische": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderisches": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwenderischerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verschwinden": { + "pos": "vvinf", + "pol": "-0.3588", + "std": 0 + }, + "versenken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenk": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenkt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenktet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenkte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vergesenkt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenket": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenkst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenke": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenktest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenkten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versenkest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklaven": { + "pos": "vvinf", + "pol": "-0.3142", + "std": 0 + }, + "versklavt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklave": { + "pos": "vvinf", + "pol": "-0.3142", + "std": 0 + }, + "versklavet": { + "pos": "vvinf", + "pol": "-0.3142", + "std": 0 + }, + "versklav": { + "pos": "vvinf", + "pol": "-0.3142", + "std": 0 + }, + "versklavtet": { + "pos": "vvinf", + "pol": "-0.3142", + "std": 0 + }, + "versklavst": { + "pos": "vvinf", + "pol": "-0.3142", + "std": 0 + }, + "versklavte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavest": { + "pos": "vvinf", + "pol": "-0.3142", + "std": 0 + }, + "versklavteres": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavterer": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavteste": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavtesten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavtestem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavterem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavtestes": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavtester": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavtere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavtem": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavtes": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "versklavter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspielen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspiele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspielt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspieltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspielet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspielst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspieltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspielte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspielten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspielest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspiel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verspätet": { + "pos": "vvinf", + "pol": "-0.4819", + "std": 0 + }, + "verstimmen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimmtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimmet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimm": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimmten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimme": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimmst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimmt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimmte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimmtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstimmest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstopfen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstoßen": { + "pos": "vvinf", + "pol": "-0.3521", + "std": 0 + }, + "verstricken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstrick": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstrickst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstrickte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstrickt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstricktet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstricke": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstrickest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstricket": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstricktest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verstrickten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "vertreiben": { + "pos": "vvinf", + "pol": "-0.3684", + "std": 0 + }, + "verurteilen": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteilest": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteiltet": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteil": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteile": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteilten": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteilet": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteilt": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteilte": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteiltest": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verurteilst": { + "pos": "vvinf", + "pol": "-0.77", + "std": 0 + }, + "verwelken": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwerflich": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichst": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflicheres": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichem": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflicherer": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichstem": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichsten": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichstes": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichster": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerfliche": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichere": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichste": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflichen": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflicherem": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflicheren": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerflicher": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwerfliches": { + "pos": "adjx", + "pol": "-0.7418", + "std": 0 + }, + "verwickeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickeltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickeltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwickelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwirren": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirret": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirre": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirrtet": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirrest": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirrt": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirr": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirrst": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirrten": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirrte": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verwirrtest": { + "pos": "vvinf", + "pol": "-0.0474", + "std": 0 + }, + "verworren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrener": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrene": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrnere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrnerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrner": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworreneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrensten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworreneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrnerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verworrenstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "verwunden": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundetet": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundtet": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwund": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundest": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundete": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwunde": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundte": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundetest": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundten": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundet": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundeten": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwundtest": { + "pos": "vvinf", + "pol": "-0.3186", + "std": 0 + }, + "verwüsten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüstest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüstten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüstet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüste": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüstt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüsttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüstte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüstst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verwüsttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerrte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerrten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerrst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerr": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerrtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerre": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerrest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerrt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzerrtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzichten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifeltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifelte": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifelten": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "verzweifelt": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltstes": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltster": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifelterer": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltstem": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltsten": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifelteres": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifelteren": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifelterem": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltere": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltes": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifelter": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltst": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltste": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzweifeltem": { + "pos": "adjx", + "pol": "-0.1947", + "std": 0 + }, + "verzwickt": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwicktestes": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwicktester": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwicktem": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwicktere": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwickten": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwickte": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwickteste": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwicktest": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwicktes": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwickter": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwicktestem": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwicktesten": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwickteres": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwickterer": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwickteren": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzwickterem": { + "pos": "adjx", + "pol": "-0.0403", + "std": 0 + }, + "verzögern": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzögertet": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzögert": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzögeren": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzögerte": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzögerten": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "vergezögert": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzögerst": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzögertest": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzöger": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verzögere": { + "pos": "vvinf", + "pol": "-0.3409", + "std": 0 + }, + "verächtlich": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichere": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichem": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichen": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichster": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichstes": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlicheres": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlicher": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlicherer": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichstem": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichsten": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtliches": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichst": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlichste": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlicheren": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtlicherem": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verächtliche": { + "pos": "adjx", + "pol": "-0.3245", + "std": 0 + }, + "verängstigt": { + "pos": "vvinf", + "pol": "-0.056", + "std": 0 + }, + "verärgern": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärgerte": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärgerst": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärgertest": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärgerten": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärger": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärgeren": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärgertet": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärgert": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "verärgere": { + "pos": "vvinf", + "pol": "-0.1825", + "std": 0 + }, + "volltrunken": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkener": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkene": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkensten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkeneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkeneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "volltrunkenerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "vorhersehbar": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarere": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbareres": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarerer": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarste": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbareren": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbares": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarer": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarerem": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarst": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbaren": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarem": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarstes": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarster": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarsten": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbare": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorhersehbarstem": { + "pos": "adjx", + "pol": "-0.3414", + "std": 0 + }, + "vorwerfen": { + "pos": "vvinf", + "pol": "-0.3254", + "std": 0 + }, + "vorzeitig": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigerem": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigere": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigeren": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigsten": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigen": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigerer": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigste": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigstem": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigem": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigster": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitiges": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitige": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitiger": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigeres": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigstes": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vorzeitigst": { + "pos": "adjx", + "pol": "-0.3462", + "std": 0 + }, + "vulgär": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärsten": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärst": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgäre": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärstem": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärstes": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgäreren": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärster": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärerem": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgäreres": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärerer": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärste": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärere": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärem": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgären": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgärer": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "vulgäres": { + "pos": "adjx", + "pol": "-0.3122", + "std": 0 + }, + "wackelig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeliger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeliges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeligerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackelige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wackeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackeltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackle": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackeltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gewackelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wackelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinnigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinniges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wahnsinniger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wankelmütigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wegfallen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "weglassen": { + "pos": "vvinf", + "pol": "-0.3362", + "std": 0 + }, + "wehklagend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "weinen": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weinst": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weintet": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weintest": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weinte": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weinet": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weinest": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weinten": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "geweint": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weint": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "weine": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "wein": { + "pos": "vvinf", + "pol": "-0.1651", + "std": 0 + }, + "welken": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welkt": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welket": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "gewelkt": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welke": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welk": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welkest": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welktest": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welkst": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welktet": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welkte": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "welkten": { + "pos": "vvinf", + "pol": "-0.0531", + "std": 0 + }, + "wertlos": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlosest": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlosesten": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlosestem": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlose": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlosen": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlosem": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertloses": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertloser": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertloserem": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertloseren": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlosester": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlosere": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertlosestes": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertloserer": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertloseste": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wertloseres": { + "pos": "adjx", + "pol": "-0.6264", + "std": 0 + }, + "wettbewerbswidrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wichtigtun": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "widerlegen": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerlegte": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerlegten": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widergelegt": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerlegtest": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerlegst": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerlegest": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerleget": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerleg": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerlegt": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerlege": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widerlegtet": { + "pos": "vvinf", + "pol": "-0.3452", + "std": 0 + }, + "widernatürlich": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlicher": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichere": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichen": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichst": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichem": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlicherem": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichste": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürliches": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichstes": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlicherer": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichster": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlicheres": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlicheren": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürliche": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichstem": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widernatürlichsten": { + "pos": "adjx", + "pol": "-0.3064", + "std": 0 + }, + "widerrufen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "widersinnig": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigste": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigere": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigen": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigst": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigem": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigstem": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigsten": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigster": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinniges": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinniger": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigstes": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigeren": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnige": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigerem": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigerer": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widersinnigeres": { + "pos": "adjx", + "pol": "-0.3266", + "std": 0 + }, + "widerspenstig": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigster": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigstes": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstige": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstiger": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstiges": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigen": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigem": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigst": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigeres": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigerer": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigerem": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigsten": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigstem": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigeren": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigere": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widerspenstigste": { + "pos": "adjx", + "pol": "-0.1789", + "std": 0 + }, + "widersprechen": { + "pos": "vvinf", + "pol": "-0.354", + "std": 0 + }, + "widersprüchlich": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlicheres": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichstes": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichster": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlicher": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchliches": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichste": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichsten": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichem": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichstem": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichen": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlicheren": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichst": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlicherem": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchliche": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlicherer": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widersprüchlichere": { + "pos": "adjx", + "pol": "-0.2043", + "std": 0 + }, + "widerwärtig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widerwärtiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widriger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widrige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "widriges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "willkürlich": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichster": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichstes": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichstem": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichsten": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürliches": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlicher": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichem": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichen": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlicherem": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlicheren": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichst": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichere": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlicheres": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlichste": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürliche": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "willkürlicherer": { + "pos": "adjx", + "pol": "-0.3481", + "std": 0 + }, + "wirkungslos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungsloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungsloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungsloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungsloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungsloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungsloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungslose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirkungsloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wirr": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrste": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrstem": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrsten": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirres": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrerem": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirre": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirren": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirreres": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrem": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrere": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrerer": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrst": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrstes": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrster": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirrer": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wirreren": { + "pos": "adjx", + "pol": "-0.1841", + "std": 0 + }, + "wutentbrannt": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntere": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntster": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntstes": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntstem": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntsten": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbrannteren": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntste": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbrannterem": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntst": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbrannte": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbrannteres": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbrannterer": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbrannten": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntem": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbrannter": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutentbranntes": { + "pos": "adjx", + "pol": "-0.3138", + "std": 0 + }, + "wutschäumend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumenden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumenderer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumenderes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumender": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumenderem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumenderen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumendere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "wutschäumende": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "würgen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wüten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wütest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wüttet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wütet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gewütet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wüte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wüteten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wüt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wütetest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wütten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wütetet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wütte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wüttest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wütete": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "wütend": { + "pos": "adjx", + "pol": "-0.3233", + "std": 0 + }, + "zahlungsunfähig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zappeln": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gezappelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappeltet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappelst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappelen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappel": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappelte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappelt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappeltest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappele": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappelten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zapple": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zappl": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zaudern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zauderst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zauderte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zaudert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zaudertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zaudere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zaudertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zauderen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zauderten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zauder": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gezaudert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zensieren": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensiertet": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensiere": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensiertest": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensierst": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensierte": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensierten": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensieret": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensierest": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensier": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zensiert": { + "pos": "vvinf", + "pol": "-0.315", + "std": 0 + }, + "zerbrechen": { + "pos": "vvinf", + "pol": "-0.0522", + "std": 0 + }, + "zerfressen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerrtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerrtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerret": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerrest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gezerrt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerrten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerrt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerre": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerrst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerrte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerr": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerrissen": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenes": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissener": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenst": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenen": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenster": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenstes": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenste": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenerer": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenstem": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissensten": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrisseneres": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenerem": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrisseneren": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenere": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissenem": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerrissene": { + "pos": "adjx", + "pol": "-0.4776", + "std": 0 + }, + "zerschlagen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlageneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagensten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlageneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagener": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagenster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschlagene": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschmettern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmettertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmetterten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmetterst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmettere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmettert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmetter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmetteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmettertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschmetterte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerschunden": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundnerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundene": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundeneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundneres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundeneren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundnerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundnere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundner": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundener": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundenstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerschundensten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zersetzen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetz": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetzte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetztet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetzest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetzten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetztest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetzet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetze": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetzt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zersetzend": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zerstreuen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zerstören": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstöret": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstörest": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstörten": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstörte": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstörst": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstörtest": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstöre": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstör": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstört": { + "pos": "vvinf", + "pol": "-0.503", + "std": 0 + }, + "zerstörtet": { + "pos": "vvinf", + "pol": "-0.5131", + "std": 0 + }, + "zerstörerisch": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischsten": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischerer": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischstem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischeres": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischstes": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischster": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerische": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischere": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischen": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischst": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerisches": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischerem": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischeren": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischer": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "zerstörerischste": { + "pos": "adjx", + "pol": "-0.4715", + "std": 0 + }, + "ziellos": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellose": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellosest": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "zielloser": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellosen": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellosem": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "zielloseste": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "zielloserem": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "zielloses": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "zielloserer": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "zielloseres": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "zielloseren": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellosester": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellosestes": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellosere": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellosestem": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "ziellosesten": { + "pos": "adjx", + "pol": "-0.3305", + "std": 0 + }, + "zittern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zitteren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zitterte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zitterst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zitter": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zitterten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zittertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zittertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zittert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zittere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gezittert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zornig": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigerer": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zorniges": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zorniger": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigeres": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornige": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigen": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigem": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigste": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigeren": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigerem": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigst": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigere": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigsten": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigstem": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigster": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zornigstes": { + "pos": "adjx", + "pol": "-0.1853", + "std": 0 + }, + "zurückbleiben": { + "pos": "vvinf", + "pol": "-0.1831", + "std": 0 + }, + "zurückgeben": { + "pos": "vvinf", + "pol": "-0.0619", + "std": 0 + }, + "zurückgegeben": { + "pos": "adjx", + "pol": "-0.3502", + "std": 0 + }, + "zurückgehen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zurückgeschickt": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückgeschicktste": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschickterem": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschicktstem": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschicktsten": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschickteren": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschicktster": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschicktstes": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschickte": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschicktere": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschickterer": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschickteres": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschickter": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschicktes": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschickten": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschicktst": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückgeschicktem": { + "pos": "adjx", + "pol": "-0.3377", + "std": 0 + }, + "zurückhalten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zurückschicken": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschickt": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschick": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschickten": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschicket": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschicktet": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschickte": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschickst": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschicke": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschicktest": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zurückschickest": { + "pos": "vvinf", + "pol": "-0.331", + "std": 0 + }, + "zusammenbrechen": { + "pos": "vvinf", + "pol": "-0.3317", + "std": 0 + }, + "zusammenhanglos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhangloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhangloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhangloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhangloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhangloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhangloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhangloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenhanglosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zusammenrechen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zusammenschlagen": { + "pos": "vvinf", + "pol": "-0.0395", + "std": 0 + }, + "zusammenstoßen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zwecklos": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklosen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklosem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zweckloser": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zweckloses": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklosere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklosester": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklosestes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zweckloseres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zweckloserer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklosest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklosesten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklosestem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zweckloseste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zweckloseren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zweckloserem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwecklose": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zweideutig": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigsten": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigstem": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigstes": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigster": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigste": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigere": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigerem": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigeren": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigst": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigem": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutige": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigen": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigeres": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutiges": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutiger": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweideutigerer": { + "pos": "adjx", + "pol": "-0.3174", + "std": 0 + }, + "zweifelhaft": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaftem": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaften": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhafteres": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaftestem": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhafterer": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaftest": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaftesten": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhafte": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhafteren": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhafterem": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhafteste": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaftestes": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaftester": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaftere": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhafter": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifelhaftes": { + "pos": "adjx", + "pol": "-0.3455", + "std": 0 + }, + "zweifeln": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifelten": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "gezweifelt": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifelen": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifle": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifeltet": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifl": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifeltest": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifelt": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifelte": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifelst": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifele": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweifel": { + "pos": "vvinf", + "pol": "-0.1935", + "std": 0 + }, + "zweitklassig": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigste": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigeren": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassiges": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassiger": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigerem": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigsten": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigstem": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigerer": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigeres": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigem": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigere": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigstes": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigen": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigster": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassige": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zweitklassigst": { + "pos": "adjx", + "pol": "-0.1725", + "std": 0 + }, + "zwiespältig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwiespältigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtiger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtiges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwieträchtigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "zwingen": { + "pos": "vvinf", + "pol": "-0.4975", + "std": 0 + }, + "zögern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "gezögert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zögertet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zögeren": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zögerst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zöger": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zögertest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zögerte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zögerten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zögert": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "zögere": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "züchtigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtigt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtigtest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "gezüchtigt": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtigtet": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtigest": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtiget": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtigte": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "züchtigten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "Ärger": { + "pos": "nn", + "pol": "-0.3465", + "std": 0 + }, + "Ärgernis": { + "pos": "nn", + "pol": "-0.3357", + "std": 0 + }, + "Ärgernises": { + "pos": "nn", + "pol": "-0.3357", + "std": 0 + }, + "Ärgerniss": { + "pos": "nn", + "pol": "-0.3357", + "std": 0 + }, + "Ärgernisen": { + "pos": "nn", + "pol": "-0.3357", + "std": 0 + }, + "Ärgernise": { + "pos": "nn", + "pol": "-0.3357", + "std": 0 + }, + "Übel": { + "pos": "nn", + "pol": "-0.4895", + "std": 0 + }, + "Übels": { + "pos": "nn", + "pol": "-0.4895", + "std": 0 + }, + "Übeln": { + "pos": "nn", + "pol": "-0.4895", + "std": 0 + }, + "Überfüllung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Übergewicht": { + "pos": "nn", + "pol": "-0.2011", + "std": 0 + }, + "Übergewichtes": { + "pos": "nn", + "pol": "-0.2011", + "std": 0 + }, + "Übergewichten": { + "pos": "nn", + "pol": "-0.2011", + "std": 0 + }, + "Übergewichte": { + "pos": "nn", + "pol": "-0.2011", + "std": 0 + }, + "Übergewichts": { + "pos": "nn", + "pol": "-0.2011", + "std": 0 + }, + "Überhöhung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Überlastung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Übermaß": { + "pos": "nn", + "pol": "-0.3337", + "std": 0 + }, + "Übermaßs": { + "pos": "nn", + "pol": "-0.3337", + "std": 0 + }, + "Übermaßes": { + "pos": "nn", + "pol": "-0.3337", + "std": 0 + }, + "Überschreitung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Überschuß": { + "pos": "nn", + "pol": "-0.1924", + "std": 0 + }, + "Überschwemmung": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Überschwemmungen": { + "pos": "nn", + "pol": "-0.0048", + "std": 0 + }, + "Übertreibung": { + "pos": "nn", + "pol": "-0.0424", + "std": 0 + }, + "Übertreibungen": { + "pos": "nn", + "pol": "-0.0424", + "std": 0 + }, + "ängstigen": { + "pos": "vvinf", + "pol": "-0.3193", + "std": 0 + }, + "ängstlich": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichst": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichste": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichen": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichem": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlicheren": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichstem": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichsten": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlicherem": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlicher": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichster": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstliche": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichstes": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstliches": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlichere": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlicheres": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ängstlicherer": { + "pos": "adjx", + "pol": "-0.4735", + "std": 0 + }, + "ärgerlich": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichstem": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichsten": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichen": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichst": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichem": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerliches": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichster": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlicher": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichstes": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlicherer": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlicheres": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlicheren": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlicherem": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerliche": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichere": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgerlichste": { + "pos": "adjx", + "pol": "-0.3111", + "std": 0 + }, + "ärgern": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "öde": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeere": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeerer": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeeres": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeen": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödees": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeer": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeste": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödestem": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödesten": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödestes": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeeren": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeerem": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödester": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödeem": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödest": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "ödee": { + "pos": "adjx", + "pol": "-0.457", + "std": 0 + }, + "übellaunig": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigerer": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellauniges": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellauniger": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigere": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigeres": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigen": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunige": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigst": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigste": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigstes": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigster": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigeren": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigerem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigsten": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "übellaunigstem": { + "pos": "adjx", + "pol": "-0.0048", + "std": 0 + }, + "überfallen": { + "pos": "vvinf", + "pol": "-0.3457", + "std": 0 + }, + "überflutet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überflüssig": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssiges": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssiger": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigere": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigerem": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigstes": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigeren": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigen": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigste": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigem": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigeres": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigst": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigerer": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssige": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigstem": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigsten": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "überflüssigster": { + "pos": "adjx", + "pol": "-0.5154", + "std": 0 + }, + "übergewichtig": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigstes": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigster": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigste": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigstem": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigeren": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigst": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigeres": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigsten": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigerer": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtiger": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigerem": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigen": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigere": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtigem": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtige": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "übergewichtiges": { + "pos": "adjx", + "pol": "-0.3215", + "std": 0 + }, + "überhöhen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöhtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöhe": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöht": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöhet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöhest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöhtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöhst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöhte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöhten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überhöh": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überlastet": { + "pos": "vvinf", + "pol": "-0.3413", + "std": 0 + }, + "übermäßig": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßiger": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigste": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßiges": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigst": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigstes": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigster": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigsten": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßige": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigeren": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigerem": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigstem": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigerer": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigeres": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigen": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigem": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "übermäßigere": { + "pos": "adjx", + "pol": "-0.1844", + "std": 0 + }, + "überschreiten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemm": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmt": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemme": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überschwemmest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "übersehen": { + "pos": "vvinf", + "pol": "-0.5128", + "std": 0 + }, + "übertreiben": { + "pos": "vvinf", + "pol": "-0.0372", + "std": 0 + }, + "übertreten": { + "pos": "vvinf", + "pol": "-0.329", + "std": 0 + }, + "übertrieben": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenes": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenerer": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebeneres": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebener": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebner": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebeneren": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenste": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenen": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenem": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebnerem": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebneren": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebnere": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenerem": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenst": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebnerer": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenstem": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebneres": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebene": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenere": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebensten": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenstes": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "übertriebenster": { + "pos": "adjx", + "pol": "-0.3203", + "std": 0 + }, + "überwältigen": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältigest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältigten": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältige": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältigte": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältigtest": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältigst": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältiget": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältig": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + }, + "überwältigtet": { + "pos": "vvinf", + "pol": "-0.0048", + "std": 0 + } +} \ No newline at end of file diff --git a/lib/sentiment/sentiment-analyzer.js b/lib/sentiment/sentiment-analyzer.js index 7e5b01b95..963c1ccfd 100644 --- a/lib/sentiment/sentiment-analyzer.js +++ b/lib/sentiment/sentiment-analyzer.js @@ -50,6 +50,7 @@ class SentimentAnalyzer { case 'it': this.settings.type = 'pattern'; break; case 'fr': this.settings.type = 'pattern'; break; case 'nl': this.settings.type = 'pattern'; break; + case 'de': this.settings.type = 'senticon'; break; default: this.settings.type = 'senticon'; } } diff --git a/test/nlp/nlp-util.test.js b/test/nlp/nlp-util.test.js index f01969109..e93330f8a 100644 --- a/test/nlp/nlp-util.test.js +++ b/test/nlp/nlp-util.test.js @@ -22,6 +22,7 @@ */ const Natural = require('natural'); +const PunctTokenizer = require('../../lib/nlp/tokenizers/punct-tokenizer'); const { NlpUtil } = require('../../lib'); describe('NLP Util', () => { @@ -139,17 +140,17 @@ describe('NLP Util', () => { expect(NlpUtil.getTokenizer('sv')).toBeInstanceOf(Natural.AggressiveTokenizerSv); // swedish expect(NlpUtil.getTokenizer('id')).toBeDefined(); // indonesian expect(NlpUtil.getTokenizer('ja')).toBeInstanceOf(Natural.TokenizerJa); // japanese - expect(NlpUtil.getTokenizer('da')).toBeInstanceOf(Natural.TreebankWordTokenizer); // danish - expect(NlpUtil.getTokenizer('fi')).toBeInstanceOf(Natural.TreebankWordTokenizer); // finnish - expect(NlpUtil.getTokenizer('de')).toBeInstanceOf(Natural.TreebankWordTokenizer); // german - expect(NlpUtil.getTokenizer('hu')).toBeInstanceOf(Natural.TreebankWordTokenizer); // hungarian - expect(NlpUtil.getTokenizer('ro')).toBeInstanceOf(Natural.TreebankWordTokenizer); // romanian - expect(NlpUtil.getTokenizer('tr')).toBeInstanceOf(Natural.TreebankWordTokenizer); // turkish + expect(NlpUtil.getTokenizer('da')).toBeInstanceOf(PunctTokenizer); // danish + expect(NlpUtil.getTokenizer('fi')).toBeInstanceOf(PunctTokenizer); // finnish + expect(NlpUtil.getTokenizer('de')).toBeInstanceOf(PunctTokenizer); // german + expect(NlpUtil.getTokenizer('hu')).toBeInstanceOf(PunctTokenizer); // hungarian + expect(NlpUtil.getTokenizer('ro')).toBeInstanceOf(PunctTokenizer); // romanian + expect(NlpUtil.getTokenizer('tr')).toBeInstanceOf(PunctTokenizer); // turkish }); - test('Shoul return an Treebank word Tokenizer for unknown locales', () => { - expect(NlpUtil.getTokenizer('aa')).toBeInstanceOf(Natural.TreebankWordTokenizer); - expect(NlpUtil.getTokenizer('')).toBeInstanceOf(Natural.TreebankWordTokenizer); - expect(NlpUtil.getTokenizer()).toBeInstanceOf(Natural.TreebankWordTokenizer); + test('Shoul return an Punctuation word Tokenizer for unknown locales', () => { + expect(NlpUtil.getTokenizer('aa')).toBeInstanceOf(PunctTokenizer); + expect(NlpUtil.getTokenizer('')).toBeInstanceOf(PunctTokenizer); + expect(NlpUtil.getTokenizer()).toBeInstanceOf(PunctTokenizer); }); }); diff --git a/test/sentiment/sentiment-analyzer.test.js b/test/sentiment/sentiment-analyzer.test.js index 0f80a8d27..f82e5053c 100644 --- a/test/sentiment/sentiment-analyzer.test.js +++ b/test/sentiment/sentiment-analyzer.test.js @@ -46,11 +46,11 @@ describe('Sentiment Analyzer', () => { expect(analyzer.negations).toEqual([]); }); test('It should be able to load languages', () => { - ['en', 'es', 'it', 'fr', 'nl'].forEach((language) => { + ['en', 'es', 'it', 'fr', 'nl', 'de'].forEach((language) => { const analyzer = new SentimentAnalyzer({ language }); expect(analyzer.settings.language).toEqual(language); expect(analyzer.settings.tokenizer).toBeDefined(); - if (language === 'en' || language === 'es') { + if (language === 'en' || language === 'es' || language === 'de') { expect(analyzer.settings.type).toEqual('senticon'); } else { expect(analyzer.settings.type).toEqual('pattern'); diff --git a/test/sentiment/sentiment-manager.test.js b/test/sentiment/sentiment-manager.test.js index 3a5d83ce8..12e303b86 100644 --- a/test/sentiment/sentiment-manager.test.js +++ b/test/sentiment/sentiment-manager.test.js @@ -82,5 +82,29 @@ describe('Sentiment Manager', () => { expect(result.language).toEqual('en'); expect(result.vote).toEqual('negative'); }); + test('Get positive sentiment deutsch', () => { + const sentiment = new SentimentManager(); + const utterance = 'Ich liebe Kätzchen'; + const result = sentiment.process('de', utterance); + expect(result).toBeDefined(); + expect(result.score).toBeGreaterThan(0); + expect(result.numWords).toEqual(3); + expect(result.numHits).toEqual(1); + expect(result.type).toEqual('senticon'); + expect(result.language).toEqual('de'); + expect(result.vote).toEqual('positive'); + }); + test('Get negative sentiment deutsch', () => { + const sentiment = new SentimentManager(); + const utterance = 'Ich hasse Katzen, ich werde wirklich krank.'; + const result = sentiment.process('de', utterance); + expect(result).toBeDefined(); + expect(result.score).toBeLessThan(0); + expect(result.numWords).toEqual(7); + expect(result.numHits).toEqual(2); + expect(result.type).toEqual('senticon'); + expect(result.language).toEqual('de'); + expect(result.vote).toEqual('negative'); + }); }); }); From 0a0f0db34e5aa4eb54ea972f52c12a74bd1d6adc Mon Sep 17 00:00:00 2001 From: Jesus Seijas Date: Sun, 26 Aug 2018 04:20:34 +0200 Subject: [PATCH 2/2] build: Generate version 1.2.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c70aacc0..e34d7e7e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-nlp", - "version": "1.2.5", + "version": "1.2.6", "description": "Library for NLU (Natural Language Understanding) done in Node.js", "main": "lib/index.js", "scripts": {