wiktionary-parser
wiktionary-parser copied to clipboard
missing support for the English wiktionary
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!