Research Article
WASTK: A Weighted Abstract Syntax Tree Kernel Method for Source Code Plagiarism Detection
Table 1
A list of stop words.
| Type | Function | Example(s) |
| Round brackets | | | Square brackets | | | Curly brackets | | | Comma | | , | Semicolon | | ; | Equality sign | | = | Pointer star | The star denoting the pointer | | Variable type | The type of a variable | int | Variable name | The name of a variable | a b temp | Pointer name | The name of a pointer | a b temp | Size of array | The declaration of an array’s size | 100 N N+10 | Definition of array | The definition of an array | a[100] a[N] |
|
|