so i ran the main methode using the following command:
java -jar wikiforia-1.2.1.jar -pages /home/blo/wikiforia-master/enwiki-20170420-pages-articles1.xml-p10p30302.bz2 -output /home/blo/wikiforia-master/wiki-extract/ -outputformat plain-text
but i ran into following error:
Exception in thread "main" java.io.IOError: java.nio.file.AccessDeniedException: /home/blo/wikiforia-master/wiki-extract/
at se.lth.cs.nlp.io.PlainTextWikipediaPageWriter.(PlainTextWikipediaPageWriter.java:46)
at se.lth.cs.nlp.wikiforia.App.getSink(App.java:252)
at se.lth.cs.nlp.wikiforia.App.convert(App.java:305)
at se.lth.cs.nlp.wikiforia.App.main(App.java:488)
at kyo.MyExtractWikiforia.parseWikiDump(MyExtractWikiforia.java:46)
at kyo.MyExtractWikiforia.main(MyExtractWikiforia.java:26)
Caused by: java.nio.file.AccessDeniedException: C:\Users\kyo\git\wikiforia\wikiforia_extracted
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileSystemProvider.newFileChannel(WindowsFileSystemProvider.java:115)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at se.lth.cs.nlp.io.PlainTextWikipediaPageWriter.(PlainTextWikipediaPageWriter.java:44)
... 5 more