You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2019. It is now read-only.
Copied from aarddict/desktop#26
Hello
OS: Ubuntu 12.04 i386
After compiling tr.wikrionary.org there are no word definitions in articles, only information like language, tense, etc.
Example:
Original article:
had to give executable permission to env-aard/bin/activate
simplewiki-20101026-pages-articles.cdb is not a file, but a folder
had lots of these messages during aardc wiki ... execution:
.../env-aard/local/lib/python2.7/site-packages/aardtools/mwaardhtmlwriter.py:356: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
not (element.getchildren() or element.text or element.tail) and parent):
thank you
The text was updated successfully, but these errors were encountered:
After compiling tr.wikrionary.org there are no word definitions in articles, only information like language, tense, etc.
Current version of aardtools filters out navigational cruft, mostly based on enwiki and few other big wikis, which may not be suitable for other types of wikis (take a look aardtools/mwaardhtmlwriter.py to see what's excluded). I made some changes to compile enwiktionary, although this is a hack and won't be merged.
The proper way to fix this will be available after I merge #21 which basically fixes #11 and enables creating individual filter sets per wikipedia, outside of the code (sorry @doozan it's taking so long - I almost have it done, just need to find time to clean up and release).
2) had to give executable permission to env-aard/bin/activate
Take that up with virtualenv, not part of this project
3) simplewiki-20101026-pages-articles.cdb is not a file, but a folder
I don't see where it is claimed to be a file (and technically directories are files anyway)
4) had lots of these messages during aardc wiki ... execution:
It looks like content filtering is not an issue - in latest version of aardtools nothing is filtered out by default, yet translations are still missing. Other wiktionaries compile fine though, it looks like there's something special about trwiktionary that mwlib doesn't properly handle.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Copied from aarddict/desktop#26
Hello
OS: Ubuntu 12.04 i386
After compiling tr.wikrionary.org there are no word definitions in articles, only information like language, tense, etc.
Example:
Original article:
My case (from aarddict):
as you see, there is no translation
I've followed instructions here http://aarddict.org/aardtools/doc/aardtools.html, except that
thank you
The text was updated successfully, but these errors were encountered: