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
When following the instruction from readme.txt for WikiLSHTC-325K datasets from the XMLC repo I've encountered the following error:
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1955)
at TfIdfCalculator.convertLibSvmToTfIdf(TfIdfCalculator.java:57)
at TfIdfCalculator.main(TfIdfCalculator.java:211)
The same steps work for other datasets I've tested so far: Eurlex, AmazonCat, Wiki10, WikipediaLarge, and Amazon.
The text was updated successfully, but these errors were encountered:
When following the instruction from readme.txt for WikiLSHTC-325K datasets from the XMLC repo I've encountered the following error:
The same steps work for other datasets I've tested so far: Eurlex, AmazonCat, Wiki10, WikipediaLarge, and Amazon.
The text was updated successfully, but these errors were encountered: