Rien

Results 128 comments of Rien

We have added experimental support for ignoring template code and frequent fingerprints in PR https://github.com/dodona-edu/dolos/pull/1524

A better color scheme for the editor or for the highlighting of matching code should fix this.

Unfortunately not, the issue of updating a plagiarism report is a long term goal of Dolos and currently not immediately feasible. I've created an issue to track this: #1536. However,...

Dolos currently does not support HTML exercises (see https://github.com/dodona-edu/dolos/issues/1029#issuecomment-1404733726 for a reason why), so there is no parser registered for the HTML file extension. I'll create an issue with Dodona...

The same error is shown when a ZIP-file is submitted with no submissions. This error message should be different.

@BTWS2 there exists a parser for HTML, but it wouldn't work good for plagiarism detection because the parser ignores tag names, attribute names, the exact content itself, ... This is...

@anilgulecha Dolos is specifically made for plagiarism detection on source code. There are tools that should perform better on just text than Dolos. That said, we do indeed have a...

@yafuerst Dolos will try to find the parser with a fitting name (`tree-sitter-${name}`) if you add the language with the `-l` option. It will look in the `node_modules` accessible to...

@alexey-sh since those languages use multiple languages (template syntax, css, html, ...), tree-sitter does not handle those out-of-the box, so some additional work is required for them to work. In...

@DhruvDh with the way we currently integrate tree-sitter languages, we will have to wait on `tree-sitter-java` to publish a new release. Recently, someone already made an issue with the maintainers...