<li><strong>lang</strong> (<em>string</em>) – A string indicating which language is the source
language. Available options are: “en” for English
and “de” for Germany.</li>
<li><strong>dict_size</strong> (<em>int</em>) – Size of the specified language dictionary.</li>
<li><strong>reverse</strong> (<em>bool</em>) – If reverse is set to False, the returned python
dictionary will use word as key and use index as value.
If reverse is set to True, the returned python
dictionary will use index as key and word as value.</li>
</ul>
</td>
</tr>
<trclass="field-even field"><thclass="field-name">Returns:</th><tdclass="field-body"><pclass="first">The word dictionary for the specific language.</p>