vmdhhh

Results 10 comments of vmdhhh

@VickiLanger Is this still an issue? Because when I am testing on my end, the text looks centered. Maybe its changed in PR #116 Please let me know.

Sorry for not being clear the first time. Currently, I am training YOLOv3 on a custom dataset. I have about 500 images (jpg, png) and their annotations(xml). Some images have...

We can convert the JSON to YAML and just modify the `Config reader` to read YAML config rather than deleting it right? What do you think @swfarnsworth ?

@swfarnsworth For now, AFAIK the [Config reader](https://github.com/NLPatVCU/medaCy/blob/master/medacy/tools/read_config.py) module is only getting used in [Pipeline components](https://github.com/NLPatVCU/medaCy/blob/master/medacy/tests/pipeline_components/learners/__init__.py) and [Get Metamap](https://github.com/NLPatVCU/medaCy/blob/master/medacy/tools/get_metamap.py) . So changing config JSON to YAML and including pyYAML into [Pipeline...

@BALaka-18 Are you expecting a connection between the frontend and the library in the same PR? Or do you only need frontend designed?

@benthayer We could also start with giving a small text saying something like "Press Enter" and also take care of the user input with few more steps What do you...

@benthayer Did you already take care of this? Because now I see that the typed text is getting replaced.

I am able to implement this using the `keyboard` package with a minor problem. **Problem**: If the user types something instead of `enter` while the `explain` is running, it's getting...

Hi @benthayer I've created a PR #336 . Please take a look.

Is this bug resolved or still needs some work?