davidberenstein1957 / classy-classification

This repository contains an easy and intuitive approach to few-shot classification using sentence-transformers or spaCy models, or zero-shot classification with Huggingface.
MIT License
209 stars 15 forks source link

Would be great to also apply the classifier on arbitrary Spans #44

Closed RobinRojowiec closed 6 months ago

RobinRojowiec commented 12 months ago

Would be nice if the classifiers can also be applied on spans, e.g. thoses suggested by span finder or span suggestors.

I have some code working, can open a PR.

davidberenstein1957 commented 12 months ago

That would be great. PRs are always welcome ❤️

RobinRojowiec commented 12 months ago

Nice, I opened a PR here.