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
I think this is not an error, but something that is not mentioned before. The SR stage is returning
Exception in thread "main" org.wikibrain.core.dao.DaoException: dataset 'wordsim353.txt' does not support language Arabic
at org.wikibrain.sr.dataset.DatasetDao.get(DatasetDao.java:141)
at org.wikibrain.sr.dataset.DatasetDao.getDatasetOrGroup(DatasetDao.java:178)
at org.wikibrain.sr.SRBuilder.getDataset(SRBuilder.java:389)
at org.wikibrain.sr.SRBuilder.buildMetric(SRBuilder.java:217)
at org.wikibrain.sr.SRBuilder.build(SRBuilder.java:135)
at org.wikibrain.sr.SRBuilder.main(SRBuilder.java:613)
As I see it, it is a limitation in the library, it dosesn't support Arabic SR. please correct me if I am wrong.
The text was updated successfully, but these errors were encountered:
Hello,
I think this is not an error, but something that is not mentioned before. The SR stage is returning
As I see it, it is a limitation in the library, it dosesn't support Arabic SR. please correct me if I am wrong.
The text was updated successfully, but these errors were encountered: