authorship-detection icon indicating copy to clipboard operation
authorship-detection copied to clipboard

Evaluation of source authorship attribution tool

Results 7 authorship-detection issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/22430500/140607068-01837cd2-9bcc-4789-95ad-a5d7ad6c5417.png) Hi! I am trying to reproduce your code and come into a problem when I try to rebuild the pathminer kotlin project. Here is a package named astminer, but...

Hi, Why are the path context sequences generated separately from the same cpp file and together with other CPPs different? like this ![image](https://user-images.githubusercontent.com/68057819/123353741-c57b4b80-d594-11eb-80a0-42f6ee89496c.png)

Hello, I am very interested in the evaluation on the collected datasets in section 7 of _Authorship Attribution of Source Code: A Language-Agnostic Approach and Applicability in Software Engineering_. I...

after extracting the 4 csvs from the PYTHON dataset with the command: >> java -jar attribution/pathminer/extract-path-contexts.jar snapshot \ >> --project datasets\gcjpy/ \ >> --output processed\gcjpy_antlr3_8_2\py/ \ >> --java-parser antlr \...

Hello,I have some problems in Authorship Attribution of Source Code: A Language-Agnostic Approach and Applicability in Software Engineering.To speed up the PbNN’s computations, at each training iteration we only take...

After running data extraction to mine path-contexts from the source files, java -jar attribution/pathminer/extract-path-contexts.jar snapshot \ --project datasets/java40/ \ --output processed/java40/ \ --java-parser antlr \ --maxContexts 1000 --maxL 8 --maxW...

Hello. We want to test the model generated by the training, but the test set is not tokens.csv and paths.csv comparison with training set tokens.csv and paths.csv. The number of...