Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE1] - Syntactic Feature Extraction #9

Open
NGimhana opened this issue Jul 14, 2023 · 0 comments
Open

[FE1] - Syntactic Feature Extraction #9

NGimhana opened this issue Jul 14, 2023 · 0 comments
Assignees
Milestone

Comments

@NGimhana
Copy link
Collaborator

NGimhana commented Jul 14, 2023

TODO - These are the features we need to implement.
These features are supposed to be implemented using regular expressions and/or heuristics (rather than by parsing the code into an AST).

Code Snippet for DS3:
https://github.com/sea-lab-wm/complexity-verification-project/tree/ml_model/ml_model/src/main/resources/snippet_splitter_out/ds_3

Refer https://github.com/sea-lab-wm/complexity-verification-project/blob/ml_model/ml_model/README.md to get to know the project in a nutshell and the procedure for submitting a Pull Request(PR).

Feature Implementation Idea Non-aggregated Min (per line) Average (divided by Loc) Max (per line)
#blank lines Use SCC TODO
#characters TODO
#commas TODO
#parenthesis TODO
#periods TODO
#spaces TODO
Indentation length TODO TODO
Line length TODO TODO
LOC Use SCC - non-comment, non-blank TODO
@NGimhana NGimhana changed the title Syntactic Feature Extraction [FE1] - Syntactic Feature Extraction Jul 17, 2023
@ojcchar ojcchar assigned ojcchar and zeesoolee and unassigned ojcchar Jul 17, 2023
@NGimhana NGimhana linked a pull request Aug 13, 2023 that will close this issue
@NGimhana NGimhana added this to the FE1 milestone Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants