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
Sorry for the late response. This is a problem with unsupported template expansion.
The raw wikimarkup for the text that is incorrectly translated is:
Le {{s|XVII|e}} est considéré comme l'[[âge d'or]] d'Amsterdam car elle devient à cette époque la ville la plus riche du monde
Which uses a template "s". The French edition uses templates far more frequent for common formatting than that of e.g. English and Swedish.
I have plans on implementing template expansion by using a fast disk-based hashmap, but the performance will depend on how much memory that is available for caching and you will have to do two passes over the data.
I cannot give you a timeline for when this feature will be included other than that it is on the TODO list and is considered highly important.
java -jar target/wikiforia-1.2.1.jar --pages ../frwiki-20150602-pages-articles-multistream.xml.bz2 -lang fr -o xml
interrupt after a couple of minutes since the issue is in the first pages
Example : Amsterdam, id = 245
Le est considéré comme l'âge d'or d'Amsterdam car elle devient à cette époque la ville la plus riche du monde.
should be
Le XVIIe siècle est considéré comme l'âge d'or d'Amsterdam car elle devient à cette époque la ville la plus riche du monde
LAndalousie
LAndalousie
should be
L'Andalousie
The text was updated successfully, but these errors were encountered: