Feuermagier / autograder

Automatic grading of student's Java code
MIT License
13 stars 7 forks source link

Extend comment check to detect non-latin languages #37

Open Luro02 opened 1 year ago

Luro02 commented 1 year ago

Should be reliable to detect non-latin languages in comments.

Feuermagier commented 1 year ago

I'll fix this later - the problem is that the check ignores comments with very few words to prevent false-positives, and your chinese comment is only two words long (where words are separates by whitespace)