Gabriel Laskar
Gabriel Laskar
> Can you run the import once as root? It looks like it can't write the generated file because it doesn't have permissions. Once the file is created, it should...
There is another issue with `JPLagOptions`: *everything* depends on it! most of the classes don't need the full options, only one or two fields. It would be better to pass...
Since I am looking into the different options, 2 question arise: * Is the `hasBaseCode` option is really necessary in `GreedyStringTiling` ? https://github.com/jplag/JPlag/blob/master/jplag/src/main/java/de/jplag/GreedyStringTiling.java#L224. From what I understand, `token.basecode` can only...