Matthew Honnibal

Results 120 comments of Matthew Honnibal

I spent a while debugging a segfault that I thought was this problem, but I'd actually passed a directory as the `-vocab-file` argument (it was late...). So for future readers,...

I'd love to see `lambda` as λ, particularly for Python. I'd be in favour of the other greek letters as well, although I figure they'd be more controversial.

> The "Example usage 1" to me is crucial to understand how this functionality would/should look like in terms of UX. I used a tagger for this, which is admittedly...

> Does the above code feel like a satisfying solution to offer to users? Or do we need to rethink again how we define these default values? I just want...

Apologies that this slipped through for a while. We're working on it.

Thanks! Really excited to have something like this in the library. > I've expanded the initial splitting rules very slightly to be more generalisable to full sentences and not the...

> One thing that I am not very sure of: maybe in case 1, U should also be a zero-cost transition? `U` would introduce a new incorrect prediction, so it...

Yes I've been asking for this internally as well :) I wouldn't rush off to do it, as it's more about deciding the specifics of how it should work.

I have some Cython code from spaCy that is helpful here: - The `spacy.strings.hash_string` function uses Murmurhash to produce a 64-bit integer key - The `preshed` library has a very...

It's stupid, but have you tried turning it off and on again? Sometimes this happens to me and I simply have to reboot the server. I'm not sure what process...