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

Enable cli for humanization cdr grafting #46

Open
mbestipa opened this issue Aug 1, 2023 · 0 comments
Open

Enable cli for humanization cdr grafting #46

mbestipa opened this issue Aug 1, 2023 · 0 comments

Comments

@mbestipa
Copy link

mbestipa commented Aug 1, 2023

I would like to run the tool using the cli instead of the web browser. Specifically, I saw that running the humanization using cdr grafting is not an option currently. Is this a feature you would be interested in having?
I'm happy to work on implementing this, I would propose a two step process:

  1. Set up the cdr grafting with as minimal changes as possible
  2. Make an api for the calls that are made. Currently things between the cli and the web use very similar functions for the same features in the browser and in the cli. The functions should probably be structured in a way where both of them use the same methods, but have the web interface and the cli use different methods for parsing/(de)serialising input and output. This second point would be a lot of restructuring work, but would allow the two interfaces to stay in sink more easily.
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

No branches or pull requests

1 participant