Nono314

Results 16 comments of Nono314

There are at least two problems with the current system: - you need to manually add each and every language to the "non ISO" map, in order to avoid throwing...

Sure I may contribute, that's the idea :-) Just after you introduced langstrings, #311 and this one where my first two thoughts (in fact #311 would be enough if template...

I actually meant #311, sorry (fixed my previous comment).

What do you mean by configuring? I think once you have the parameter for the "language" template property, you retrieve it's value. When it's a supported language code you just...

I never said there was not! :) I was just wondering what you were expecting exactly, so I tried to be quite exhaustive. When you're talking about templates, they're those...

@VladimirAlexiev it's actually called the [FlagTemplateParser](https://github.com/dbpedia/extraction-framework/blob/master/core/src/main/scala/org/dbpedia/extraction/dataparser/FlagTemplateParser.scala). Yes, it aims at leveraging that habit of Wikipedians to use flags wherever there's the notion of nationality. But there are so many ways...

I don't think that's what you want, it would also remove the character before the digits... looking for [negative look-behind](http://perldoc.perl.org/5.8.8/perlre.html#Extended-Patterns) instead? i.e `(?

@VladimirAlexiev I think, they're loaded from [here](https://github.com/dbpedia/extraction-framework/tree/master/server/src/main/statistics). Yes, that's the same place as ignorelists. I guess you've already been there recently :) There's even a hint just one line above...

The main points above have been addressed by #362 Further improvements with other languages support can be easily achieved by using the Locale class to build an automatically-generated map as...

One more point: `fr` (and also `bg` if I'm correct) very often uses a template whose name is the full country name, ie {{Afghanistan}} instead of {{AFG}}. This could be...