Metadata-Version: 2.0
Name: edictreader
Version: 0.1.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
Keywords: EDICT JMdict CEDICT
Platform: UNKNOWN
Requires-Python: >=2.7
Requires-Dist: lxml

# Edict reader

EDICT2, JMdict and CEDICT reader and searcher in dictionary format

## Installation

```
pip install edictreader
```

## Future developments

* Make better the `Dict._eng_parser`.
* Improve the speed of JMdict start-up (currently around 1 minute)


