Neil Ortega

Results 4 issues of Neil Ortega

Currently, the path where the pre-trained model is hardcoded and prevents usage of the library as a module without tweaking. It might be nice if there is a way to...

enhancement
good first issue

@AnnaNPearson and @ouissal-moumou have both asked for this functionality on separate accounts. For an initial idea, this should be called from the `grammar.Diagram` instance. Also, it might make sense to...

enhancement

```python d3 = Word('John', n) @ Word('Conference', n) @ Word('weeks', n) d3 >>= (Frame('was', n @ n, n @ n, components=[ Box('upcoming', n @ n, n @ n) >> Box('oncoming',...

bug

Sentence: `In came Mrs Fezziwig one vast substantial smile . In came the three Misses Fezziwig beaming and lovable . In came the six followers whose hearts they broke .`...

bug