An open API service indexing awesome lists of open source software.

https://github.com/machinelearningzuu/automatic-grading-system-for-java-programming

Automatic Marking Rubric System developed using Deep Natural Language Processing to analyze the similarity of 2 codes (lecturer and a student) & return similarity score
https://github.com/machinelearningzuu/automatic-grading-system-for-java-programming

antlr4 deep-learning java natural-language-processing python3 pytroch tensorflow

Last synced: about 1 month ago
JSON representation

Automatic Marking Rubric System developed using Deep Natural Language Processing to analyze the similarity of 2 codes (lecturer and a student) & return similarity score

Awesome Lists containing this project

README

          

# Automatic-Grading-System-for-JAVA-programming

java -jar antlr-4.8-complete.jar -Dlanguage=Python3 grammar\*.g4
java -jar C:/Javalib/antlr-4.8-complete.jar

antlr4 JavaLexer.g4
javac JavaLexer*.java

antlr4 JavaParser.g4
javac JavaParser*.java

grun JavaLexer r -gui
hello parrt