danielWatson3141 / coderID

Prototype source code authorship attribution tool.
2 stars 2 forks source link

Config Menu #5

Open danielWatson3141 opened 5 years ago

danielWatson3141 commented 5 years ago

There are many design decisions that have been made throughout this project that I would love to see built in as configurable options:

-Whether to consider comments -Whether to consider whitespace -Whether to consider string literals as unique tokens -Toggle various feature sets: Tokens, chars, unigrams

danielWatson3141 commented 5 years ago

Now there's a config file that can be referenced and edited which is great. I would, however, like to be able to set the values of the various config fields through the terminal: For example:

set model_name Random_Forest

set reduction_factor .2

These should work, along with all config settings.

Additionally, it would be great if we could save configurations to a config directory.