DomHudson

Results 8 issues of DomHudson

## Summary My example is the following package structure where `package.subpackage.module` imports from `package.module` and visa-versa. ``` . ├── package │   ├── __init__.py │   ├── module.py │   └── subpackage │  ...

Hi thanks for the example implementation, I'm enjoying looking at it. In [event_handler.py](https://github.com/Dineshs91/django-cqrs/blob/master/blog/events/event_handler.py#L19) I noticed that the event is triggering the corresponding action; for example a `post_created_event` triggers the creation...

## Summary It would be much better if pyvis supported any hashable types like networkx. This would enable the `from_nx` interface to be much more flexible. Would it be an...

## Summary Remove repetition in description in `README.md`

Hi, The documentation states that "By using this class it is possible to save some time if the same input sequence is passed to trainers/taggers more than once"; however I...

I would argue that it's odd to publish code with an unfinished implementation at all. Why add the methods if you won't implement them yet? However, if you really want...

## Summary On this page, it claims to serialize a pipeline, you use the following methods: ``` config = nlp.config bytes_data = nlp.to_bytes() ``` and that you you must take...