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
This issue is related to the following DKPro-ASL issue:
http://code.google.com/p/dkpro-core-asl/issues/detail?id=23
We should augment the languge enum values in WikiConstants with the corresponding wiki
codes, e.g. english - en, french - fr, ...
The following list may be parsed to achieve this:
http://meta.wikimedia.org/wiki/List_of_Wikipedias
Reported by oliver.ferschke on 2011-09-14 09:20:15
The text was updated successfully, but these errors were encountered:
I think either the data should be parsed from that wikipedia page and be stored in the
database as a table - or - we use the enum. If we have both, the database and the enum
might become out-of-sync.
I'd opt for not having the Language enum anymore. Methods accepting or returning that
enum should accept/return a string instead. Getting a list for all languages should
be possible from the database. Another way to get the a language string might be through
the constants in the Java class Locale. http://download.oracle.com/javase/6/docs/api/java/util/Locale.html#ENGLISH.
Locale.ENGLISH.getLanguage()
Originally reported on Google Code with ID 59
Reported by
oliver.ferschke
on 2011-09-14 09:20:15The text was updated successfully, but these errors were encountered: