wiktionary-parser icon indicating copy to clipboard operation
wiktionary-parser copied to clipboard

missing support for the English wiktionary

Open hectorv opened this issue 11 years ago • 0 comments

Hi Ben, this project looks great! unfortunately it doesn't yet support the English Wiktionary:

In [63]: import wiktionary_parser.languages.simple
In [64]: import wiktionary_parser.languages.de
In [65]: import wiktionary_parser.languages.en
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-65-7b01d3711d56> in <module>()
----> 1 import wiktionary_parser.languages.en

ImportError: No module named en

is this too difficult or you just haven't had the time to work around it? I'm particularly interested in verb conjugations for Spanish, e.g. http://en.wiktionary.org/wiki/comer#Conjugation_4

Thanks!

hectorv avatar Sep 26 '13 19:09 hectorv