Crate gliner

Source
Expand description

An inference engine for GLiNER models, which can perform zero-shot Named Entity Recognition (NER) and many other tasks such as Relation Extraction.

This implementation supports both span- and token-oriented models (inference only).

It aims to provide an efficient, production-grade, user-friendly API in a modern and safe programming language, as well as a clean and maintainable implementation of the mechanics surrounding the model itself.

Modulesยง

model
The core of gline-rs: everything about pre-/post-processing, and inferencing
text
Everything that relates to text processing
util
Various utilities