Metadata-Version: 2.1
Name: dutch-words
Version: 0.2.3
Summary: 
Author: Ramon de Jezus
Author-email: rdejezus@leukeleu.nl
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst

=========================================================
Dutch word list
=========================================================
A simple python package that exports a list of almost 10,000 Dutch words ranked by usage.

Usage
=====
::

    import dutch_words
    words = dutch_words.get_ranked()

Thanks
======
Thanks to `Sasha Romijn <https://github.com/mxsasha>`_ for the inspiration and the University of
Leipzig for the `Dutch word list <http://wortschatz.uni-leipzig.de/en/download/>`_.

License
=======
The word list provided by the University of Leipzig and the python code are available under the `CC BY 4.0 <https://creativecommons.org/licenses/by/4.0/>`_ license.

