Adriane Boyd

Results 347 comments of Adriane Boyd

Also update the types in `doc.pyi`?

Looking good, I think the last thing that's missing is the corresponding update for the `Doc` API docs.

I'm not really sure how to handle the docs. You could have `/api/entityruler` forward to `/api/spanruler`, but it's hard to cover both configs and options in a non-confusing way on...

A remaining question is how to deal with references to `EntityRuler` (with the class name) in the docs since the class no longer exists.

I think it's confusing to switch the docs entirely to `SpanRuler` in these cases because you do have both `entity_ruler` and `span_ruler` and many people will be expecting to find...

Just a few initial notes: * I think there are a lot of users who would like to have something like this, so this is a nice idea! * we're...

Have you tried implementing `FUZZY` within spacy's `Matcher` similar to `REGEX`? I think that `spazz` has some of its own python-only matcher implementation, so it's not just the extra operator...

We think this is a good idea and we discussed a bit internally how we'd like to support it: * we would prefer not to add `rapidfuzz` as a dependency,...

> `FUZZY1, FUZZY2, ... FUZZYN` where `N` is the allowed Levenshtein string edit distance might be simpler than a 0-100 scale? I like that idea! It is definitely concrete and...

We just merged a vendored version of `polyleven` into `master` (#11418), so if you merge in the changes from `master` you can do this without modifying the dependencies. I think...