Thomas Vakili
Results
2
comments of
Thomas Vakili
I added a pull request that implements this functionality. It's based on @zackmdavis's implementation but the `paragraph.bullet` takes a new class (currently) called `BulletStyle`. The reason for changing the interface...
I have a similar problem. I create my model dynamically: ``` keys_and_their_types = { tag_name: (Optional[conlist(str, max_length=5, min_length=0)], None) for tag_name in ner_tag_names } ``` and `len(ner_tag_names)` is typically around...