hobama / dkpro-wsd

Automatically exported from code.google.com/p/dkpro-wsd
0 stars 0 forks source link

MASCReader unable to read from classpath #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The MASCReader assumes that the location it reads from is on the file system. 
This should not be necessary. By sticking to URLs and streams, it should also 
be able to read from ZIP files or from the classpath - like other subclasses of 
ResourceCollectionReaderBase can do as well.

Original issue reported on code.google.com by richard.eckart on 27 Nov 2014 at 3:37

GoogleCodeExporter commented 9 years ago
Actually, it can read from the classpath: url, but probably not from a 
"jar:file:" URL. I think the code could be improved in that direction.

Original comment by richard.eckart on 27 Nov 2014 at 4:27