Metadata-Version: 1.2
Name: edictreader
Version: 0.2.0
Summary: EDICT2, JMdict and CEDICT reader and searcher in dictionary format
Home-page: https://github.com/patarapolw/edictreader
Author: Pacharapol Withayasakpunt
Author-email: patarapolw@gmail.com
License: UNKNOWN
Description: # Edict reader
        
        [EDICT2, JMdict](http://edrdg.org/jmdict/edict_doc.html) and [CEDICT](https://www.mdbg.net/chinese/dictionary?page=cedict) reader and searcher in dictionary format
        
        ## Installation
        
        ```
        pip install edictreader
        ```
        
        ## Future developments
        
        * Make better the `Dict._eng_parser`.
        * Improve the speed of `JMdict.__init__` (currently around 1 minute)
        
Keywords: EDICT,JMdict,CEDICT
Platform: UNKNOWN
Requires-Python: >=2.7
